19 #ifndef itkKittlerIllingworthThresholdCalculator_h
20 #define itkKittlerIllingworthThresholdCalculator_h
50 template <
typename THistogram,
typename TOutput=
double>
76 void GenerateData()
override;
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkKittlerIllingworthThresholdCalculator.hxx"
Light weight base class for most itk classes.
typename HistogramType::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
typename HistogramType::SizeValueType SizeValueType
unsigned long SizeValueType
Computes the KittlerIllingworth's threshold for an image.
typename HistogramType::AbsoluteFrequencyType AbsoluteFrequencyType
signed long IndexValueType
typename HistogramType::InstanceIdentifier InstanceIdentifier
Base class to compute a threshold value based on the histogram of an image.