Click here to Skip to main content
15,886,137 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: A Modelling Question Pin
Roger Wright21-Aug-12 16:51
professionalRoger Wright21-Aug-12 16:51 
QuestionC# XNA 4 AI for path Pin
C.CoderCreator19-Aug-12 18:39
C.CoderCreator19-Aug-12 18:39 
AnswerRe: C# XNA 4 AI for path Pin
jk chan19-Aug-12 21:44
jk chan19-Aug-12 21:44 
GeneralRe: C# XNA 4 AI for path Pin
C.CoderCreator19-Aug-12 22:05
C.CoderCreator19-Aug-12 22:05 
GeneralRe: C# XNA 4 AI for path Pin
jk chan19-Aug-12 22:08
jk chan19-Aug-12 22:08 
GeneralRe: C# XNA 4 AI for path Pin
Arthur F Souza4-Sep-12 8:59
Arthur F Souza4-Sep-12 8:59 
QuestionExtract Circle Features From Image Pin
Karl Sanford19-Jul-12 9:42
professionalKarl Sanford19-Jul-12 9:42 
AnswerRe: Extract Circle Features From Image Pin
Luc Pattyn19-Jul-12 9:58
sitebuilderLuc Pattyn19-Jul-12 9:58 
AFAIK Hough is the best available. When the circles are prominent, i.e. have quite some thickness, you could reduce the resolution of your image so the thickness of the circle(s) becomes say 2 pixels; that should provide quite some performance improvement.

And of course image processing is a field where you can efficiently apply multi-threading, as well as gain performance by putting locality of reference first (i.e. deal with bands or small areas, not entire images at once).

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: Extract Circle Features From Image Pin
Karl Sanford19-Jul-12 10:06
professionalKarl Sanford19-Jul-12 10:06 
GeneralRe: Extract Circle Features From Image Pin
Legor23-Aug-12 1:06
Legor23-Aug-12 1:06 
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 
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 

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.