19 #ifndef itkIsoDataThresholdCalculator_h
20 #define itkIsoDataThresholdCalculator_h
53 template <
typename THistogram,
typename TOutput=
double>
76 void GenerateData(
void) ITK_OVERRIDE;
89 #ifndef ITK_MANUAL_INSTANTIATION
90 #include "itkIsoDataThresholdCalculator.hxx"
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
HistogramType::SizeValueType SizeValueType
IsoDataThresholdCalculator Self
virtual ~IsoDataThresholdCalculator() override
Computes the IsoData threshold for an image. Aka intermeans.
HistogramThresholdCalculator< THistogram, TOutput > Superclass
SmartPointer< const Self > ConstPointer
HistogramType::InstanceIdentifier InstanceIdentifier
Base class to compute a threshold value based on the histogram of an image.
IsoDataThresholdCalculator()