SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::BinaryThresholdImageFilter |
Binarize an input image by thresholding. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::BinaryThreshold (const Image &image1, double lowerThreshold=0.0, double upperThreshold=255.0, uint8_t insideValue=1u, uint8_t outsideValue=0u) |
Binarize an input image by thresholding. More... | |