18 #ifndef itkMeanReciprocalSquareDifferenceImageToImageMetric_h
19 #define itkMeanReciprocalSquareDifferenceImageToImageMetric_h
45 template<
typename TFixedImage,
typename TMovingImage >
92 itkGetConstMacro(Lambda,
double);
93 itkSetMacro(Lambda,
double);
98 itkGetConstMacro(Delta,
double);
99 itkSetMacro(Delta,
double);
105 void PrintSelf(std::ostream & os,
Indent indent)
const override;
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkMeanReciprocalSquareDifferenceImageToImageMetric.hxx"
Array class with size defined at construction time.
Light weight base class for most itk classes.
typename TransformType::InputPointType InputPointType
typename TransformType::JacobianType TransformJacobianType
Computes similarity between two objects to be registered.
TMovingImage MovingImageType
typename TransformType::ParametersType TransformParametersType
typename TransformType::OutputPointType OutputPointType
typename FixedImageType::ConstPointer FixedImageConstPointer
typename TransformType::Pointer TransformPointer
TFixedImage FixedImageType
Control indentation during Print() invocation.
Computes similarity between regions of two images.
typename MovingImageType::ConstPointer MovingImageConstPointer