19 #ifndef itkIsoDataThresholdCalculator_h
20 #define itkIsoDataThresholdCalculator_h
53 template <
typename THistogram,
typename TOutput=
double>
83 void operator=(const
Self&) ITK_DELETE_FUNCTION;
90 #ifndef ITK_MANUAL_INSTANTIATION
91 #include "itkIsoDataThresholdCalculator.hxx"
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
HistogramType::SizeValueType SizeValueType
IsoDataThresholdCalculator Self
void GenerateData(void) override
virtual ~IsoDataThresholdCalculator()
Computes the IsoData threshold for an image. Aka intermeans.
SmartPointer< const Self > ConstPointer
HistogramType::InstanceIdentifier InstanceIdentifier
Base class to compute a threshold value based on the histogram of an image.
IsoDataThresholdCalculator()
Base class for most ITK classes.