18 #ifndef __itkCorrelationCoefficientHistogramImageToImageMetric_h
19 #define __itkCorrelationCoefficientHistogramImageToImageMetric_h
38 template<
class TFixedImage,
class TMovingImage >
57 typedef typename Superclass::RealType
RealType;
77 typedef typename HistogramType::MeasurementVectorType
88 virtual MeasureType EvaluateMeasure(HistogramType & histogram)
const;
92 MeasureType MeanX(HistogramType & histogram)
const;
95 MeasureType MeanY(HistogramType & histogram)
const;
98 MeasureType VarianceX(HistogramType & histogram)
const;
101 MeasureType VarianceY(HistogramType & histogram)
const;
104 MeasureType Covariance(HistogramType & histogram)
const;
108 void operator=(Self
const &);
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkCorrelationCoefficientHistogramImageToImageMetric.hxx"
116 #endif // __itkCorrelationCoefficientHistogramImageToImageMetric_h