简体   繁体   中英

Algorithm for Hand writing recognition

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

OCR可能是一个很好的起点。

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

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

这个似乎最近赢得了所有主要比赛: https//github.com/alexgraves/RNNLIB/wiki

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM