19 #ifndef itkHuangThresholdCalculator_h
20 #define itkHuangThresholdCalculator_h
51 template <
typename THistogram,
typename TOutput=
double>
74 void GenerateData(
void) ITK_OVERRIDE;
76 void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
87 InstanceIdentifier m_FirstBin;
88 InstanceIdentifier m_LastBin;
96 #ifndef ITK_MANUAL_INSTANTIATION
97 #include "itkHuangThresholdCalculator.hxx"
HistogramType::InstanceIdentifier InstanceIdentifier
Light weight base class for most itk classes.
HuangThresholdCalculator Self
HistogramThresholdCalculator< THistogram, TOutput > Superclass
HuangThresholdCalculator()
HistogramType::MeasurementType MeasurementType
HistogramType::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
HistogramType::SizeValueType SizeValueType
SmartPointer< Self > Pointer
HistogramType::AbsoluteFrequencyType AbsoluteFrequencyType
virtual ~HuangThresholdCalculator() override
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
Base class to compute a threshold value based on the histogram of an image.
Computes the Huang's threshold for an image.