18 #ifndef __itkOtsuMultipleThresholdsCalculator_h
19 #define __itkOtsuMultipleThresholdsCalculator_h
40 template<
class TInputHistogram >
69 typedef std::vector< MeasurementType >
OutputType;
82 void PrintSelf(std::ostream & os,
Indent indent)
const;
88 bool IncrementThresholds(InstanceIdentifierVectorType & thresholdIds,
90 MeanVectorType & classMean,
91 FrequencyVectorType & classFrequency);
100 #ifndef ITK_MANUAL_INSTANTIATION
101 #include "itkOtsuMultipleThresholdsCalculator.hxx"