19 #ifndef itkTriangleThresholdCalculator_h
20 #define itkTriangleThresholdCalculator_h
51 template <
typename THistogram,
typename TOutput=
double>
74 void GenerateData(
void) ITK_OVERRIDE;
84 #ifndef ITK_MANUAL_INSTANTIATION
85 #include "itkTriangleThresholdCalculator.hxx"
Light weight base class for most itk classes.
TriangleThresholdCalculator()
virtual ~TriangleThresholdCalculator() override
HistogramThresholdCalculator< THistogram, TOutput > Superclass
Computes the Triangle's threshold for an image.
SmartPointer< Self > Pointer
TriangleThresholdCalculator Self
SmartPointer< const Self > ConstPointer
Base class to compute a threshold value based on the histogram of an image.