19 #ifndef itkMaximumEntropyThresholdCalculator_h
20 #define itkMaximumEntropyThresholdCalculator_h
51 template <
typename THistogram,
typename TOutput=
double>
74 void GenerateData(
void) ITK_OVERRIDE;
84 #ifndef ITK_MANUAL_INSTANTIATION
85 #include "itkMaximumEntropyThresholdCalculator.hxx"
MaximumEntropyThresholdCalculator()
Light weight base class for most itk classes.
HistogramThresholdCalculator< THistogram, TOutput > Superclass
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Computes the MaximumEntropy's threshold for an image.
virtual ~MaximumEntropyThresholdCalculator() override
MaximumEntropyThresholdCalculator Self
Base class to compute a threshold value based on the histogram of an image.