19 #ifndef __itkOtsuThresholdCalculator_h
20 #define __itkOtsuThresholdCalculator_h
43 template <
typename THistogram,
typename TOutput=
double>
87 #ifndef ITK_MANUAL_INSTANTIATION
88 #include "itkOtsuThresholdCalculator.hxx"
void operator=(const Self &)
OtsuThresholdCalculator Self
Light weight base class for most itk classes.
OtsuThresholdCalculator()
Computes the Otsu's threshold for an image.
SmartPointer< Self > Pointer
Computes Otsu's multiple thresholds for a histogram.
void PrintSelf(std::ostream &os, Indent indent) const
SmartPointer< const Self > ConstPointer
virtual ~OtsuThresholdCalculator()
Control indentation during Print() invocation.
Base class to compute a threshold value based on the histogram of an image.
Base class for most ITK classes.
OtsuMultipleThresholdsCalculator< THistogram >::Pointer m_OtsuMultipleThresholdsCalculator