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