19 #ifndef __itkKittlerIllingworthThresholdCalculator_h
20 #define __itkKittlerIllingworthThresholdCalculator_h
50 template <
typename THistogram,
typename TOutput=
double>
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkKittlerIllingworthThresholdCalculator.hxx"
HistogramType::AbsoluteFrequencyType AbsoluteFrequencyType
void operator=(const Self &)
Light weight base class for most itk classes.
KittlerIllingworthThresholdCalculator Self
double B(InstanceIdentifier j)
HistogramType::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
signed long IndexValueType
Computes the KittlerIllingworth's threshold for an image.
virtual ~KittlerIllingworthThresholdCalculator()
unsigned long SizeValueType
HistogramType::SizeValueType SizeValueType
SmartPointer< const Self > ConstPointer
double C(InstanceIdentifier j)
KittlerIllingworthThresholdCalculator()
HistogramType::InstanceIdentifier InstanceIdentifier
double A(InstanceIdentifier j)
Base class to compute a threshold value based on the histogram of an image.
Base class for most ITK classes.
SmartPointer< Self > Pointer