필터 지우기
필터 지우기

Removing connections between an image containing digits

조회 수: 1 (최근 30일)
Soumyadip
Soumyadip 2013년 5월 19일
Hi,
I have been working on a project to extract the digits from a calculator screen. The full image is
Now I successfully extracted only the screen from the above full image and after some image processing operations, I could generate the following image
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
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:
  댓글 수: 1
Soumyadip
Soumyadip 2013년 5월 19일
Ok, I am trying to implement watershed segmentation in my code. Meanwhile, I was thinking of applying the 'thin' utility in the bwmorph function. There is a 'bridge' utility in bwmorph to form bridges between pixels, but I need just the opposite. Can you suggest anything regarding that?

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

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by