How to do Numeric Character recognition
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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

0 comentarios
Respuestas (1)
Image Analyst
el 9 de Feb. de 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.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!