Text extraction from a binary image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 -
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/151957/image.png)
Thanks in advance
1 Kommentar
Akzeptierte Antwort
Chandra Shekhar
am 29 Mär. 2013
use 'histeq' function for enhancement or use 'adapthisteq' by choosing proper clipping range.
After applying this method convert to binary.
4 Kommentare
Image Analyst
am 31 Mär. 2013
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Filtering and Enhancement finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!