Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Algorithm to recognise mouse movements

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.

like image 653
Alec Smart Avatar asked Dec 13 '25 04:12

Alec Smart


2 Answers

  1. Mouse gestures recognition
like image 135
abmv Avatar answered Dec 14 '25 19:12

abmv


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.

like image 22
Christoffer Avatar answered Dec 14 '25 19:12

Christoffer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!