SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkBinaryThresholdImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.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

 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...