Algorithm for Hand writing recognition

那年仲夏 提交于 2019-12-18 10:03:22

问题


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


回答1:


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




回答2:


OCR might be a good starting point.




回答3:


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




回答4:


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




回答5:


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



来源:https://stackoverflow.com/questions/1206284/algorithm-for-hand-writing-recognition

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!