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