Algorithm for Hand writing recognition
Asked Answered
T

5

26

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

Trichina answered 30/7, 2009 at 12:29 Comment(0)
D
23

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

Daily answered 30/7, 2009 at 12:33 Comment(1)
Boosting was another easy, adaptive method for recognizing handwriting. check out adaboost, and its surrounding papers.Tabb
S
2

OCR might be a good starting point.

Siren answered 30/7, 2009 at 12:41 Comment(0)
H
2

There's the dollar family of recognizers which you can use to recognize single or multistroke gestures (and potentially map that to your alphabet) The lastest member of this family is the $P Recognizer. Here's a starting point: http://depts.washington.edu/aimgroup/proj/dollar/pdollar.html

Highmuckamuck answered 19/12, 2013 at 18:43 Comment(0)
C
1

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

Camargo answered 31/7, 2009 at 5:34 Comment(1)
Doesn't do cursive / handwriting that I'm aware of ?Velate
M
1

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

Mexicali answered 17/8, 2009 at 6:59 Comment(1)
Unfortunately that repository is currently empty.Titfer

© 2022 - 2024 — McMap. All rights reserved.