19 #ifndef __itkRenyiEntropyThresholdCalculator_h
20 #define __itkRenyiEntropyThresholdCalculator_h
50 template <
class THistogram,
class TOutput=
double>
74 void GenerateData(
void);
82 const std::vector< double >& normHisto,
83 const std::vector< double >& P1,
84 const std::vector< double >& P2 );
87 const std::vector< double >& normHisto,
88 const std::vector< double >& P1,
89 const std::vector< double >& P2 );
92 const std::vector< double >& normHisto,
93 const std::vector< double >& P1,
94 const std::vector< double >& P2 );
98 void operator=(
const Self&);
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkRenyiEntropyThresholdCalculator.hxx"