필터 지우기
필터 지우기

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

조회 수: 5 (최근 30일)
Kelechukwu Ezike
Kelechukwu Ezike 2018년 2월 12일
댓글: Kelechukwu Ezike 2018년 2월 12일
  댓글 수: 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 Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by