Am wondering if there has been any research/algorthms which specify the amount of deviation of the mouse while recognizing characters like say "?" drawn using the mouse. Something a sort of optical character recognition, but probably a simpler version. Is there some algorithm using which I can say that a question mark drawn by the user is really a question mark and not something else with some amount of accuracy ofcourse. Something like what windows tablet software allows (while writing with the tablet stylus).

Thank you for your time.

link|improve this question

google for "mouse gestures" – anon May 21 '09 at 7:51
I think this is OCR, don't understand the difference. – tuinstoel May 21 '09 at 7:57
am looking for some sort of algorithm which specifies acceptable range and auto-resize of gestures and compare. google only returns software. – Alec Smart May 21 '09 at 7:58
feedback

2 Answers

up vote 3 down vote accepted
  1. Mouse gestures recognition
link|improve this answer
feedback

Dynamic Time Warping is the basis for one commercially available handwriting recognition system. Basically, it's a way to give you a distance measure from a sequence of input to a stored template. Correctly implemented, for instance basing it on numerical derivaties, it can be scale and position invariant.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.