Algorithm for Hand writing recognition

后端 未结 5 1072
青春惊慌失措
青春惊慌失措 2020-12-22 18:21

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

Any one could help would be greatly appreciated

相关标签:
5条回答
  • 2020-12-22 19:09

    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

    0 讨论(0)
  • 2020-12-22 19:09

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

    0 讨论(0)
  • 2020-12-22 19:15

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

    0 讨论(0)
  • 2020-12-22 19:16

    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

    0 讨论(0)
  • 2020-12-22 19:17

    OCR might be a good starting point.

    0 讨论(0)
提交回复
热议问题