<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Modules%3AThresholdImage-Documentation-3.6</id>
	<title>Modules:ThresholdImage-Documentation-3.6 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Modules%3AThresholdImage-Documentation-3.6"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:ThresholdImage-Documentation-3.6&amp;action=history"/>
	<updated>2026-04-13T02:34:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Modules:ThresholdImage-Documentation-3.6&amp;diff=12800&amp;oldid=prev</id>
		<title>Nicole: Created page with 'Return to Slicer 3.6 Documentation  Gallery of New Features  __NOTOC__ ===Threshold Image=== Threshold Image  {| |[[I…'</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Modules:ThresholdImage-Documentation-3.6&amp;diff=12800&amp;oldid=prev"/>
		<updated>2010-03-26T23:06:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;&lt;a href=&quot;/wiki/Documentation-3.6&quot; class=&quot;mw-redirect&quot; title=&quot;Documentation-3.6&quot;&gt;Return to Slicer 3.6 Documentation&lt;/a&gt;  &lt;a href=&quot;/wiki/Announcements:Slicer3.6#Highlights&quot; title=&quot;Announcements:Slicer3.6&quot;&gt;Gallery of New Features&lt;/a&gt;  __NOTOC__ ===Threshold Image=== Threshold Image  {| |[[I…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Documentation-3.6|Return to Slicer 3.6 Documentation]]&lt;br /&gt;
&lt;br /&gt;
[[Announcements:Slicer3.6#Highlights|Gallery of New Features]]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
===Threshold Image===&lt;br /&gt;
Threshold Image&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[Image:SlicerThresholdImageGUI-3.4.jpg|thumb|280px|GUI]]&lt;br /&gt;
|[[Image:SlicerThresholdImageBefore-3.4.jpg|thumb|280px|Before]]&lt;br /&gt;
|[[Image:SlicerThresholdImageAfter-3.4.jpg|thumb|280px|After]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== General Information ==&lt;br /&gt;
===Module Type &amp;amp; Category===&lt;br /&gt;
&lt;br /&gt;
Type: CLI&lt;br /&gt;
&lt;br /&gt;
Category: Filtering&lt;br /&gt;
&lt;br /&gt;
===Authors, Collaborators &amp;amp; Contact===&lt;br /&gt;
* Nicole Aucoin: Brigham and Women's Hospital&lt;br /&gt;
* Contact: Nicole Aucoin, nicole@bwh.harvard.edu&lt;br /&gt;
&lt;br /&gt;
===Module Description===&lt;br /&gt;
Set image values to a user-specified outside value if they are below, above, or between simple threshold values.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
===Use Cases, Examples===&lt;br /&gt;
&lt;br /&gt;
This module is especially appropriate for these use cases:&lt;br /&gt;
&lt;br /&gt;
* Use Case 1: threshold volumes and produce new volumes.&lt;br /&gt;
* Use Case 2:&lt;br /&gt;
&lt;br /&gt;
Examples of the module in use:&lt;br /&gt;
&lt;br /&gt;
* Example 1&lt;br /&gt;
* Example 2&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
Links to tutorials explaining how to use this module:&lt;br /&gt;
&lt;br /&gt;
* Tutorial 1&lt;br /&gt;
** Data Set 1&lt;br /&gt;
&lt;br /&gt;
===Quick Tour of Features and Use===&lt;br /&gt;
List all the panels in your interface, their features, what they mean, and how to use them. For instance:&lt;br /&gt;
&lt;br /&gt;
* '''IO panel:'''&lt;br /&gt;
**'''Input Volume''': the volume passed into the filter&lt;br /&gt;
**'''Output Volume''': select ''Create New Volume'' from the drop down list to create a new volume holding the output of the threshold operation&lt;br /&gt;
* '''Filter Settings panel:'''&lt;br /&gt;
**'''Threshold Value''': value used for comparison when using Threshold Above or Below.&lt;br /&gt;
**'''Lower''': lower limit on the threshold when using Threshold Outside.&lt;br /&gt;
**'''Upper''': upper imit on the threshold when using Threshold Outside.&lt;br /&gt;
**'''Outside Value''': the value to be written into the output volume&lt;br /&gt;
**'''Threshold Type'''&lt;br /&gt;
***ThresholdAbove: The values greater than or equal to the threshold value are set to OutsideValue.&lt;br /&gt;
***ThresholdBelow: The values less than or equal to the threshold value are set to OutsideValue.&lt;br /&gt;
***ThresholdOutside: The values outside the range Lower-Upper are set to OutsideValue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
===Notes from the Developer(s)===&lt;br /&gt;
&lt;br /&gt;
===Dependencies===&lt;br /&gt;
&lt;br /&gt;
The Volumes modules is required for this module's use.&lt;br /&gt;
&lt;br /&gt;
===Tests===&lt;br /&gt;
&lt;br /&gt;
On the [http://www.cdash.org/CDash/index.php?project=Slicer3 Dashboard], these tests verify that the module is working on various platforms:&lt;br /&gt;
&lt;br /&gt;
* ThresholdTest  [http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/Testing/ThresholdTest.cxx Applications/CLI/Testing/ThresholdTest.cxx]&lt;br /&gt;
&lt;br /&gt;
===Known bugs===&lt;br /&gt;
&lt;br /&gt;
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer3 bug tracker. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Usability issues===&lt;br /&gt;
&lt;br /&gt;
Follow this [http://na-mic.org/Mantis/main_page.php link] to the Slicer3 bug tracker. Please select the '''usability issue category''' when browsing or contributing.&lt;br /&gt;
&lt;br /&gt;
===Source code &amp;amp; documentation===&lt;br /&gt;
&lt;br /&gt;
Source code:&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/Threshold.cxx Threshold.cxx]&lt;br /&gt;
*[http://viewvc.slicer.org/viewcvs.cgi/trunk/Applications/CLI/Threshold.xml Threshold.xml]&lt;br /&gt;
&lt;br /&gt;
Doxygen documentation:&lt;br /&gt;
*[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/Threshold_8cxx.html Threshold.cxx]&lt;br /&gt;
&lt;br /&gt;
== More Information == &lt;br /&gt;
&lt;br /&gt;
===Acknowledgment===&lt;br /&gt;
This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Publications related to this module go here. Links to pdfs would be useful.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nicole</name></author>
		
	</entry>
</feed>