Problem with image segmentation

조회 수: 2 (최근 30일)
Veronika
Veronika 2017년 3월 22일
댓글: Veronika 2017년 3월 23일
Dear all,
I have this code for segmentation, I have problem with this points (line):
I don´t know, why is this line on this place, because there isn´t some white place in binary image.
I don´t know, where is mistake. I attach my code and original image. Thank you for your answers.
  댓글 수: 2
Rik
Rik 2017년 3월 22일
Maybe there are single pixels, which you could detect by first using imdilate with a relatively large structuring element. If that is the case, you can use bwareaopen to remove them.
Veronika
Veronika 2017년 3월 23일
Thank you, it works.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by