Binarization and Background Filtering in opencv

前端 未结 2 2186
时光取名叫无心
时光取名叫无心 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: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.

提交回复
热议问题