CIBC:Documentation:SCIRun:Reference:Insight:IsolatedConnectedImageFilter
From NCRR Biomedical Software Development, Engineering, and Dissemination Wiki
Contents |
IsolatedConnectedImageFilter
Information
- Package: Insight
- Catagory: Filters
- Author(s): Automatically generated by SCIRun Code Generator
- Status: Supported in latest version
- Version: 3.0
Description
Summary
Filter image using IsolatedConnectedImageFilter.
Detailed Description
Label pixels that are connected to one seed but not another. IsolatedConnectedImageFilter labels pixels with ReplaceValue that are connected to Seed1 AND NOT connected to Seed2. The filter adjusts the upper threshold until the two seeds are not connected. The user supplies a Lower threshold. The algorithm uses a binary search to adjust the upper threshold, starting at UpperValueLimit. UpperValueLimit defaults to the largest possible value for the InputImagePixelType. This module encapsulates the functionality of the ITK Filter itk::IsolatedConnectedImageFilter. 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
