19 #ifndef itkKittlerIllingworthThresholdCalculator_h
20 #define itkKittlerIllingworthThresholdCalculator_h
50 template <
typename THistogram,
typename TOutput=
double>
74 void GenerateData(
void) ITK_OVERRIDE;
85 double A( InstanceIdentifier j);
86 double B( InstanceIdentifier j);
87 double C( InstanceIdentifier j);
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkKittlerIllingworthThresholdCalculator.hxx"
HistogramType::AbsoluteFrequencyType AbsoluteFrequencyType
virtual ~KittlerIllingworthThresholdCalculator() override
HistogramThresholdCalculator< THistogram, TOutput > Superclass
Light weight base class for most itk classes.
KittlerIllingworthThresholdCalculator Self
HistogramType::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
signed long IndexValueType
Computes the KittlerIllingworth's threshold for an image.
HistogramType::SizeValueType SizeValueType
SmartPointer< const Self > ConstPointer
KittlerIllingworthThresholdCalculator()
HistogramType::InstanceIdentifier InstanceIdentifier
Base class to compute a threshold value based on the histogram of an image.
SmartPointer< Self > Pointer