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