Algorithm for Hand writing recognition

非 Y 不嫁゛ 提交于 2019-11-29 19:34:38

OCR might be a good starting point.

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.

bayer

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

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