19 #ifndef itkKittlerIllingworthThresholdCalculator_h
20 #define itkKittlerIllingworthThresholdCalculator_h
50 template <
typename THistogram,
typename TOutput=
double>
83 void operator=(const
Self&) ITK_DELETE_FUNCTION;
86 double A( InstanceIdentifier j);
87 double B( InstanceIdentifier j);
88 double C( InstanceIdentifier j);
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkKittlerIllingworthThresholdCalculator.hxx"
HistogramType::AbsoluteFrequencyType AbsoluteFrequencyType
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()
void GenerateData(void) override
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