19 #ifndef itkRenyiEntropyThresholdCalculator_h
20 #define itkRenyiEntropyThresholdCalculator_h
50 template <
typename THistogram,
typename TOutput =
double>
82 GenerateData()
override;
85 PrintSelf(std::ostream & os,
Indent indent)
const override;
94 const std::vector<double> & normHisto,
95 const std::vector<double> & P1,
96 const std::vector<double> & P2);
100 const std::vector<double> & normHisto,
101 const std::vector<double> & P1,
102 const std::vector<double> & P2);
106 const std::vector<double> & normHisto,
107 const std::vector<double> & P1,
108 const std::vector<double> & P2);
119 #ifndef ITK_MANUAL_INSTANTIATION
120 # include "itkRenyiEntropyThresholdCalculator.hxx"