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