18 #ifndef itkNormalizedCorrelationPointSetToImageMetric_h
19 #define itkNormalizedCorrelationPointSetToImageMetric_h
43 template<
typename TFixedPo
intSet,
typename TMovingImage >
64 using RealType =
typename Superclass::RealType;
98 itkSetMacro(SubtractMean,
bool);
99 itkGetConstReferenceMacro(SubtractMean,
bool);
100 itkBooleanMacro(SubtractMean);
106 void PrintSelf(std::ostream & os,
Indent indent)
const override;
113 #ifndef ITK_MANUAL_INSTANTIATION
114 #include "itkNormalizedCorrelationPointSetToImageMetric.hxx"
Array class with size defined at construction time.
typename Superclass::MovingImageType MovingImageType
Light weight base class for most itk classes.
typename Superclass::PointIterator PointIterator
typename Superclass::FixedPointSetType FixedPointSetType
typename Superclass::TransformType TransformType
typename Superclass::OutputPointType OutputPointType
typename Superclass::GradientPixelType GradientPixelType
typename Superclass::TransformPointer TransformPointer
typename Superclass::InputPointType InputPointType
Computes similarity between a point set and an image.
typename Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
Computes similarity between pixel values of a point set and intensity values of an image...
typename Superclass::MovingImageConstPointer MovingImageConstPointer
Control indentation during Print() invocation.
typename Superclass::TransformParametersType TransformParametersType
typename Superclass::TransformJacobianType TransformJacobianType
typename Superclass::PointDataIterator PointDataIterator
typename Superclass::RealType RealType