Lung segmentation with image processing

22 ビュー (過去 30 日間)
Niels Palmans
Niels Palmans 2015 年 11 月 25 日
回答済み: Image Analyst 2015 年 12 月 30 日
Hello,
I'm busy with a matlab project. In this project I got some CT-scans from the lungs and now I want to do a segmentation on it. This is an example of the scan:
I don't really know how I have to proceed. I tried to make the picture a black and white (now it's a grayscale), but it wasn't very usefull...

採用された回答

Image Analyst
Image Analyst 2015 年 12 月 30 日
I'd try thresholding. Then call imclearborder() to get rid of any light stuff that touches the border. Then take the largest blob with bwareafilt(). If the area is not big enough, then take the biggest two blobs.

その他の回答 (1 件)

Arnab Sen
Arnab Sen 2015 年 12 月 30 日
I understand that you would like to segment a image into different portions based on color. You can create segments of the image based on colors using K-means clustering algorithm. Refer to the following link for more details of image segmentation in MATLAB:

Community Treasure Hunt

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

Start Hunting!

Translated by