SimpleITK
1.2.4
|
Go to the source code of this file.
Classes | |
class | itk::simple::ThresholdImageFilter |
Set image values to a user-specified value if they are below, above, or between simple threshold values. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::Threshold (const Image &image1, double lower=0.0, double upper=1.0, double outsideValue=0.0) |
Set image values to a user-specified value if they are below, above, or between simple threshold values. More... | |