Documentation/Nightly/Modules/SwissSkullStripper

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < 4.4 < Extensions < SwissSkullStripper


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extension: SwissSkullStripper
Acknowledgments: This work is based the Skull-Stripper Filter for ITK, Stefan Bauer, Thomas Fejes and Mauricio Reyes, Institute for Surgical Technology and Biomechanics, University of Bern, Switzerland
Author: Bill Lorensen (Noware)
Contributor1: Stefan Bauer (Institute for Surgical Technology and Biomechanics, University of Bern)
Contributor2: Thomas Fejes (Institute for Surgical Technology and Biomechanics, University of Bern)
Contributor3: Mauricio Reyes (University of Bern)
Contributor4: Arnaud Gelas (Crisalix)
Contact: Bill Lorensen, <email>bill.lorensen@gmail.com</email>

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

Atlas Image
Atlas Mask
Mask overlay on patient volume

Tutorials

Panels and their use

Module UI
  1. 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)
  2. Load a patient volume. Use your own, or MRBrainTumor1 sample data or download one.
  3. Go to Swiss Skull Stripper module
  4. Select Patient volume (e.g., MRBrainTumor1), Atlas volume (e.g., atlasImage), Atlas mask volume (e.g., atlasMask)
  5. Create new volumes for Patient output volume and Patient mask label
  6. Click Apply. Within about 2 minutes, the module produces:
    1. A patient volume that resides within the patient mask
    2. A patient brain mask volume
  7. 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

SkullStripper

References

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.