19 #ifndef __itkYenThresholdCalculator_h
20 #define __itkYenThresholdCalculator_h
55 template <
typename THistogram,
typename TOutput=
double>
89 #ifndef ITK_MANUAL_INSTANTIATION
90 #include "itkYenThresholdCalculator.hxx"
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
virtual ~YenThresholdCalculator()
Computes the Yen's threshold for an image.
void operator=(const Self &)
YenThresholdCalculator Self
SmartPointer< const Self > ConstPointer
Base class to compute a threshold value based on the histogram of an image.
Base class for most ITK classes.