18 #ifndef __itkMeanSquaresImageToImageMetric_h
19 #define __itkMeanSquaresImageToImageMetric_h
38 template<
typename TFixedImage,
typename TMovingImage >
80 MovingImageType::ImageDimension);
107 virtual ~MeanSquaresImageToImageMetric();
113 MeanSquaresImageToImageMetric(const
Self &);
115 void operator=(const Self &);
120 double movingImageValue) const;
125 double movingImageValue,
127 movingImageGradientValue) const;
141 #ifndef ITK_MANUAL_INSTANTIATION
142 #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.
void GetDerivative(const ParametersType ¶meters, DerivativeType &Derivative) const
bool GetValueAndDerivativeThreadProcessSample(ThreadIdType threadId, SizeValueType fixedImageSample, const MovingImagePointType &mappedPoint, double movingImageValue, const ImageDerivativesType &movingImageGradientValue) const
Superclass::ParametersValueType CoordinateRepresentationType
Superclass::TransformJacobianType TransformJacobianType
TransformType::Pointer TransformPointer
CovariantVector< double, itkGetStaticConstMacro(MovingImageDimension) > ImageDerivativesType
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
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
void GetValueAndDerivative(const ParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) const
BSplineTransformIndexArrayType::ValueType IndexValueType
std::vector< FixedImageSamplePoint > FixedImageSampleContainer
void PrintSelf(std::ostream &os, Indent indent) const
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
MeasureType GetValue(const ParametersType ¶meters) const
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
bool GetValueThreadProcessSample(ThreadIdType threadId, SizeValueType fixedImageSample, const MovingImagePointType &mappedPoint, double movingImageValue) const
unsigned int ThreadIdType
virtual void Initialize(void)