Documentation/Nightly/Modules/AirwaySegmentation

From Slicer Wiki
Revision as of 12:06, 8 January 2015 by Pietro.nardelli (talk | contribs)
Jump to: navigation, search
Home < Documentation < Nightly < Modules < AirwaySegmentation


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extension: AirwaySegmentation
Acknowledgments: This work is supported by NA-MIC, the Slicer Community and University College of Cork.
Author: Pietro Nardelli (University College Cork)
Contributor1:
Contact: Pietro Nardelli, <email>p.nardelli@umail.ucc.ie</email>

National Alliance for Medical Image Computing (NA-MIC)  
University College Cork (UCC)  
Bioelectromagnetics group UCC  
Surgical Planning Laboratory (SPL)  

Module Description

AirwaySegmentation is an extension for airway segmentation starting from chest CT images. Two modules come with this extension. A simple CLI module, called Airway Segmentation CLI, that uses a modified version of ITK's itkConnectedThresholdImageFilter to segment all the pixels with an intensity below a threshold. The threshold is automatically identified by the module. To use this module for the segmentation, the user is required to place only one fiducial point within the trachea. This fiducial is used as starting point for the region growing segmentation. Also, using this module, the user needs to specify the convolution kernel used for reconstructing the DICOM image. A scripted module, called AirwaySegmentation, is also available. This is a python module that automatically invokes the CLI module described above. It automatically extracts the convolution kernel of the image, and for this reason it only works for DICOM images. The output volume is also automatically created. This way, the user needs to only specify the input volume, and the fiducial placed in the trachea. A label color can also be optionally selected.

Use Cases

  • Airway Segmentation starting from chest CT datasets
Airway Segmentation Scripted Module: example of usage

Tutorials

N/A

Panels and their use

  • IO Parameters: Input and Output parameters.
    • Input Volume: Input chest CT dataset to be segmented.
    • Seed: Seed point for the algorithm. Only one seed point must be placed within the trachea. If using an pig CT chest image, the fiducial has to be placed between the carina and the further branch coming out of the trachea.
  • Segmentation Parameters: Input parameters for segmentation (optional).
    • Airway Label Color: The integer value (0-255) to use for the segmentation results. This will determine the color of the segmentation that will be generated by the algorithm.

The user interface panel:

AirwaySegmentation Module GUI

Similar Modules

N/A

References

N/A

Information for Developers

The code is available at Github.