SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::DoubleThresholdImageFilter |
Binarize an input image using double thresholding. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::DoubleThreshold (const Image &image1, double threshold1=0.0, double threshold2=1.0, double threshold3=254.0, double threshold4=255.0, uint8_t insideValue=1u, uint8_t outsideValue=0u, bool fullyConnected=false) |
Binarize an input image using double thresholding. More... | |