Documentation/Nightly/Modules/SwissSkullStripper
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Extension: SwissSkullStripper |
Module Description
A skull-stripping module that registers an atlas image to the patient data. An atlas brain mask is propagated to the patient data. This brain mask is eroded and then serves as initialization for a refined brain extraction based on level-sets. The level-set is evolved towards the edge of the brain-skull border with dedicated expansion, curvature and advection terms.
The module produces a brain mask for the patient data as well as the patient data with the mask applied.
For the atlas, a customized isotropic T1-weighted MR image and a manually generated brain mask are available for download.
Users can also provide their own atlas image and brain mask.
Use Cases
Tutorials
Panels and their use
- Load atlas image and atlas brain mask volumes:
- Option A: Go to Sample data module, scroll down to SwissSkullStripper category, and click on SwissSkullStripperAtlasImage and SwissSkullStripperAtlasMask images
- Option B: Use your own atlas image (or download one) and corresponding atlas brain mask volume (or download one). Important: in Add data dialog, click Show options and make sure Labelmap checkbox is checked for the for the brain mask volume (if this step is missed then the mask volume will not appear in the atlas mask volume selector)
- Load a patient volume. Use your own, or MRBrainTumor1 sample data or download one.
- Go to Swiss Skull Stripper module
- Select Patient volume (e.g., MRBrainTumor1), Atlas volume (e.g., atlasImage), Atlas mask volume (e.g., atlasMask)
- Create new volumes for Patient output volume and Patient mask label
- Click Apply. Within about 2 minutes, the module produces:
- A patient volume that resides within the patient mask
- A patient brain mask volume
- For better visualization of the patient mask volume, make it displayed as outline only (go to Data module, right-click on the eye' icon of patient mask label volume, and check Toggle 2D outline visibility)
Similar Modules
References
- Bauer S., Fejes T., Reyes M., "A Skull-Stripping Filter for ITK", Insight Journal, January-December, 2012
Information for Developers
Source code for the extension is located here.
A version of the module that can be used outside Slicer4 as an ITK remote module is located here.
Section under construction. |