CIBC:Documentation:SCIRun:Reference:Insight:BinaryThresholdImageFilter
From NCRR Biomedical Software Development, Engineering, and Dissemination Wiki
Contents |
BinaryThresholdImageFilter
Information
- Package: Insight
- Catagory: Filters
- Author(s): Automatically generated by SCIRun Code Generator
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Filter data using BinaryThresholdImageFilter.
Detailed Description
This filter produces an output image whose pixels are either one of two values ( OutsideValue or InsideValue ), depending on whether of not the corresponding input image pixel lie between the two thresholds ( LowerThreshold and UpperThreshold ). Values equal to either threshold is considered to be between the thresholds. This module encapsulates the functionality of the ITK Filter itk::BinaryThresholdImageFilter. See the ITK web site for detailed information on this filter.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:Insight
