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