19 #ifndef itkOtsuThresholdCalculator_h
20 #define itkOtsuThresholdCalculator_h
43 template <
typename THistogram,
typename TOutput=
double>
80 void operator=(const
Self&) ITK_DELETE_FUNCTION;
87 #ifndef ITK_MANUAL_INSTANTIATION
88 #include "itkOtsuThresholdCalculator.hxx"
virtual void Update()
Bring this filter up-to-date.
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 GenerateData(void) override
void PrintSelf(std::ostream &os, Indent indent) const override
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