#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
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...
|
|
Image | itk::simple::BinaryThreshold (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...
|
|
|
Image | itk::simple::BinaryThreshold (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...
|
|
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...
|
|