Fill the concave regions between two points in a Lung Image

조회 수: 1 (최근 30일)
MUSTAFA
MUSTAFA 2016년 8월 8일
답변: Cyrus 2016년 8월 10일
I am working on lung segmentation. I want to fill the concave regions between two points. The points are called ‘critical points’. Problem is that sometimes there may be convex regions between two ‘critical points’. I want to fill only the concave regions (not the convex regions). How will I find the concave regions between two points? In the image, you can see that there are two 'openings'. I want to close the opening A but not the opening B.
  댓글 수: 2
MUSTAFA
MUSTAFA 2016년 8월 9일
편집: MUSTAFA 2016년 8월 9일
Attached the image
In the image, you can see that there are two 'openings'. I want to close the opening A but not the opening B.

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

답변 (1개)

Cyrus
Cyrus 2016년 8월 10일
Hi,
split your image into two sub-images(split it from middle).
then use morphological " imclose " function for the left part.
then merge the modified left side with untouched right half image.
"The morphological close operation is a dilation followed by an erosion, using the same structuring element for both operations".

Community Treasure Hunt

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

Start Hunting!

Translated by