Fill the concave regions between two points in a Lung Image
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Image Analyst
2016 年 8 月 8 日
You forgot to attach any image. use the green and brown frame icon to insert your image.
回答 (1 件)
Cyrus
2016 年 8 月 10 日
Hi,
split your image into two sub-images(split it from middle).
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".
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!