How to do Numeric Character recognition

5 次查看(过去 30 天)
Hi,
Do you have any suggestion on detecting the numeric charcters of the image as shown below. These images were from a numeric display taken from a camera so the numeric characters may not stay in a horizion line if the camera snapshot was slented. I tried using ocr() in matlab and have not able to good performacne on the detction

回答(1 个)

Image Analyst
Image Analyst 2020-2-9
I'm not sure it's needed but you can easily find the blue stuff on the background and use it's angle to rotate the image with imrotate. Pretty trivial.
Next, you can use ocr() in the Computer Vision Toolbox if you have abinary image of the digits, which you probacly can get through some segmentation method such as thresholding.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by