Click here to Skip to main content
15,894,907 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Simple shape recognition Pin
Jim Crafton30-May-08 10:19
Jim Crafton30-May-08 10:19 
GeneralRe: Simple shape recognition Pin
Matthew Butler30-May-08 10:49
Matthew Butler30-May-08 10:49 
JokeRe: Simple shape recognition Pin
Brady Kelly3-Jun-08 4:51
Brady Kelly3-Jun-08 4:51 
GeneralRe: Simple shape recognition Pin
Matthew Butler4-Jun-08 11:36
Matthew Butler4-Jun-08 11:36 
GeneralRe: Simple shape recognition Pin
Member 419459330-May-08 11:56
Member 419459330-May-08 11:56 
GeneralRe: Simple shape recognition Pin
Matthew Butler30-May-08 12:46
Matthew Butler30-May-08 12:46 
AnswerRe: Simple shape recognition Pin
Arash Partow30-May-08 14:03
Arash Partow30-May-08 14:03 
AnswerRe: Simple shape recognition Pin
RichardM130-May-08 19:25
RichardM130-May-08 19:25 
You might want to try finding line segments (assuming points are dense), and than base your recognition on the segment.
A trick for this is to use Hough Transforms to find significant line segments. [^]
Lines end up as local maxima in the Hough space. You can pick the segment with above value above mode, normalize them, and use the number of segments, as well as the segment values, as a discriminator.
This does a reasonable job, I used it for OCR back in the 90s.

D'Oh! | :doh: Now that I think about it,look for mouse gesture recognition articles on CP, I think there are a couple, and it is what you are doing.

Learn to write self marginalizing code!
Call 1-888-BAD-CODE
------------------
Silver member by constant and unflinching longevity.

QuestionFourier Series Question Pin
MarkB77724-May-08 5:45
MarkB77724-May-08 5:45 
AnswerRe: Fourier Series Question Pin
73Zeppelin24-May-08 8:11
73Zeppelin24-May-08 8:11 
GeneralRe: Fourier Series Question Pin
MarkB77724-May-08 14:26
MarkB77724-May-08 14:26 
RantRe: Fourier Series Question Pin
Nelek24-May-08 15:57
protectorNelek24-May-08 15:57 
GeneralRe: Fourier Series Question Pin
Brady Kelly31-May-08 22:42
Brady Kelly31-May-08 22:42 
GeneralRe: Fourier Series Question Pin
Nelek1-Jun-08 5:33
protectorNelek1-Jun-08 5:33 
AnswerRe: Fourier Series Question Pin
MarkB77724-May-08 21:17
MarkB77724-May-08 21:17 
GeneralRe: Fourier Series Question Pin
73Zeppelin24-May-08 22:08
73Zeppelin24-May-08 22:08 
QuestionDrawing a sketch with constraints Pin
Member 103128822-May-08 12:37
Member 103128822-May-08 12:37 
AnswerRe: Drawing a sketch with constraints Pin
73Zeppelin22-May-08 19:32
73Zeppelin22-May-08 19:32 
GeneralRe: Drawing a sketch with constraints Pin
Member 103128823-May-08 5:45
Member 103128823-May-08 5:45 
GeneralRe: Drawing a sketch with constraints Pin
73Zeppelin23-May-08 10:31
73Zeppelin23-May-08 10:31 
GeneralRe: Drawing a sketch with constraints Pin
Member 103128823-May-08 12:02
Member 103128823-May-08 12:02 
GeneralRe: Drawing a sketch with constraints Pin
73Zeppelin24-May-08 7:55
73Zeppelin24-May-08 7:55 
QuestionSubset Packing problem Pin
Ehsan_DSI20-May-08 23:04
Ehsan_DSI20-May-08 23:04 
AnswerRe: Subset Packing problem Pin
73Zeppelin21-May-08 21:10
73Zeppelin21-May-08 21:10 
QuestionRqst links for Time Complexity Pin
Vijjuuu.19-May-08 21:19
Vijjuuu.19-May-08 21:19 

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.