How can i write a code to detect the numbers and alphabets in an image?

10 次查看(过去 30 天)
  3 个评论
Kelechukwu Ezike
Kelechukwu Ezike 2018-2-12
Hi Walter, I have control over the light and camera view. I can capture brighter images.However, my major challenge is the principle to base my algorithm on. Since the light intensity doesn't really vary about the embossed letters.
Walter Roberson
Walter Roberson 2018-2-12
You currently have bright on one side of the box and comparative dim on the other side of the box. That makes it difficult to even find a correct bounding box to be able to isolate the box to have a chance to do threshold detection to find the letters. The specular reflections of the gold also make it difficult. I think better illumination would reduce the problems.

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2018-2-12
You need better image capture conditions, such as alignment and lighting. Then do a background correction. Then look at the Computer Vision System Toolbox, which has OCR capabilities. https://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1

类别

Help CenterFile Exchange 中查找有关 Computer Vision with Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by