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