18 #ifndef itkMeanSquaresImageToImageMetric_h
19 #define itkMeanSquaresImageToImageMetric_h
38 template<
typename TFixedImage,
typename TMovingImage >
80 MovingImageType::ImageDimension);
106 virtual ~MeanSquaresImageToImageMetric();
112 MeanSquaresImageToImageMetric(const
Self &);
114 void operator=(const Self &);
119 double movingImageValue) const ITK_OVERRIDE;
124 double movingImageValue,
126 movingImageGradientValue) const ITK_OVERRIDE;
140 #ifndef ITK_MANUAL_INSTANTIATION
141 #include "itkMeanSquaresImageToImageMetric.hxx"
Array class with size defined at construction time.
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Superclass::MovingImageType MovingImageType
DerivativeType m_MSEDerivative
Light weight base class for most itk classes.
bool GetValueAndDerivativeThreadProcessSample(ThreadIdType threadId, SizeValueType fixedImageSample, const MovingImagePointType &mappedPoint, double movingImageValue, const ImageDerivativesType &movingImageGradientValue) const override
void GetValueAndDerivative(const ParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) const override
Superclass::ParametersValueType CoordinateRepresentationType
Superclass::TransformJacobianType TransformJacobianType
TransformType::Pointer TransformPointer
CovariantVector< double, itkGetStaticConstMacro(MovingImageDimension) > ImageDerivativesType
void GetDerivative(const ParametersType ¶meters, DerivativeType &Derivative) const override
MeasureType GetValue(const ParametersType ¶meters) const override
Superclass::FixedImagePointType FixedImagePointType
Superclass::DerivativeType DerivativeType
MovingImageType::ConstPointer MovingImageConstPointer
TransformType::OutputPointType MovingImagePointType
unsigned long SizeValueType
TransformJacobianType m_Jacobian
itkAlignedTypedef(64, PerThreadS, AlignedPerThreadType)
Superclass::IndexValueType IndexValueType
SmartPointer< Self > Pointer
TFixedImage FixedImageType
void PrintSelf(std::ostream &os, Indent indent) const override
virtual void Initialize(void) override
Superclass::TransformType TransformType
Array2D class representing a 2D array with size defined at construction time.
Superclass::MovingImageConstPointer MovingImageConstPointer
TMovingImage MovingImageType
Superclass::ParametersType ParametersType
Superclass::MeasureType MeasureType
Superclass::ImageDerivativesType ImageDerivativesType
Superclass::FixedImageType FixedImageType
MeanSquaresImageToImageMetric Self
Standard exception handling object.
Superclass::MovingImagePointType MovingImagePointType
BSplineTransformIndexArrayType::ValueType IndexValueType
unsigned int ThreadIdType
bool GetValueThreadProcessSample(ThreadIdType threadId, SizeValueType fixedImageSample, const MovingImagePointType &mappedPoint, double movingImageValue) const override
std::vector< FixedImageSamplePoint > FixedImageSampleContainer
TransformType::JacobianType TransformJacobianType
Superclass::WeightsValueType WeightsValueType
SmartPointer< const Self > ConstPointer
Superclass::DerivativeType DerivativeType
BSplineTransformWeightsType::ValueType WeightsValueType
InterpolateImageFunction< MovingImageType, CoordinateRepresentationType > InterpolatorType
Control indentation during Print() invocation.
FixedImageType::ConstPointer FixedImageConstPointer
TransformType::InputPointType FixedImagePointType
Superclass::ParametersType ParametersType
ImageToImageMetric< TFixedImage, TMovingImage > Superclass
Superclass::MeasureType MeasureType
static const unsigned int MovingImageDimension
Transform< CoordinateRepresentationType, itkGetStaticConstMacro(MovingImageDimension), itkGetStaticConstMacro(FixedImageDimension) > TransformType
Computes similarity between regions of two images.
Superclass::TransformPointer TransformPointer
Superclass::InterpolatorType InterpolatorType
Superclass::FixedImageConstPointer FixedImageConstPointer
A templated class holding a geometric point in n-Dimensional space.
Superclass::FixedImageSampleContainer FixedImageSampleContainer
A templated class holding a n-Dimensional covariant vector.
AlignedPerThreadType * m_PerThread