<?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=Ksukri</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=Ksukri"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Ksukri"/>
	<updated>2026-06-22T12:20:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34297</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34297"/>
		<updated>2013-08-06T15:58:58Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: /* BinShrink Image Filter */&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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Step 1: Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkSettings.png|thumb|Step 2: BinShrink settings.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|Step 3: After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|[[Image:ROIToolbar.png|thumb|Step 4: ROI Toolbar.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Step 5: Cropped gray scale image.]]&lt;br /&gt;
|[[Image:ThresholdGoldLabelMap.png|thumb|Step 6: Threshold of the cropped gray scale image.]]&lt;br /&gt;
|}&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/SlicerWelcome#LoadPanel|Load]] gray scale data.&lt;br /&gt;
#Go to the Modules search bar, search and select &amp;quot;BinShrink&amp;quot;. Go to the BinShrink settings, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;.&lt;br /&gt;
#Apply the BinShrink Image Filter.&lt;br /&gt;
#Create a Region of Interest (ROI) using the Fiducial Module in the Slicer Toolbar.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop the region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
##Using the [[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] module, create a new transform and rename it &amp;quot;Identity&amp;quot;.&lt;br /&gt;
##Search and select &amp;quot;Resample Image (BRAINS)&amp;quot; in the modules search bar. Go to the [[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] settings to resample the label map.&lt;br /&gt;
##The Image to Warp should be the label map.&lt;br /&gt;
##The Reference Image should be the BinShrink gray scale image.&lt;br /&gt;
##Create a new Output Image.&lt;br /&gt;
##Change the pixel type to &amp;quot;short&amp;quot;.&lt;br /&gt;
##Change the Transform file to &amp;quot;Identity&amp;quot;.&lt;br /&gt;
##Change the Interpolation Mode to &amp;quot;NearestNeighbor&amp;quot;.&lt;br /&gt;
##Apply the Resampling.&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:TransformToolbar.png|thumb|Transform Module in the Slicer Toolbar]]&lt;br /&gt;
|[[Image:TransformModule.png|thumb|Transform Settings]]&lt;br /&gt;
|[[Image:ResampleSettings.png|thumb|Resample settings.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34293</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34293"/>
		<updated>2013-08-06T15:53:49Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Step 1: Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkSettings.png|thumb|Step 2: BinShrink settings.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|Step 3: After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|[[Image:ROIToolbar.png|thumb|Step 4: ROI Toolbar.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Step 5: Cropped gray scale image.]]&lt;br /&gt;
|[[Image:ThresholdGoldLabelMap.png|thumb|Step 6: Threshold of the cropped gray scale image.]]&lt;br /&gt;
|}&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/SlicerWelcome#LoadPanel|Load]] gray scale data.&lt;br /&gt;
#Go to the Modules search bar, search and select &amp;quot;BinShrink&amp;quot;. Go to the BinShrink settings, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;.&lt;br /&gt;
#Apply the BinShrink Image Filter.&lt;br /&gt;
#Create a Region of Interest (ROI) using the Fiducial Module in the Slicer Toolbar.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop the region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
##Using the [[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] module, create a new transform and rename it &amp;quot;Identity&amp;quot;.&lt;br /&gt;
##Go to the [[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] settings to resample the label map.&lt;br /&gt;
##The Image to Warp should be the label map.&lt;br /&gt;
##The Reference Image should be the BinShrink gray scale image.&lt;br /&gt;
##Create a new Output Image.&lt;br /&gt;
##Change the pixel type to &amp;quot;short&amp;quot;.&lt;br /&gt;
##Change the Transform file to &amp;quot;Identity&amp;quot;.&lt;br /&gt;
##Change the Interpolation Mode to &amp;quot;NearestNeighbor&amp;quot;.&lt;br /&gt;
##Apply the Resampling.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34292</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34292"/>
		<updated>2013-08-06T15:52:25Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Step 1: Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkSettings.png|thumb|Step 2: BinShrink settings.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|Step 3: After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|[[Image:ROIToolbar.png|thumb|Step 4: ROI Toolbar.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Step 5: Cropped gray scale image.]]&lt;br /&gt;
|[[Image:ThresholdGoldLabelMap.png|thumb|Step 6: Threshold of the cropped gray scale image.]]&lt;br /&gt;
|}&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/SlicerWelcome#LoadPanel|Load]] gray scale data.&lt;br /&gt;
#Go to the Modules search bar, search and select &amp;quot;BinShrink&amp;quot;. Go to the BinShrink settings, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;.&lt;br /&gt;
#Apply the BinShrink Image Filter.&lt;br /&gt;
#Create a Region of Interest (ROI) using the Fiducial Module in the Slicer Toolbar.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop the region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
##Using the [[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] module, create a new transform and rename it &amp;quot;Identity&amp;quot;.&lt;br /&gt;
##Go to the [[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] settings to resample the label map.&lt;br /&gt;
##The Image to Warp should be the label map.&lt;br /&gt;
##The Reference Image should be the BinShrink gray scale image.&lt;br /&gt;
##Create a new Output Image.&lt;br /&gt;
##Change the pixel type to &amp;quot;short&amp;quot;.&lt;br /&gt;
##Change the Transform file to &amp;quot;Identity&amp;quot;.&lt;br /&gt;
##Change the Interpolation Mode to &amp;quot;NearestNeighbor&amp;quot;.&lt;br /&gt;
##Apply the Resampling.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34290</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34290"/>
		<updated>2013-08-06T15:45:03Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Step 1: Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkSettings.png|thumb|Step 2: BinShrink settings.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|Step 3: After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|[[Image:ROIToolbar.png|thumb|Step 4: ROI Toolbar.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Step 5: Cropped gray scale image.]]&lt;br /&gt;
|[[Image:ThresholdGoldLabelMap.png|thumb|Step 6: Threshold of the cropped gray scale image.]]&lt;br /&gt;
|}&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/SlicerWelcome#LoadPanel|Load]] gray scale data.&lt;br /&gt;
#Go to the Modules search bar, search and select &amp;quot;BinShrink&amp;quot;. Go to the BinShrink settings, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;.&lt;br /&gt;
#Apply the BinShrink Image Filter.&lt;br /&gt;
#Create a Region of Interest (ROI) using the Fiducial Module in the Slicer Toolbar.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop the region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34289</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34289"/>
		<updated>2013-08-06T15:44:34Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Step 1: Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkSettings.png|thumb|Step 2: BinShrink settings.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|Step 3: After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
[[Image:ROIToolbar.png|thumb|Step 4: ROI Toolbar.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Step 5: Cropped gray scale image.]]&lt;br /&gt;
|[[Image:ThresholdGoldLabelMap.png|thumb|Step 6: Threshold of the cropped gray scale image.]]&lt;br /&gt;
|}&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/SlicerWelcome#LoadPanel|Load]] gray scale data.&lt;br /&gt;
#Go to the Modules search bar, search and select &amp;quot;BinShrink&amp;quot;. Go to the BinShrink settings, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;.&lt;br /&gt;
#Apply the BinShrink Image Filter.&lt;br /&gt;
#Create a Region of Interest (ROI) using the Fiducial Module in the Slicer Toolbar.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop the region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:ROIToolbar.png&amp;diff=34288</id>
		<title>File:ROIToolbar.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:ROIToolbar.png&amp;diff=34288"/>
		<updated>2013-08-06T15:37:57Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34287</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34287"/>
		<updated>2013-08-06T15:33:44Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkSettings.png|thumb|BinShrink settings.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Cropped gray scale image.]]&lt;br /&gt;
|[[Image:ThresholdGoldLabelMap.png|thumb|Threshold of the cropped gray scale image.]]&lt;br /&gt;
|}&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/SlicerWelcome#LoadPanel|Load]] gray scale data.&lt;br /&gt;
#Go to the Modules search bar, search and select &amp;quot;BinShrink&amp;quot;. Go to the BinShrink settings, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;, then apply the BinShrink Image Filter.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop a region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34286</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34286"/>
		<updated>2013-08-06T15:32:07Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkSettings.png|thumb|BinShrink settings.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Cropped gray scale image.]]&lt;br /&gt;
|[[Image:ThresholdGoldLabelMap.png|thumb|Threshold of the cropped gray scale image.]]&lt;br /&gt;
|}&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/SlicerWelcome#LoadPanel|Load]] gray scale data.&lt;br /&gt;
#Go to the BinShrink settings, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;, then apply the BinShrink Image Filter.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop a region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34285</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34285"/>
		<updated>2013-08-06T15:20:33Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkSettings.png|thumb|BinShrink settings.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Cropped gray scale image.]]&lt;br /&gt;
|[[Image:ThresholdGoldLabelMap.png|thumb|Threshold of the cropped gray scale image.]]&lt;br /&gt;
|}&lt;br /&gt;
#Upload gray scale data.&lt;br /&gt;
#Go to the BinShrink settings, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;, then apply the BinShrink Image Filter.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop a region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:ThresholdGoldLabelMap.png&amp;diff=34284</id>
		<title>File:ThresholdGoldLabelMap.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:ThresholdGoldLabelMap.png&amp;diff=34284"/>
		<updated>2013-08-06T15:19:24Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:BinShrinkSettings.png&amp;diff=34283</id>
		<title>File:BinShrinkSettings.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:BinShrinkSettings.png&amp;diff=34283"/>
		<updated>2013-08-06T15:18:02Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34282</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34282"/>
		<updated>2013-08-06T15:17:00Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:OriginalGoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:BinShrinkGoldGrayscale.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|[[Image:CropGoldGrayscale.png|thumb|Cropped gray scale volume.]]&lt;br /&gt;
|}&lt;br /&gt;
#Upload gray scale data.&lt;br /&gt;
#Go to the BinShrink tool, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;, then apply the BinShrink Image Filter.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop a region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:CropGoldGrayscale.png&amp;diff=34281</id>
		<title>File:CropGoldGrayscale.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:CropGoldGrayscale.png&amp;diff=34281"/>
		<updated>2013-08-06T15:16:05Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:BinShrinkGoldGrayscale.png&amp;diff=34280</id>
		<title>File:BinShrinkGoldGrayscale.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:BinShrinkGoldGrayscale.png&amp;diff=34280"/>
		<updated>2013-08-06T15:14:31Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:OriginalGoldGrayscale.png&amp;diff=34279</id>
		<title>File:OriginalGoldGrayscale.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:OriginalGoldGrayscale.png&amp;diff=34279"/>
		<updated>2013-08-06T15:13:28Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34278</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34278"/>
		<updated>2013-08-06T15:11:41Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
#Upload gray scale data.&lt;br /&gt;
#Go to the BinShrink tool, change the input to the original gray scale image and change the output to &amp;quot;create a new volume&amp;quot;, then apply the BinShrink Image Filter.&lt;br /&gt;
#Use the [[Documentation/{{documentation/version}}/Modules/CropVolume|Crop Volume]] module to crop a region of interest.&lt;br /&gt;
#Apply  [[Documentation/{{documentation/version}}/Modules/Editor#Threshold|Threshold Effect]], or any other editing technique, to your gray scale image to create a label map.&lt;br /&gt;
#[[Documentation/{{documentation/version}}/Modules/BRAINSResample|Resample]] the label map so its dimensions match those of the gray scale image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34277</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34277"/>
		<updated>2013-08-06T15:08:17Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map. It is an effective way to segment features with robust outlines more efficiently.&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;
|[[Image:step1_grayscale.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:step2_originallabel.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:step3_watershed.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:step4_changelabelmap.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:step5_leakedpixels.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:step6_finallabel.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. Another way to edit your label map is to apply the [[Documentation/{{documentation/version}}/Modules/Editor#Undo/Redo|Undo/Redo]] tools. Using the undo, the watershed can be undone and the original label map can be edited. The redo tool can reapply an updated version of the Watershed from Markers effect. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34276</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34276"/>
		<updated>2013-08-06T14:48:32Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
Bin Shrink is one of the modules used to help ease the process of segmentation. By stipulating a neighborhood size, 5x5x5 for example, it will average the neighboring pixels within that 5x5x5 region and turn them into one pixel. Applying the Bin Shrink will result in reduced resolution and a less noisy image. Based on the features you want to segment, you can apply a more aggressive bin or a less aggressive bin based on the complexity of your features of interest. Binning the image does not significantly affect the quality of the image, it also reduces the amount of memory the computer needs to process the data, so the more an image is binned the faster slicer will work and the more free memory you will have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:GoldGrayscale.png|thumb|Original gray scale image.]]&lt;br /&gt;
|[[Image:GoldGrayscaleBin5.png|thumb|After running the BinShrink by a factor of 5x5x5.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Walk Through}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34269</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34269"/>
		<updated>2013-08-06T14:07:22Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink Image Filter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34268</id>
		<title>Documentation/Nightly/Extensions/IASEM</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/IASEM&amp;diff=34268"/>
		<updated>2013-08-06T14:05:17Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &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;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&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;
Acknowledgments:&lt;br /&gt;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://raw.github.com/blowekamp/Slicer-IASEM/master/LICENSE Apache License 2.0]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
&lt;br /&gt;
This extension is a compilation of modules which are useful for segmentation and processing of IASEM Electron Microscopy images. It adds modules which help in general with segmenting large data sets, and has components to deal with images in multi-resolutions.&lt;br /&gt;
&lt;br /&gt;
IASEM stands for ion-abrasion scanning electron microscopy, some times also call dual-beam or focused ion-beam scanning electron microscopy (FIBSEM). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;200px&amp;quot; perrow=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
Image:IASEM-Screenshot1.png|Segmentation of Gold particles.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
&lt;br /&gt;
* BinShrink ImageFilter&lt;br /&gt;
* SpacingAwareCurvatureDiffusion Image Filter&lt;br /&gt;
* DoubleThreshold Editor Effect&lt;br /&gt;
* BinaryWatershed Editor Effect&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Cases}}&lt;br /&gt;
===BinShrink Image Filter===&lt;br /&gt;
===SpacingAwareCurvatureDiffusion Image Filter===&lt;br /&gt;
===DoubleThreshold Editor Effect===&lt;br /&gt;
===BinaryWatershed Editor Effect===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Information for Developers}}&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-developerinfo}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34267</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34267"/>
		<updated>2013-08-06T13:59:28Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map. It is an effective way to segment features with robust outlines more efficiently.&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;
|[[Image:step1_grayscale.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:step2_originallabel.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:step3_watershed.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:step4_changelabelmap.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:step5_leakedpixels.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:step6_finallabel.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Step6_finallabel.png&amp;diff=34266</id>
		<title>File:Step6 finallabel.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Step6_finallabel.png&amp;diff=34266"/>
		<updated>2013-08-06T13:59:06Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34265</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34265"/>
		<updated>2013-08-06T13:58:36Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map. It is an effective way to segment features with robust outlines more efficiently.&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;
|[[Image:step1_grayscale.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:step2_originallabel.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:step3_watershed.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:step4_changelabelmap.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:step5_leakedpixels.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:61.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Step5_leakedpixels.png&amp;diff=34264</id>
		<title>File:Step5 leakedpixels.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Step5_leakedpixels.png&amp;diff=34264"/>
		<updated>2013-08-06T13:58:17Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34263</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34263"/>
		<updated>2013-08-06T13:57:45Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map. It is an effective way to segment features with robust outlines more efficiently.&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;
|[[Image:step1_grayscale.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:step2_originallabel.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:step3_watershed.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:step4_changelabelmap.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:51.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:61.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Step4_changelabelmap.png&amp;diff=34262</id>
		<title>File:Step4 changelabelmap.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Step4_changelabelmap.png&amp;diff=34262"/>
		<updated>2013-08-06T13:57:21Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34261</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34261"/>
		<updated>2013-08-06T13:56:29Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map. It is an effective way to segment features with robust outlines more efficiently.&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;
|[[Image:step1_grayscale.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:step2_originallabel.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:step3_watershed.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:41.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:51.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:61.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Step3_watershed.png&amp;diff=34260</id>
		<title>File:Step3 watershed.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Step3_watershed.png&amp;diff=34260"/>
		<updated>2013-08-06T13:56:06Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34259</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34259"/>
		<updated>2013-08-06T13:55:24Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map. It is an effective way to segment features with robust outlines more efficiently.&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;
|[[Image:step1_grayscale.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:step2_originallabel.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:31.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:41.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:51.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:61.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Step2_originallabel.png&amp;diff=34258</id>
		<title>File:Step2 originallabel.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Step2_originallabel.png&amp;diff=34258"/>
		<updated>2013-08-06T13:55:02Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34257</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34257"/>
		<updated>2013-08-06T13:54:11Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map. It is an effective way to segment features with robust outlines more efficiently.&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;
|[[Image:step1_grayscale.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:21.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:31.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:41.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:51.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:61.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Step1_grayscale.png&amp;diff=34256</id>
		<title>File:Step1 grayscale.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Step1_grayscale.png&amp;diff=34256"/>
		<updated>2013-08-06T13:53:09Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34150</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34150"/>
		<updated>2013-08-02T15:46:32Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map. It is an effective way to segment features with robust outlines more efficiently.&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;
|[[Image:11.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:21.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:31.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:41.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:51.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:61.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34149</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34149"/>
		<updated>2013-08-02T15:44:18Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map.&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;
|[[Image:11.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:21.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:31.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:41.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:51.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:61.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:61.png&amp;diff=34147</id>
		<title>File:61.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:61.png&amp;diff=34147"/>
		<updated>2013-08-02T15:41:00Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:51.png&amp;diff=34146</id>
		<title>File:51.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:51.png&amp;diff=34146"/>
		<updated>2013-08-02T15:40:12Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:41.png&amp;diff=34145</id>
		<title>File:41.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:41.png&amp;diff=34145"/>
		<updated>2013-08-02T15:39:49Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:31.png&amp;diff=34144</id>
		<title>File:31.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:31.png&amp;diff=34144"/>
		<updated>2013-08-02T15:39:28Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:21.png&amp;diff=34143</id>
		<title>File:21.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:21.png&amp;diff=34143"/>
		<updated>2013-08-02T15:39:00Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:11.png&amp;diff=34142</id>
		<title>File:11.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:11.png&amp;diff=34142"/>
		<updated>2013-08-02T15:38:40Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34141</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34141"/>
		<updated>2013-08-02T15:31:51Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
: '''Author(s)/Contributor(s):'''  Bradley Lowekamp (MSC/NLM), Steve Piepe(Isomics Inc.)&amp;lt;br&amp;gt;&lt;br /&gt;
: '''Acknowledgements:''' This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
: '''Contact:''' Bradley Lowekamp, &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&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;
N/A&lt;br /&gt;
Watershed from Markers is an edge based editing tool that detects edges and fills in a specific area based on the given outlines created in the label map.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Walk Through}}&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:1.png|thumb|Step 1: Tumor Gray Scale]]&lt;br /&gt;
|[[Image:2.png|thumb|Step 2: Original Label Map]]&lt;br /&gt;
|[[Image:3.png|thumb|Step 3: Label Map after Watershed]]&lt;br /&gt;
|[[Image:4.png|thumb|Step 4: Label Map after Change Label effect]]&lt;br /&gt;
|[[Image:5.png|thumb|Step 5: Leaked Pixels]]&lt;br /&gt;
|[[Image:6.png|thumb|Step 6: Final Label Map]]&lt;br /&gt;
|}&lt;br /&gt;
# Use MRBrain Tumor Time Point 1 from Slicer's [[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]]. Scroll through the data and find a feature of interest, for example the tumor.&lt;br /&gt;
# With the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool, create an original label map as the input for the Watershed from Markers tool. Using one color, paint the tumor precisely. Watershed from Markers is an edge based algorithm and labeling pixels outside of the tumor outline will result in an inaccurate label map. In another color, outline the tumor and fill in part of the background. This can be done for one slide or multiple slides in which the tumor is visible. Labeling more slides will result in a more accurate watershed.&lt;br /&gt;
# After the Watershed from Markers is applied, the tumor will be represented by one color and the background will be represented by another color.&lt;br /&gt;
# Using the [[Documentation/{{documentation/version}}/Modules/Editor#Change Label|Change Label]] effect, change the background color to black.&lt;br /&gt;
# Once the background label has been changed, look through each slice for leaked pixels.&lt;br /&gt;
# To fix leaked pixels, use the [[Documentation/{{documentation/version}}/Modules/Editor#Paint|Paint]] tool to erase extra pixels from the label map. After looking through each slice for leaked pixels, the label map should accurately represent your tumor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:6.png&amp;diff=34134</id>
		<title>File:6.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:6.png&amp;diff=34134"/>
		<updated>2013-08-02T15:09:22Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:5.png&amp;diff=34133</id>
		<title>File:5.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:5.png&amp;diff=34133"/>
		<updated>2013-08-02T15:08:15Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:4.png&amp;diff=34132</id>
		<title>File:4.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:4.png&amp;diff=34132"/>
		<updated>2013-08-02T15:07:32Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:3.png&amp;diff=34131</id>
		<title>File:3.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:3.png&amp;diff=34131"/>
		<updated>2013-08-02T15:06:55Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:2.png&amp;diff=34129</id>
		<title>File:2.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:2.png&amp;diff=34129"/>
		<updated>2013-08-02T15:05:57Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:1.png&amp;diff=34128</id>
		<title>File:1.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:1.png&amp;diff=34128"/>
		<updated>2013-08-02T14:48:02Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34102</id>
		<title>Documentation/Nightly/Modules/Editor/WatershedFromMarkers</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/Editor/WatershedFromMarkers&amp;diff=34102"/>
		<updated>2013-08-01T18:28:46Z</updated>

		<summary type="html">&lt;p&gt;Ksukri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{ambox&lt;br /&gt;
| type  = protection&lt;br /&gt;
| image = [[File:InProgress.png|40px|alt=Work in progress]]&lt;br /&gt;
| text  = WARNING: This module is Work in Progress, which means:&lt;br /&gt;
* the functionality provided by this module may change drastically in the future releases of 3D Slicer&lt;br /&gt;
* the scenes containing data types specific to this module may not be readable by the future versions of Slicer&lt;br /&gt;
* the functionality and user interface may change at any time&lt;br /&gt;
* some functionality may not work as intended&lt;br /&gt;
* testing and documentation is limited&lt;br /&gt;
}}&lt;br /&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;
This work is supported by NLM, and the Slicer Community. &amp;lt;br&amp;gt;&lt;br /&gt;
Author: Bradley Lowekamp, Steve Piepe&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Bradley Lowekamp &amp;lt;email&amp;gt;blowekamp@mail.nih.gov&amp;lt;/email&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|nlm}}|{{collaborator|longname|nlm}}&lt;br /&gt;
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}&lt;br /&gt;
}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
N/A&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Here comes a description what the module is good for. Explain briefly how it works and point to the [[documentation/{{documentation/version}}/Modules/{{documentation/modulename}}#References|references]] giving more details on the algorithm.&lt;br /&gt;
&lt;br /&gt;
If you are documenting a CLI, the description should be extracted from the corresponding XML description. This could be done automatically using the following wiki template:&amp;lt;pre&amp;gt;{{documentation/{{documentation/version}}/module-description}}&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-description}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Walk Through}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
N/A&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
N/A&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;/div&gt;</summary>
		<author><name>Ksukri</name></author>
		
	</entry>
</feed>