<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tomnl</id>
	<title>Slicer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tomnl"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Tomnl"/>
	<updated>2026-05-09T07:01:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=44225</id>
		<title>Documentation/4.4/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=44225"/>
		<updated>2015-11-28T15:05:33Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgements:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; thomas.nigel.lawson@gmail.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use case of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
For code of the plugin see: https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
This extension has been tested and works with 3D Slicer 4.5. If you are using the 3D slicer 4.4 version you might have to follow the instructions detailed on the github readme page (https://github.com/Tomnl/Slicer-Wasp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created. Video link does not work in presentation. See youtube link below for video.&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=o9DA4gqWNjg&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.5/Extensions/Wasp&amp;diff=44224</id>
		<title>Documentation/4.5/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.5/Extensions/Wasp&amp;diff=44224"/>
		<updated>2015-11-28T14:53:22Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgements:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; thomas.nigel.lawson@gmail.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin (extension) consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use case of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
For code of the plugin see: https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
This plugin has been tested and works with 3D Slicer 4.5 stable version and nightly (last tested 28-Nov-2015)&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created. Video link does not work in presentation. See youtube link below for video.&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=o9DA4gqWNjg&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=44223</id>
		<title>Documentation/4.4/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=44223"/>
		<updated>2015-11-28T14:47:27Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; thomas.nigel.lawson@gmail.com &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use case of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
For code of the plugin see: https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
This extension has been tested and works with 3D Slicer 4.5. If you are using the 3D slicer 4.4 version you might have to follow the instructions detailed on the github readme page (https://github.com/Tomnl/Slicer-Wasp)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created. Video link does not work in presentation. See youtube link below for video.&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=o9DA4gqWNjg&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=42993</id>
		<title>Documentation/4.4/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=42993"/>
		<updated>2015-10-15T09:30:15Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use cas of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
For code of the plugin see: https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMPORTANT: The current version of WASP has been tested with the nightly build in july 2015. See below link for the nightly build installer. To get WASP working with &lt;br /&gt;
the stable 4.4.0 build read the instructions in the readme of https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
For most recent nighlty version of 3D Slicer tested see: https://www.dropbox.com/sh/xu6e9wwydnv341m/AADiXr-uQka4xhPBg5ccCDpMa?dl=0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created. Video link does not work in presentation. See youtube link below for video.&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=o9DA4gqWNjg&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=42992</id>
		<title>Documentation/4.4/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=42992"/>
		<updated>2015-10-15T09:29:38Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use cas of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
For code of the plugin see: https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMPORTANT: The current version of WASP has been tested with the nightly build in july 2015. See below link for the nightly build installer. To get the plugin working with &lt;br /&gt;
the stable build read the instructions in the readme of https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
For most recent nighlty version of 3D Slicer tested see: https://www.dropbox.com/sh/xu6e9wwydnv341m/AADiXr-uQka4xhPBg5ccCDpMa?dl=0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created. Video link does not work in presentation. See youtube link below for video.&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=o9DA4gqWNjg&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=42965</id>
		<title>Documentation/4.4/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=42965"/>
		<updated>2015-10-14T10:58:57Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use cas of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
For code of the plugin see: https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
For most recent nighlty version of 3D Slicer tested see: https://www.dropbox.com/sh/xu6e9wwydnv341m/AADiXr-uQka4xhPBg5ccCDpMa?dl=0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created. Video link does not work in presentation. See youtube link below for video.&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=o9DA4gqWNjg&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=42964</id>
		<title>Documentation/4.4/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=42964"/>
		<updated>2015-10-14T10:47:02Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use cas of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
For code of the plugin see: https://github.com/Tomnl/Slicer-Wasp&lt;br /&gt;
&lt;br /&gt;
For most recent nighlty version of 3D Slicer tested see: https://github.com/Tomnl/wasp/slicer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created. Video link does not work in presentation. See youtube link below for video.&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=o9DA4gqWNjg&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=41935</id>
		<title>Documentation/4.4/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=41935"/>
		<updated>2015-06-30T08:11:29Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use cas of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created. Video link does not work in presentation. See youtube link below for video.&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=o9DA4gqWNjg&amp;amp;feature=youtu.be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=40768</id>
		<title>Documentation/4.4/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.4/Extensions/Wasp&amp;diff=40768"/>
		<updated>2015-01-24T14:26:48Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
The primary use cas of the tool is to perform multiple watershed segmentations (watershed stage) of an image and then use fiducials to pick out the good segmentations (annotation stage).&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
I was primarily working with a micro-CT dataset of a mouse embryo and that is what I get the best results with. However, the extension can be used with other data including the Slicer examples:&lt;br /&gt;
&lt;br /&gt;
RegLib_c01_1&lt;br /&gt;
Using Watershed level 2 to 2.5 with default settings. The idea is that you use fiducials to pick out the the good segmentations (say the tumour and eyes) and then they will be created into a new label map and isosurface.&lt;br /&gt;
&lt;br /&gt;
CT-Head&lt;br /&gt;
Watershed level 7 to 10 with with 0.5 iterations. Can use fiducials to get out the lungs.&lt;br /&gt;
&lt;br /&gt;
A few notes:&lt;br /&gt;
To gauge what watershed level to use I typically run WASP with watershed levels 0.1 to 10 with iteration steps of 1. I can then run more watershed iterations where it is needed e.g. 3 to 4 with iterations of 0.1.&lt;br /&gt;
&lt;br /&gt;
The limits for the parameters were just what fit with the embryo dataset I used. The actual limits are just the same as the SimpleITK methods so I can modify if requested.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Slicer-Wasp.png&amp;diff=40610</id>
		<title>File:Slicer-Wasp.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Slicer-Wasp.png&amp;diff=40610"/>
		<updated>2015-01-07T21:06:02Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: uploaded a new version of &amp;quot;File:Slicer-Wasp.png&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Logo for WASP extension (MRC Harwell).&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39995</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39995"/>
		<updated>2014-12-22T19:03:23Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
Tutorial on how to use the WASP extension. Please be aware that a few changes have been made since the tutorial was created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39994</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39994"/>
		<updated>2014-12-22T19:02:03Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
[[File:Wasp_tutorial.pptx]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Wasp_tutorial.pptx&amp;diff=39993</id>
		<title>File:Wasp tutorial.pptx</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Wasp_tutorial.pptx&amp;diff=39993"/>
		<updated>2014-12-22T19:01:15Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: Tutorial on how to use the WASP extension. Contains a video demo. Please be aware that a few changes have been made to the tool since this tutorial was made.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tutorial on how to use the WASP extension. Contains a video demo. Please be aware that a few changes have been made to the tool since this tutorial was made.&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39992</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39992"/>
		<updated>2014-12-22T18:43:39Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer.&lt;br /&gt;
&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39991</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39991"/>
		<updated>2014-12-22T18:42:45Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
==Watershed stage==&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
==Annotation stage==&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39990</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39990"/>
		<updated>2014-12-22T18:41:49Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
!Watershed stage!&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
!Annotation stage!&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39989</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39989"/>
		<updated>2014-12-22T18:41:14Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
Watershed Annotation and Segmentation Plugin for 3D Slicer&lt;br /&gt;
&lt;br /&gt;
The plugin consists of two main components&lt;br /&gt;
&lt;br /&gt;
*Watershed stage: Perform a series of watershed filters on the original image&lt;br /&gt;
*Annotation stage: Creating a new label map out of selected components from the watershed stage&lt;br /&gt;
&lt;br /&gt;
!Watershed stage&lt;br /&gt;
&lt;br /&gt;
It allows the user to perform a series of Watershed segmentations on a 3D image using the SimpleITK “Morphological Watershed” without seeds.&lt;br /&gt;
&lt;br /&gt;
They can edit various parameters but importantly they can choose a range of values to use for the “watershed level”.&lt;br /&gt;
&lt;br /&gt;
*When the watershed value is lower the image will be segmented into more components.&lt;br /&gt;
*When the watershed level is higher the image will be segmented into less components&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
&lt;br /&gt;
!Annotation stage&lt;br /&gt;
&lt;br /&gt;
The user can then select individual segmentations out of any of the watershed produced label map using fiducials.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
A model of the label map is generated as well. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39988</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39988"/>
		<updated>2014-12-22T18:35:30Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|WASP (MRC Harwell)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39987</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39987"/>
		<updated>2014-12-22T18:35:06Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png|200px|thumb|left|alt text]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39986</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39986"/>
		<updated>2014-12-22T18:34:07Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.png]] &lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39985</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39985"/>
		<updated>2014-12-22T18:33:49Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Slicer-Wasp.jpg]] &lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39984</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39984"/>
		<updated>2014-12-22T18:33:34Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:File.jpg]] &lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Slicer-Wasp.png&amp;diff=39983</id>
		<title>File:Slicer-Wasp.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Slicer-Wasp.png&amp;diff=39983"/>
		<updated>2014-12-22T18:30:08Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: Logo for WASP extension (MRC Harwell).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Logo for WASP extension (MRC Harwell).&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39233</id>
		<title>Documentation/Nightly/Extensions/Wasp</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/Wasp&amp;diff=39233"/>
		<updated>2014-09-25T11:17:34Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: Created page with '&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- -----------------------…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/Wasp|Wasp]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work was done at the Medical Research Council (MRC) Harwell, Oxfordshire. Funded by Mouse Phenotyping Informatics Infrastructure (MPI2) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Author: Thomas Lawson &amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Thomas Lawson, &amp;lt;email&amp;gt; tnl495@bham.ac.uk &amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
[[Category:Documentation/{{documentation/version}}/Modules/Segmentation]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions&amp;diff=39232</id>
		<title>Documentation/Nightly/Extensions</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions&amp;diff=39232"/>
		<updated>2014-09-25T11:09:46Z</updated>

		<summary type="html">&lt;p&gt;Tomnl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;= Extensions by Category =&lt;br /&gt;
&lt;br /&gt;
==Cat 1==&lt;br /&gt;
&lt;br /&gt;
==Cat 2==&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Extensions/CarreraSliceInteractiveSegmenter|CarreraSlice Interactive Segmenter]] (Ivan Kolesov, LiangJia Zhu, Yi Gao, Peter Karasev, Patricio Vela, Allen Tannenbaum, Karl Fritscher, Steve Pieper )&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SurfaceReconstruction|SurfaceReconstruction]] (Chenxi-Zhang David-Doria Arnaud-Gelas Michael-Kazhdan Matthew-Bolitho Hugues-Hoppe Jean-Christophe Fillion-Robin )&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SkullStripper|SkullStripper]] (Xiaodong Tao)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/MABMIS|MABMIS]] (Xiaofeng Liu)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SwissSkullStripper|SwissSkullStripper]] (Bill Lorensen)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/CARMA|Cardiac MRI Toolkit]] (Alan Morris, Salma Bengali)[[image:UnderConstruction.png|tumb|10px]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PkModeling|PkModeling]] (Emma Zhu, Jim Miller)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/FacetedVisualizer|FacetedVisualizer]] (Harini Veeraraghavan, Jim Miller)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/Reporting|Reporting]] (Andrey Fedorov, Nicole Aucoin, Steve Pieper) (work in progress)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/TCIABrowser|TCIA Browser]] (Alireza Mehrtash, Andrey Fedorov) (work in progress)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SlicerRT|SlicerRT]] (Csaba Pinter, Kevin Wang, Adam Rankin, Greg Sharp, Andras Lasso, Steve Pieper)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DicomRtImport|DICOM-RT import]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DicomRtExport|DICOM-RT export]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/Contours|Contours]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DoseVolumeHistogram|Dose volume histogram]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DoseAccumulation|Dose accumulation]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/DoseComparison|Dose comparison]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/Isodose|Isodose line and surface display]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/ContourComparison|Contour comparison]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/ContourMorphology|Contour morphology]]&lt;br /&gt;
&amp;lt;!-- ** [[Documentation/{{documentation/version}}/Modules/DicomSroImport|DICOM-SRO import]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ** [[Documentation/{{documentation/version}}/Modules/DicomSroExport|DICOM-SRO export]] --&amp;gt;&lt;br /&gt;
** Modules from [[Documentation/{{documentation/version}}/Extensions/Plastimatch|Plastimatch]] (Greg Sharp)&lt;br /&gt;
*** [[Documentation/{{documentation/version}}/Modules/PlmBSplineDeformableRegistration|Plastimatch Automatic deformable image registration]]&lt;br /&gt;
*** [[Documentation/{{documentation/version}}/Modules/PlmLANDWARP|Plastimatch LANDWARP Landmark]]&lt;br /&gt;
*** [[Documentation/{{documentation/version}}/Modules/PlmXFORMWARP|Plastimatch XFORMWARP]] [[image:UnderConstruction.png|tumb|10px]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SlicerIGT|SlicerIGT]] (Tamas Ungi, Adam Rankin, Andras Lasso, Junichi Tokuda, Laurent Chauvin)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/CollectFiducials|CollectFiducials]] (Tamas Ungi)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/CreateModels|CreateModels]] (Tamas Ungi, Matthew Holden)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/OpenIGTLinkRemote|OpenIGTLinkRemote]] (Tamas Ungi, Andras Lasso)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/UltrasoundSnapshots|UltrasoundSnapshots]] (Tamas Ungi, Franklin King)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Extensions/VolumeResliceDriver|VolumeResliceDriver]] (Junichi Tokuda, Tamas Ungi, Laurent Chauvin)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Extensions/PathExplorer|PathExplorer]] (Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/MatlabBridge|Matlab Bridge]] (Andras Lasso, Jean-Christophe Fillion-Robin, Kevin Wang)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/iGyne|iGyne]] (Xiaojun Chen and iGyne Team)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/LongitudinalPETCT|LongitudinalPETCT]] (Paul Mercea, Andrey Fedorov)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/DTIProcess|DTIProcess]] (Francois Budin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/DTIAtlasFiberAnalyzer|DTIAtlasFiberAnalyzer]] (Francois Budin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/FiberViewerLight|FiberViewerLight]] (Francois Budin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/DTIPrep|DTIPrep]] (Francois Budin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/DTIAtlasBuilder|DTIAtlasBuilder]] (Adrien Kaiser)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/IntensitySegmenter|IntensitySegmenter]] (Francois Budin, Pengdong Xiao, Beatriz Paniagua)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ShapePopulationViewer|ShapePopulationViewer]] (Alexis Girault)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ModelToModelDistance|ModelToModelDistance]] (Francois Budin, Juliette Pera, Beatriz Paniagua)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SpharmPdm|SPHARM-PDM]] (Beatriz Paniagua, Francois Budin, Martin Styner)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/TubeTK|TubeTK]] (Stephen Aylward, Jean-Christophe Fillion-Robin, Christopher Mullins, Michael Jeulin-L, Matthew McCormick)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/UKFTractography|UKFTractography]] (Ryan Eckbo, Yogesh Rathi)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/TrackerStabilizer|TrackerStabilizer]] (Laurent Chauvin, Jayender Jagadeesan)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ChangeTracker|ChangeTracker]] (Andrey Fedorov)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SobolevSegmenter|SobolevSegmenter]] (Arie Nakhmani)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/QuickTools|QuickTools]] (Julien Finet)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/ImageMaker|Image Maker]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/XNATSlicer|XNATSlicer]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ErodeDilateLabel|ErodeDilateLabel]] (Junichi)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ThingiverseBrowser|ThingiverseBrowser]] (Nigel Goh)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/VirtualFractureReconstruction|Virtual Fracture Reconstruction]] (Karl Fritscher, Peter Karasev)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/AirwaySegmentation|AirwaySegmentation]] (Pietro Nardelli)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ModelClip|ModelClip]] (Jun Lin, Xiaojun Chen)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/SurfaceMirror|SurfaceMirror]] (Jiaxi Luo, Ruqing Ye, Xiaojun Chen)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/Scoliosis|Scoliosis]] (Franklin King, Tamas Ungi)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/SpinalCurvatureMeasurement|Spinal Curvature Measurement]] (Franklin King, Tamas Ungi)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PortPlacement|Port Placement]] (Luis G. Torres and Andinet Enquobahrie)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/AutoPortPlacement|Auto Port Placement]] (Luis G. Torres, Andinet Enquobahrie)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PlusRemote|Plus Remote]] (Franklin King, Tamas Ungi)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/TransformVisualizer|Transform Visualizer]] (Franklin King, Andras Lasso, Csaba Pinter)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/WindowLevelEffect|WindowLevelEffect]] (Andrey Fedorov, Steve Pieper)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PerkTutor|PerkTutor]] (Tamas Ungi, Matthew Holden)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/PerkEvaluator|PerkEvaluator]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/TransformRecorder|TransformRecorder]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/WorkflowSegmentation|WorkflowSegmentation]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Modules/SlicerToKiwiExporter|SlicerToKiwiExporter]] (Jean-Christophe Fillion-Robin)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Modules/GelDosimetry|GelDosimetry]] (Csaba Pinter)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/MultidimData|Multidimensional data]] (Andras Lasso, Matthew Holden, Kevin Wang)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/GyroGuide|GyroGuide]] (Ruifeng Chen,Luping Fang, Qing Pan, Xiaolei Chen, Jiashu Zhang)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Modules/MRI SNR Measurement|MRI SNR Measurement]] (Babak Matinfar)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/OpenCAD|OpenCAD]] (Vivek Narayan, Jayender Jagadeesan)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/PercutaneousApproachAnalysis|Percutaneous Approach Analysis]] (Koichiro Murakami, Laurent Chauvin, Junichi Tokuda)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/FinslerTractography|Finsler Tractography]] (Antonio Tristan Vega, Demian Wassermann and Carl-Fredrik Westin)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/FinslerTractography|Finsler Tractography]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/FinslerBacktracing|Finsler Backtracing]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/CurveMaker|CurveMaker]] (Junichi Tokuda)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/CBC_3D_I2MConversion | CBC 3D I2MConversion]] (Fotis Drakopoulos, Yixun Liu, Andrey Fedorov and Nikos Chrisochoides)&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/BodyCentricCubicMesh|Body Centric Cubic Mesh]]&lt;br /&gt;
** [[Documentation/{{documentation/version}}/Modules/MeshCompression|Mesh Compression]]&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PBNRR|Physics-Based Non-Rigid Registration (PBNRR)]] (Fotis Drakopoulos, Yixun Liu, Andriy Kot, Andrey Fedorov, Olivier Clatz and Nikos Chrisochoides)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/ResectionPlanner|ResectionVolume]] (Matt Lougheed)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PETDICOM|PET DICOM]] (Andrey Fedorov, Ethan Ulrich)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Modules/CornerAnnotation|CornerAnnotation]] (Atsushi Yamada)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/Wasp|Watershed Annotation and Segmentation Plugin.]] (Thomas Lawson)&lt;br /&gt;
==Cat 3==&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/LesionSegmentation|LesionSegmentation]] (Mark Scully)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/TrainModel|LesionSegmentation-&amp;gt;TrainModel]] (Mark Scully)&lt;br /&gt;
**[[Documentation/{{documentation/version}}/Modules/PredictLesions|LesionSegmentation-&amp;gt;PredictLesions]] (Mark Scully)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/IASEM|IASEM]] (Bradley Lowekamp)&lt;br /&gt;
* [[Documentation/{{documentation/version}}/Extensions/PyDevRemoteDebug|Python debugger]] (Andras Lasso)&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{:Documentation/{{documentation/version}}/FAQ/Extensions|Extensions}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tomnl</name></author>
		
	</entry>
</feed>