How to do Numeric Character recognition

5 views (last 30 days)
Papaya
Papaya on 9 Feb 2020
Answered: Image Analyst on 9 Feb 2020
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

Answers (1)

Image Analyst
Image Analyst on 9 Feb 2020
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!