18 #ifndef __itkDemonsImageToImageMetricv4_h
19 #define __itkDemonsImageToImageMetricv4_h
54 template <
class TFixedImage,
class TMovingImage,
class TVirtualImage = TFixedImage >
72 typedef typename Superclass::MeasureType
MeasureType;
97 TVirtualImage::ImageDimension);
99 TFixedImage::ImageDimension);
101 TMovingImage::ImageDimension);
108 itkSetMacro(IntensityDifferenceThreshold, InternalComputationValueType);
112 itkGetConstMacro(DenominatorThreshold, InternalComputationValueType);
115 itkGetConstMacro(Normalizer, InternalComputationValueType);
127 void PrintSelf(std::ostream& os,
Indent indent) const;
133 InternalComputationValueType m_DenominatorThreshold;
136 InternalComputationValueType m_IntensityDifferenceThreshold;
139 InternalComputationValueType m_Normalizer;
141 DemonsImageToImageMetricv4(const Self &);
142 void operator = (const Self &);
147 #ifndef ITK_MANUAL_INSTANTIATION
148 #include "itkDemonsImageToImageMetricv4.hxx"