19 #ifndef itkYenThresholdCalculator_h
20 #define itkYenThresholdCalculator_h
55 template <
typename THistogram,
typename TOutput=
double>
82 void operator=(const
Self&) ITK_DELETE_FUNCTION;
89 #ifndef ITK_MANUAL_INSTANTIATION
90 #include "itkYenThresholdCalculator.hxx"
Light weight base class for most itk classes.
void GenerateData(void) override
SmartPointer< Self > Pointer
virtual ~YenThresholdCalculator()
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.
Base class for most ITK classes.