Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
Questioncheck box in repeater Pin
ravitejsrivastava20-Sep-13 6:32
ravitejsrivastava20-Sep-13 6:32 
AnswerRe: check box in repeater Pin
NotPolitcallyCorrect20-Sep-13 7:36
NotPolitcallyCorrect20-Sep-13 7:36 
QuestionLooking for help in querying web page values with C sharp Pin
turbosupramk320-Sep-13 5:28
turbosupramk320-Sep-13 5:28 
AnswerRe: Looking for help in querying web page values with C sharp Pin
turbosupramk323-Sep-13 2:55
turbosupramk323-Sep-13 2:55 
QuestionDetect a particular color in particular location from image in c# Pin
Member 402509119-Sep-13 22:20
Member 402509119-Sep-13 22:20 
AnswerRe: Detect a particular color in particular location from image in c# Pin
Richard MacCutchan20-Sep-13 1:54
mveRichard MacCutchan20-Sep-13 1:54 
AnswerRe: Detect a particular color in particular location from image in c# Pin
Abhinav S20-Sep-13 3:16
Abhinav S20-Sep-13 3:16 
AnswerRe: Detect a particular color in particular location from image in c# Pin
BillWoodruff20-Sep-13 7:46
professionalBillWoodruff20-Sep-13 7:46 
I wonder if your "bigger picture" goal here is: to determine, for each of the ten "lines," which ones of the boxes are "filled."

To help you achieve this without scanning every single pixel in the image, and doing some complex analysis (the worst case), I think we need to know exactly what you can assume about the image you have to analyze:

1. is the image guaranteed to be "linear:" i.e., there's no distortion, warping, no perspective effect ? is there a significant "noise factor," or variation in overall image brightness, or color-cast ?

2. is the relative position of the boxes which can be filled the same on each instance of the image you need to analyze ?

3. is the relative position of the boxes which can be filled the same from line to line. ?

5. what, exactly, constitutes a "valid fill" ? if there's even one pixel of red inside a box, does that make it "selected" ?

6. is the fill-color value of "red" the same for each image ?

Depending on the degree of regular structure in the images to be analyzed, then you can approach this problem in different ways.
Google CEO, Erich Schmidt: "I keep asking for a product called Serendipity. This product would have access to everything ever written or recorded, know everything the user ever worked on and saved to his or her personal hard drive, and know a whole lot about the user's tastes, friends and predilections." 2004, USA Today interview

GeneralRe: Detect a particular color in particular location from image in c# Pin
shehrozeee22-Sep-13 0:17
shehrozeee22-Sep-13 0:17 
GeneralRe: Detect a particular color in particular location from image in c# Pin
Dave Kreskowiak22-Sep-13 3:34
mveDave Kreskowiak22-Sep-13 3:34 
Questionhow to use thread in for loop in c# Pin
superselector19-Sep-13 20:00
superselector19-Sep-13 20:00 
AnswerRe: how to use thread in for loop in c# Pin
Mycroft Holmes19-Sep-13 21:06
professionalMycroft Holmes19-Sep-13 21:06 
GeneralRe: how to use thread in for loop in c# Pin
superselector19-Sep-13 21:50
superselector19-Sep-13 21:50 
GeneralRe: how to use thread in for loop in c# Pin
GuyThiebaut19-Sep-13 22:20
professionalGuyThiebaut19-Sep-13 22:20 
GeneralRe: how to use thread in for loop in c# Pin
superselector19-Sep-13 23:08
superselector19-Sep-13 23:08 
GeneralRe: how to use thread in for loop in c# Pin
GuyThiebaut19-Sep-13 23:13
professionalGuyThiebaut19-Sep-13 23:13 
GeneralRe: how to use thread in for loop in c# Pin
Pete O'Hanlon19-Sep-13 22:34
mvePete O'Hanlon19-Sep-13 22:34 
GeneralRe: how to use thread in for loop in c# Pin
harold aptroot19-Sep-13 23:58
harold aptroot19-Sep-13 23:58 
GeneralRe: how to use thread in for loop in c# Pin
superselector23-Sep-13 18:51
superselector23-Sep-13 18:51 
GeneralRe: how to use thread in for loop in c# Pin
harold aptroot23-Sep-13 21:08
harold aptroot23-Sep-13 21:08 
GeneralRe: how to use thread in for loop in c# Pin
superselector23-Sep-13 21:24
superselector23-Sep-13 21:24 
GeneralRe: how to use thread in for loop in c# Pin
harold aptroot23-Sep-13 21:28
harold aptroot23-Sep-13 21:28 
GeneralRe: how to use thread in for loop in c# Pin
superselector23-Sep-13 22:31
superselector23-Sep-13 22:31 
GeneralRe: how to use thread in for loop in c# Pin
harold aptroot23-Sep-13 22:33
harold aptroot23-Sep-13 22:33 
GeneralRe: how to use thread in for loop in c# Pin
superselector23-Sep-13 22:39
superselector23-Sep-13 22:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.