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

Go to the source code of this file.

Classes

class  itk::simple::OtsuThresholdImageFilter
 Threshold an image using the Otsu Threshold. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::OtsuThreshold (const Image &image, const Image &maskImage, uint8_t insideValue=1u, uint8_t outsideValue=0u, uint32_t numberOfHistogramBins=128u, bool maskOutput=true, uint8_t maskValue=255u)
 Threshold an image using the Otsu Threshold. More...
 
Image itk::simple::OtsuThreshold (const Image &image, uint8_t insideValue=1u, uint8_t outsideValue=0u, uint32_t numberOfHistogramBins=128u, bool maskOutput=true, uint8_t maskValue=255u)