Binarization and Background Filtering in opencv

前端 未结 2 2188
时光取名叫无心
时光取名叫无心 2021-02-09 05:50

Shortly, I want to make the pre-processing procedures before OCR with the suggestion comes from ABBYY \'s technology. There are two parts in article:

  • Backgr
相关标签:
2条回答
  • 2021-02-09 06:05

    Here is a couple of papers, hope it'll be useful:

    Paper from XEROX: http://www.xrce.xerox.com/content/download/6708/51560/file/Binarising-camera-images-for-OCR.pdf

    And another good paper about image preprocessing for ocr: http://wbieniec.kis.p.lodz.pl/research/files/07_memstech_ocr.pdf

    0 讨论(0)
  • 2021-02-09 06:17

    I would encourage you to use this code: http://liris.cnrs.fr/christian.wolf/software/binarize/ In particular wolf's binarization, it works really well in practice and it needs very little change to c++ code if you want to use it with opencv. Basically you have to pass the pointer to your image data to this function.

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