19 #ifndef itkHuangThresholdCalculator_h
20 #define itkHuangThresholdCalculator_h
51 template <
typename THistogram,
typename TOutput=
double>
84 void operator=(const
Self&) ITK_DELETE_FUNCTION;
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkHuangThresholdCalculator.hxx"
HistogramType::InstanceIdentifier InstanceIdentifier
Light weight base class for most itk classes.
void GenerateData(void) override
HuangThresholdCalculator Self
HuangThresholdCalculator()
HistogramType::MeasurementType MeasurementType
HistogramType::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
InstanceIdentifier m_FirstBin
HistogramType::SizeValueType SizeValueType
SmartPointer< Self > Pointer
HistogramType::AbsoluteFrequencyType AbsoluteFrequencyType
InstanceIdentifier m_LastBin
SmartPointer< const Self > ConstPointer
Base class to compute a threshold value based on the histogram of an image.
virtual ~HuangThresholdCalculator()
Base class for most ITK classes.
Computes the Huang's threshold for an image.