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