Documentation/4.10/Extensions/Wasp

From Slicer Wiki
Revision as of 00:45, 19 October 2018 by UpdateBot (talk | contribs) (Nightly -> 4.10)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Documentation < 4.10 < Extensions < Wasp


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


Introduction and Acknowledgements

Extension: Wasp

Watershed Annotation and Segmentation Plugin for 3D Slicer.

Acknowledgments: This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2)

Author: Thomas Lawson
Contact: Thomas Lawson, <email> tnl495@bham.ac.uk </email>

WASP (MRC Harwell)



Module Description

The plugin consists of two main components

  • Watershed stage: Perform a series of watershed filters on the original image
  • Annotation stage: Creating a new label map out of selected components from the watershed stage

Watershed stage

It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.

They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.

  • When the watershed value is lower the image will be segmented into more components.
  • When the watershed level is higher the image will be segmented into less components

A user can then use a range for this parameter (e.g. 1 to 2 with steps of 0.1 resulting in 20 label map results)

Annotation stage

The user can then select individual segmentations out of any of the watershed produced label map using fiducials.

This will create a new label map with only the components the user has chosen. The user can also choose the order of the labels as well.

A model of the label map is generated as well.

Use Cases

Tutorials

Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created.


File:Wasp tutorial.pptx

Panels and their use

Similar Modules

References

Information for Developers