19 #ifndef itkOtsuThresholdCalculator_h
20 #define itkOtsuThresholdCalculator_h
44 template <
typename THistogram,
typename TOutput =
double>
68 itkSetMacro(ReturnBinMidpoint,
bool);
69 itkGetConstReferenceMacro(ReturnBinMidpoint,
bool);
70 itkBooleanMacro(ReturnBinMidpoint);
88 PrintSelf(std::ostream & os,
Indent indent)
const override;
90 GenerateData()
override;
94 bool m_ReturnBinMidpoint{
false };
100 #ifndef ITK_MANUAL_INSTANTIATION
101 # include "itkOtsuThresholdCalculator.hxx"