Difference between revisions of "Documentation/Nightly/Modules/SlicerModuleBooleanRemove"
From Slicer Wiki
m |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-header}} | {{documentation/{{documentation/version}}/module-header}} | ||
Line 7: | Line 8: | ||
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}} | {{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}} | ||
{{documentation/{{documentation/version}}/module-introduction-row}} | {{documentation/{{documentation/version}}/module-introduction-row}} | ||
− | Author: Salma Bengali, CARMA Center, University of Utah<br> | + | Author: Umme Salma Bengali, CARMA Center, University of Utah<br> |
Contributors: Alan Morris, Josh Cates, Rob MacLeod, CARMA Center, University of Utah<br> | Contributors: Alan Morris, Josh Cates, Rob MacLeod, CARMA Center, University of Utah<br> | ||
− | Contact: Salma Bengali: <email>salma.bengali@carma.utah.edu</email> <br> | + | Contact: Umme Salma Bengali: <email>salma.bengali@carma.utah.edu</email> <br> |
{{documentation/{{documentation/version}}/module-introduction-row}} | {{documentation/{{documentation/version}}/module-introduction-row}} | ||
− | {| | + | {{documentation/{{documentation/version}}/module-introduction-logo-gallery |
− | + | |{{collaborator|logo|uofu}}|{{collaborator|longname|uofu}} | |
− | + | }} | |
{{documentation/{{documentation/version}}/module-introduction-end}} | {{documentation/{{documentation/version}}/module-introduction-end}} | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
− | This module performs a subtraction of two label maps. This is needed for the CARMA segmentation pipeline to obtain the left atrium | + | This module performs a subtraction of two label maps. This is needed for the CARMA segmentation pipeline to obtain the left atrium epicardium segmentation. This step follows the 2D axial dilate. |
<!-- | <!-- | ||
Here comes a description what the module is good for. Explain briefly how it works and point to the [[documentation/{{documentation/version}}/Modules/{{documentation/modulename}}#References|references]] giving more details on the algorithm. | Here comes a description what the module is good for. Explain briefly how it works and point to the [[documentation/{{documentation/version}}/Modules/{{documentation/modulename}}#References|references]] giving more details on the algorithm. | ||
Line 31: | Line 32: | ||
This module is meant to be used to create a initial wall segmentation from an endo segmentation and a dilated endo segmentation. | This module is meant to be used to create a initial wall segmentation from an endo segmentation and a dilated endo segmentation. | ||
{| | {| | ||
− | |[[Image: | + | |[[Image:Boolean-Remove.jpg|thumb|400px|Top row: Dilated endo segmentation and endo segmentation, Bottom row: Subtracted output (epicardial segmentation)]] |
− | | | ||
|} | |} | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Tutorials}} | {{documentation/{{documentation/version}}/module-section|Tutorials}} | ||
− | [[Media:]] | + | [[Media:Carma_Boolean_Remove_Tutorial.pptx|Boolean Remove Filter Tutorial]] |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Latest revision as of 02:44, 12 August 2015
Home < Documentation < Nightly < Modules < SlicerModuleBooleanRemove
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Author: Umme Salma Bengali, CARMA Center, University of Utah | |||
|
Module Description
This module performs a subtraction of two label maps. This is needed for the CARMA segmentation pipeline to obtain the left atrium epicardium segmentation. This step follows the 2D axial dilate.
Use Cases
This module is meant to be used to create a initial wall segmentation from an endo segmentation and a dilated endo segmentation.
Tutorials
Boolean Remove Filter Tutorial
Panels and their use
- Input Volume 1 : Select the dilated segmentation
- Input Volume 2 : Select the endo segmentation
- Output Volume : The subtraction output
Similar Modules
N/A
References
N/A
Information for Developers
The source code for this module can be found at the CARMA GitHub repository.