Difference between revisions of "Modules:ThresholdImage-Documentation-3.4"
From Slicer Wiki
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Documentation-3.4|Return to Slicer 3.4 Documentation]] | [[Documentation-3.4|Return to Slicer 3.4 Documentation]] | ||
+ | |||
+ | [[Announcements:Slicer3.4#Highlights|Gallery of New Features]] | ||
__NOTOC__ | __NOTOC__ | ||
===Threshold Image=== | ===Threshold Image=== | ||
Line 70: | Line 72: | ||
Doxygen documentation: | Doxygen documentation: | ||
− | *[http://www.na-mic.org/Slicer/Documentation/Slicer3/html/Threshold_8cxx.html Threshold.cxx] | + | *[http://www.na-mic.org/Slicer/Documentation/Slicer3-doc/html/Threshold_8cxx.html Threshold.cxx] |
== More Information == | == More Information == |
Latest revision as of 22:19, 15 January 2010
Home < Modules:ThresholdImage-Documentation-3.4Return to Slicer 3.4 Documentation
Threshold Image
Threshold Image
General Information
Module Type & Category
Type: CLI
Category: Filtering
Authors, Collaborators & Contact
- Nicole Aucoin: Brigham and Women's Hospital
- Contact: Nicole Aucoin, nicole@bwh.harvard.edu
Module Description
Set image values to a user-specified outside value if they are below, above, or between simple threshold values.
Usage
Examples, Use Cases & Tutorials
- Use this module to threshold volumes and produce new volumes.
Quick Tour of Features and Use
List all the panels in your interface, their features, what they mean, and how to use them. For instance:
- IO panel:
- Input Volume: the volume passed into the filter
- Output Volume: select Create New Volume from the drop down list to create a new volume holding the output of the threshold operation
- Filter Settings panel:
- Threshold Value: value used for comparison when using Threshold Above or Below.
- Lower: lower limit on the threshold when using Threshold Outside.
- Upper: upper imit on the threshold when using Threshold Outside.
- Outside Value: the value to be written into the output volume
- Threshold Type
- ThresholdAbove: The values greater than or equal to the threshold value are set to OutsideValue.
- ThresholdBelow: The values less than or equal to the threshold value are set to OutsideValue.
- ThresholdOutside: The values outside the range Lower-Upper are set to OutsideValue.
Development
Dependencies
The Volumes modules is required for this module's use.
Known bugs
Follow this link to the Slicer3 bug tracker.
Usability issues
Follow this link to the Slicer3 bug tracker. Please select the usability issue category when browsing or contributing.
Source code & documentation
Source code:
Doxygen documentation:
More Information
Acknowledgment
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.