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