read numbers and letters from an image using openCV

后端 未结 5 1403
鱼传尺愫
鱼传尺愫 2021-01-30 09:28

I am developing an application to read the letters and numbers from an image using opencv in c++. I first changed the given colour image and colour template to binary image, the

5条回答
  •  迷失自我
    2021-01-30 10:09

    You can also look at EAST: Efficient Scene Text Detector - https://www.learnopencv.com/deep-learning-based-text-detection-using-opencv-c-python/ Under this link, you have examples with C++ and Python. I used this code to detect numbers of buses (after detecting that given object is a bus).

提交回复
热议问题