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

From Slicer Wiki
Jump to: navigation, search
(Moved to github)
Tags: 2017 source edit, Replaced
 
(34 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{documentation/versioncheck}}</noinclude>
+
{{documentation/banner
<!-- ---------------------------- -->
+
| text  = [https://github.com/Slicer/SlicerAirwaySegmentation This page has been moved to github.]
{{documentation/{{documentation/version}}/module-header}}
+
| background-color = 8FBC8F }}
<!-- ---------------------------- -->
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}
 
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
Extension: [[Documentation/{{documentation/version}}/Extensions/AirwaySegmentation|AirwaySegmentation]]<br>
 
Acknowledgments:
 
This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149.<br>
 
Author: Pietro Nardelli (University College Cork)<br>
 
Contributor1:<br>
 
Contact: Pietro Nardelli, <email>111126418@umail.ucc.ie</email><br>
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 
|{{collaborator|logo|ge}}|{{collaborator|longname|ge}}
 
|{{collaborator|logo|kitware}}|{{collaborator|longname|kitware}}
 
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}
 
}}
 
 
 
{{documentation/{{documentation/version}}/module-introduction-end}}
 
 
 
<!-- ---------------------------- -->
 
{{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}}
 
*Airway Segmentation starting from chest CT datasets
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
 
 
N/A
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Panels and their use}}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|References}}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 
{{documentation/{{documentation/version}}/module-developerinfo}}
 
The code is available at [https://github.com/PietroNardelli/AirwaySegmentation Github].
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-footer}}
 
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]
 
<!-- ---------------------------- -->
 

Latest revision as of 20:53, 21 March 2022

Home < Documentation < Nightly < Modules < AirwaySegmentation