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