Difference between revisions of "Documentation/Nightly/Modules/AirwaySegmentation"
m (moved User:Pietro.nardelli to Documentation/Nightly/Modules/AirwaySegmentation: new extension) |
|||
| Line 25: | Line 25: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|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. | |
| − | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Use Cases}} | {{documentation/{{documentation/version}}/module-section|Use Cases}} | ||
| + | *Airway Segmentation starting from chest CT datasets | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Tutorials}} | {{documentation/{{documentation/version}}/module-section|Tutorials}} | ||
| + | |||
| + | N/A | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
| Line 46: | Line 48: | ||
{{documentation/{{documentation/version}}/module-section|Information for Developers}} | {{documentation/{{documentation/version}}/module-section|Information for Developers}} | ||
{{documentation/{{documentation/version}}/module-developerinfo}} | {{documentation/{{documentation/version}}/module-developerinfo}} | ||
| + | The code is available at [https://github.com/PietroNardelli/AirwaySegmentation Github]. | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Revision as of 13:18, 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
References
Information for Developers
| Section under construction. |
The code is available at Github.