Difference between revisions of "Documentation/Nightly/Modules/AirwaySegmentation"

From Slicer Wiki
Jump to: navigation, search
Line 46: Line 46:
 
* <span>'''''Segmentation Parameters'''''</span>: Input parameters for segmentation.
 
* <span>'''''Segmentation Parameters'''''</span>: Input parameters for segmentation.
 
** <span>'''Airway Label Value'''</span>: 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.
 
** <span>'''Airway Label Value'''</span>: 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.
** <span>'''Seeds'''</span>: Seed points for the algorithm. Three seeds points must be placed. One in the trachea, the others in the main bronchi of the left and right lungs.
+
** <span>'''Seeds'''</span>: Seed points for the algorithm. Three seeds points must be placed. The first one in the trachea, the others in the main bronchi of the left and right lungs.
  
 
* <span>'''''IO'''''</span>: Input and Output parameters.
 
* <span>'''''IO'''''</span>: Input and Output parameters.

Revision as of 08:44, 18 July 2013

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>111126418@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 a simple CLI module for the segmentation of the airway starting from chest CT images. This CLI 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. The user has to specify three fiducial points: one in the trachea, and two in the main bronchi of the left and right lungs. The fiducials are the starting points for the region growing segmentation. No more than 3 seed points are allowed.

Use Cases

  • Airway Segmentation starting from chest CT datasets
Airway Segmentation Module

Tutorials

N/A

Panels and their use

  • Segmentation Parameters: Input parameters for segmentation.
    • Airway Label Value: 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.
    • Seeds: Seed points for the algorithm. Three seeds points must be placed. The first one in the trachea, the others in the main bronchi of the left and right lungs.
  • IO: Input and Output parameters.
    • Input Volume: Input chest CT dataset to be segmented.
    • Output Parameters: Output label.

The user interface panel:

AirwaySegmentation Module GUI

Similar Modules

N/A

References

N/A

Information for Developers

The code is available at Github.