Removing connections between an image containing digits
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I have been working on a project to extract the digits from a calculator screen. The full image is
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/147892/image.png)
Now I successfully extracted only the screen from the above full image and after some image processing operations, I could generate the following image
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/147893/image.png)
However, in the above image of the digits, some of them are overlapping. So it is becoming difficult to individually segregate each digit. Can anyone suggest how to remove the connections between the digits? Will any of the utilities in the function bwmorph() help?
回答 (1 件)
Image Analyst
2013 年 5 月 19 日
I might have already suggested this in your earlier series of questions, but did you try watershed segmentation, like in Steve's demo:
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!