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);
99 void PrintSelf(std::ostream & os,
Indent indent)
const;
104 void operator=(
const Self &);
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkNormalizedCorrelationImageToImageMetric.hxx"