OCR of low-resolution text from screenshots

后端 未结 3 1545
悲&欢浪女
悲&欢浪女 2021-02-15 17:36

I\'m writing an OCR application to read characters from a screenshot image. Currently, I\'m focusing only on digits. I\'m partially basing my approach on this blog post: http:

3条回答
  •  暖寄归人
    2021-02-15 18:27

    I would look into using Haar cascades. I've used them for face detection/head tracking, and it seems like you could build up a pretty good set of cascades with enough '2's, '3's, '4's, and so on.

    http://alereimondo.no-ip.org/OpenCV/34

    http://en.wikipedia.org/wiki/Haar-like_features

提交回复
热议问题