18 #ifndef __itkNormalizedCorrelationImageToImageMetric_h
19 #define __itkNormalizedCorrelationImageToImageMetric_h
41 template<
class TFixedImage,
class TMovingImage >
60 typedef typename Superclass::RealType
RealType;
91 itkSetMacro(SubtractMean,
bool);
92 itkGetConstReferenceMacro(SubtractMean,
bool);
93 itkBooleanMacro(SubtractMean);
97 void PrintSelf(std::ostream & os,
Indent indent)
const;
103 void operator=(
const Self &);
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkNormalizedCorrelationImageToImageMetric.hxx"