Text extraction from a binary image

조회 수: 1 (최근 30일)
Soumyadip
Soumyadip 2013년 3월 29일
I am doing a project to read the data on a calculator screen via image processing. I need to make the image binary in such a way that only the digits in the image appear black and the rest is white. Can I do it with any image enhancement tool? Please suggest. Can somebody do it for me?
The link to the image is -
Thanks in advance
  댓글 수: 1
Chandra Shekhar
Chandra Shekhar 2013년 3월 29일
There is no image in that link,it is saying doesn't exist.

댓글을 달려면 로그인하십시오.

채택된 답변

Chandra Shekhar
Chandra Shekhar 2013년 3월 29일
use 'histeq' function for enhancement or use 'adapthisteq' by choosing proper clipping range.
After applying this method convert to binary.
  댓글 수: 4
Soumyadip
Soumyadip 2013년 3월 30일
I applied adapthisteq and converted to binary but I am getting dark patches like -
Please advise how to remove the dark regions
Image Analyst
Image Analyst 2013년 3월 31일
See my answer to your duplicate question. I got the numbers out of there using color segmentation and some standard image processing to clean up some noise. I didn't even have to do background correction. You should not accept an answer if it didn't answer your question.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by