How to translate this image processing from Matlab to OpenCV?

前端 未结 1 1071
臣服心动
臣服心动 2020-12-06 08:17

The link below use Matlab to remove non-text content from an image. I want to do the same thing with OpenCV in Java.

I don\'t have a Matlab to try with and I am new

相关标签:
1条回答
  • 2020-12-06 08:50

    Posting as an answer just to show the result of the OpenCV text detection example

    enter image description here

    Now you need to apply text recognition, using for example OCRHMMDecoder

    You'll find a sample here

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