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

Go to the source code of this file.

Classes

class  itk::simple::OtsuMultipleThresholdsImageFilter
 Threshold an image using multiple Otsu Thresholds. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::OtsuMultipleThresholds (const Image &image1, uint8_t numberOfThresholds=1u, uint8_t labelOffset=0u, uint32_t numberOfHistogramBins=128u, bool valleyEmphasis=false)
 Threshold an image using multiple Otsu Thresholds. More...