read numbers and letters from an image using openCV

后端 未结 5 1404
鱼传尺愫
鱼传尺愫 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 09:59

    If you are working with a fixed set of bus destinations, template matching will do.

    However, if you want the system to be more flexible, I would imagine you would need some form of contour/shape analysis for each individual letter.

提交回复
热议问题