Difference between revisions of "Documentation/Nightly/Modules/AirwaySegmentation"
Line 17: | Line 17: | ||
{{documentation/{{documentation/version}}/module-introduction-logo-gallery | {{documentation/{{documentation/version}}/module-introduction-logo-gallery | ||
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}} | |{{collaborator|logo|namic}}|{{collaborator|longname|namic}} | ||
− | |Image:UCC-logoNEW.png|University College of Cork | + | |Image:UCC-logoNEW.png|University College of Cork (UCC) |
|{{collaborator|logo|spl}}|{{collaborator|longname|spl}} | |{{collaborator|logo|spl}}|{{collaborator|longname|spl}} | ||
}} | }} |
Revision as of 14:23, 21 June 2013
Home < Documentation < Nightly < Modules < AirwaySegmentation
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extension: AirwaySegmentation | |||||||
|
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
Tutorials
N/A
Panels and their use
Similar Modules
N/A
References
N/A
Information for Developers
The code is available at Github.