Is there any specific algorithm for handwriting recognition? The algorithm should recognize the hand written letter.

Any one could help would be greatly appreciated in advance.

Thank you

link|improve this question

33% accept rate
feedback

4 Answers

You can use a genetic algorithm:

http://www.foibg.com/ibs_isc/ibs-02/IBS-02-p03.pdf

You can use Greedy Point Match:

http://www.cs.berkeley.edu/~fateman/msw/GreedyPointMatchWriteup.pdf

I would suggest reading this paper:

On-Line and Off-Line Handwriting Recognition: A Comprehensive Survey

link|improve this answer
Boosting was another easy, adaptive method for recognizing handwriting. check out adaboost, and its surrounding papers. – nlucaroni Jul 30 '09 at 13:56
feedback

OCR might be a good starting point.

link|improve this answer
feedback

This one seems to win all the major competitions lately: http://wiki.github.com/alexgraves/RNNLIB

link|improve this answer
feedback

Google has released an open source OCR engines Tesseract OCR, and It has an Python binding.
Hope this helps.

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.