How to do Numeric Character recognition
显示 更早的评论
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
2020-2-9
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Keypoint Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!