|
SimpleITK
|
#include <memory>#include "sitkBasicFilters.h"#include "sitkImageFilter.h"#include "sitkProcessObjectDeleter.h"
Include dependency graph for sitkBinaryThresholdImageFilter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | itk::simple::BinaryThresholdImageFilter |
| Binarize an input image by thresholding. More... | |
Namespaces | |
| namespace | itk |
| namespace | 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. | |
| 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. | |
1.13.2 |
Privacy Policy