Click here to Skip to main content
15,887,326 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Extract Circle Features From Image Pin
Karl Sanford20-Jul-12 8:49
professionalKarl Sanford20-Jul-12 8:49 
AnswerRe: Extract Circle Features From Image Pin
Alan Balkany23-Jul-12 4:14
Alan Balkany23-Jul-12 4:14 
GeneralRe: Extract Circle Features From Image Pin
Karl Sanford23-Jul-12 4:17
professionalKarl Sanford23-Jul-12 4:17 
GeneralRe: Extract Circle Features From Image Pin
Alan Balkany23-Jul-12 4:26
Alan Balkany23-Jul-12 4:26 
GeneralRe: Extract Circle Features From Image Pin
Karl Sanford23-Jul-12 4:29
professionalKarl Sanford23-Jul-12 4:29 
GeneralRe: Extract Circle Features From Image -- clarification Pin
Alan Balkany23-Jul-12 13:44
Alan Balkany23-Jul-12 13:44 
AnswerRe: Extract Circle Features From Image Pin
Andrew Kirillov24-Aug-12 12:44
Andrew Kirillov24-Aug-12 12:44 
GeneralRe: Extract Circle Features From Image Pin
Karl Sanford27-Aug-12 7:31
professionalKarl Sanford27-Aug-12 7:31 
Hi Andrew,
There is no confidentiality, and I have many samples of the images, but it would probably be easier to get some samples yourself. I'm working on a mobile app to identify traffic lights and tell me what color it is as I drive. I've found a lot of research on the topic, but most of the research methods use extra computers in the trunk of the car, so it doesn't work too well on a consumer smart phone.

I've actually been using some of the algorithms in the Aforge library to identify the circles (great work by the way). Reducing the resolution before I use the camera, and some blurring have helped a lot. I also use some color filtering to make sure I'm only looking for the colored lights within a certain threshold (Red, Amber, Green). I've also been toying with the accelerometers to do some course localization so I don't have to scan the entire image. All together, I'm getting some decent results, but I still need to put in a lot more time on the project. This is just something I'm doing for fun, not anything work related.

Right now I'm really dealing with false positives due to street lamps, and other car break lights, which is another reason I've been trying to localize the scanning. I'm also working through some instances where if the traffic light is back lit by a street lamp at night, or the sun during the day, it makes it very hard to spot; but I'm thinking some white balance can help with that.

Thanks for chiming in! If you have any ideas that you think may help with this, please feel free to pass it along!
Be The Noise

GeneralRe: Extract Circle Features From Image Pin
Erik Rude4-Sep-12 3:59
Erik Rude4-Sep-12 3:59 
QuestionRecognizing Chart Trends Pin
Newbie188-Jul-12 5:51
Newbie188-Jul-12 5:51 
AnswerRe: Recognizing Chart Trends Pin
Tony Richards8-Jul-12 21:16
Tony Richards8-Jul-12 21:16 
AnswerRe: Recognizing Chart Trends Pin
BobJanova9-Jul-12 1:47
BobJanova9-Jul-12 1:47 
GeneralRe: Recognizing Chart Trends Pin
Newbie189-Jul-12 8:00
Newbie189-Jul-12 8:00 
GeneralRe: Recognizing Chart Trends Pin
Matty2212-Jul-12 20:35
Matty2212-Jul-12 20:35 
GeneralRe: Recognizing Chart Trends Pin
BobJanova12-Jul-12 23:34
BobJanova12-Jul-12 23:34 
GeneralRe: Recognizing Chart Trends Pin
Newbie1814-Jul-12 3:00
Newbie1814-Jul-12 3:00 
AnswerRe: Recognizing Chart Trends Pin
Eddy Vluggen14-Jul-12 3:25
professionalEddy Vluggen14-Jul-12 3:25 
GeneralRe: Recognizing Chart Trends Pin
Newbie1815-Jul-12 1:34
Newbie1815-Jul-12 1:34 
AnswerRe: Recognizing Chart Trends Pin
Eddy Vluggen15-Jul-12 5:24
professionalEddy Vluggen15-Jul-12 5:24 
AnswerRe: Recognizing Chart Trends Pin
Kenneth Haugland24-Jul-12 10:44
mvaKenneth Haugland24-Jul-12 10:44 
Generalalgorithmic approach to calculating number of full moon since a certain date ? Pin
BillWoodruff1-Jul-12 1:39
professionalBillWoodruff1-Jul-12 1:39 
GeneralRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
Richard MacCutchan1-Jul-12 6:23
mveRichard MacCutchan1-Jul-12 6:23 
GeneralRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
jsc423-Sep-12 23:46
professionaljsc423-Sep-12 23:46 
GeneralRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
Richard MacCutchan4-Sep-12 0:22
mveRichard MacCutchan4-Sep-12 0:22 
AnswerRe: algorithmic approach to calculating number of full moon since a certain date ? Pin
Peter_in_27802-Jul-12 20:41
professionalPeter_in_27802-Jul-12 20:41 

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.