19 #ifndef __itkMomentsThresholdCalculator_h
20 #define __itkMomentsThresholdCalculator_h
47 template <
typename THistogram,
typename TOutput=
double>
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.
SmartPointer< const Self > ConstPointer
MomentsThresholdCalculator()
void operator=(const Self &)
MomentsThresholdCalculator Self
Base class to compute a threshold value based on the histogram of an image.
Base class for most ITK classes.