SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkDoubleThresholdImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkDoubleThresholdImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::DoubleThresholdImageFilter
 Binarize an input image using double thresholding. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::DoubleThreshold (const Image &image1, double threshold1=0.0, double threshold2=1.0, double threshold3=254.0, double threshold4=255.0, uint8_t insideValue=1u, uint8_t outsideValue=0u, bool fullyConnected=false)
 Binarize an input image using double thresholding. More...