18#ifndef itkMeanReciprocalSquareDifferencePointSetToImageMetric_h
19#define itkMeanReciprocalSquareDifferencePointSetToImageMetric_h
45template <
typename TFixedPo
intSet,
typename TMovingImage>
65 using typename Superclass::RealType;
66 using typename Superclass::TransformType;
67 using typename Superclass::TransformPointer;
68 using typename Superclass::TransformParametersType;
69 using typename Superclass::TransformJacobianType;
70 using typename Superclass::InputPointType;
71 using typename Superclass::OutputPointType;
72 using typename Superclass::GradientPixelType;
74 using typename Superclass::MeasureType;
75 using typename Superclass::DerivativeType;
76 using typename Superclass::FixedPointSetType;
77 using typename Superclass::MovingImageType;
78 using typename Superclass::FixedPointSetConstPointer;
79 using typename Superclass::MovingImageConstPointer;
81 using typename Superclass::PointIterator;
82 using typename Superclass::PointDataIterator;
100 itkSetMacro(Lambda,
double);
101 itkGetConstMacro(Lambda,
double);
115#ifndef ITK_MANUAL_INSTANTIATION
116# include "itkMeanReciprocalSquareDifferencePointSetToImageMetric.hxx"
Array class with size defined at construction time.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Computes similarity between pixel values of a point set and intensity values in an image.
void PrintSelf(std::ostream &os, Indent indent) const override
MeasureType GetValue(const TransformParametersType ¶meters) const override
void GetDerivative(const TransformParametersType ¶meters, DerivativeType &derivative) const override
~MeanReciprocalSquareDifferencePointSetToImageMetric() override=default
void GetValueAndDerivative(const TransformParametersType ¶meters, MeasureType &value, DerivativeType &derivative) const override
MeanReciprocalSquareDifferencePointSetToImageMetric()
Computes similarity between a point set and an image.
typename TransformType::ParametersType TransformParametersType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....