Borrar filtros
Borrar filtros

How to segment Lung tissue from CT Image?

1 visualización (últimos 30 días)
Louise Giansante
Louise Giansante el 14 de Oct. de 2015
Respondida: Image Analyst el 30 de Dic. de 2015
Hello,
I've been looking for a good algorithm to segment lungs from CT images. I have a serie of CT images (DICOM) from a phantom and I only want to segment the lung tissue. So far I've tried the "activecontour" function with the Chan-Vese algorithm (which is the default of the function), but it doesn't work really well: this function segments structures that aren't related to the lungs. When I've applied the function to a JPEG image, though, it worked. I don't know what to do; I'm new on MatLab and it's supposed to be a simple problem because I don't want to segment any structure, only the contour of the lungs.
Please, contact me if you can help me. I've tried many different algorithms and could not find a good one.

Respuesta aceptada

Image Analyst
Image Analyst el 30 de Dic. de 2015
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.

Más respuestas (0)

Categorías

Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by