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 #if defined(ITKV4_COMPATIBILITY)
95 bool m_ReturnBinMidpoint{
true };
97 bool m_ReturnBinMidpoint{
false };
104 #ifndef ITK_MANUAL_INSTANTIATION
105 # include "itkOtsuThresholdCalculator.hxx"