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
87 virtual MeasureType EvaluateMeasure(HistogramType & histogram)
const;
91 MeasureType MeanX(HistogramType & histogram)
const;
94 MeasureType MeanY(HistogramType & histogram)
const;
97 MeasureType VarianceX(HistogramType & histogram)
const;
100 MeasureType VarianceY(HistogramType & histogram)
const;
103 MeasureType Covariance(HistogramType & histogram)
const;
107 void operator=(Self
const &);
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkCorrelationCoefficientHistogramImageToImageMetric.hxx"
115 #endif // __itkCorrelationCoefficientHistogramImageToImageMetric_h