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에서 Text Detection and Recognition에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!