18 #ifndef __itkMeanSquareRegistrationFunction_h
19 #define __itkMeanSquareRegistrationFunction_h
52 template<
typename TFixedImage,
typename TMovingImage,
typename TDisplacementField >
55 TMovingImage, TDisplacementField >
80 typedef typename FixedImageType::IndexType
IndexType;
81 typedef typename FixedImageType::SizeType
SizeType;
186 #ifndef ITK_MANUAL_INSTANTIATION
187 #include "itkMeanSquareRegistrationFunction.hxx"
MeanSquareRegistrationFunction Self
InterpolateImageFunction< MovingImageType, CoordRepType > InterpolatorType
virtual TimeStepType ComputeGlobalTimeStep(void *) const
Light weight base class for most itk classes.
Superclass::MovingImageType MovingImageType
LinearInterpolateImageFunction< MovingImageType, CoordRepType > DefaultInterpolatorType
Superclass::FixedImageType FixedImageType
Superclass::TimeStepType TimeStepType
SmartPointer< Self > Pointer
static const unsigned int ImageDimension
GradientCalculatorPointer m_FixedImageGradientCalculator
void operator=(const Self &)
void PrintSelf(std::ostream &os, Indent indent) const
Superclass::FixedImagePointer FixedImagePointer
FixedImageNeighborhoodIteratorType m_FixedImageIterator
InterpolatorType * GetMovingImageInterpolator(void)
static const unsigned int ImageDimension
ConstNeighborhoodIterator< TDisplacementField >::RadiusType RadiusType
InterpolatorPointer m_MovingImageInterpolator
Calculate the derivative by central differencing.
FixedImageType::SpacingType SpacingType
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
FixedImageType::SizeType SizeType
CentralDifferenceImageFunction< FixedImageType > GradientCalculatorType
GradientCalculatorType::Pointer GradientCalculatorPointer
CovariantVector< double, itkGetStaticConstMacro(ImageDimension) > CovariantVectorType
virtual void * GetGlobalDataPointer() const
Superclass::NeighborhoodType NeighborhoodType
void SetMovingImageInterpolator(InterpolatorType *ptr)
A templated class holding a n-Dimensional vector.
double m_IntensityDifferenceThreshold
double m_DenominatorThreshold
ImageType::PixelType PixelType
SmartPointer< const Self > ConstPointer
Superclass::RadiusType RadiusType
DisplacementFieldType::PixelType DisplacementFieldPixelType
Superclass::PixelType PixelType
MeanSquareRegistrationFunction()
SpacingType m_FixedImageSpacing
Linearly interpolate an image at specified positions.
Superclass::DisplacementFieldTypePointer DisplacementFieldTypePointer
virtual void ReleaseGlobalDataPointer(void *GlobalData) const
Base class for all image interpolaters.
FixedImageType::IndexType IndexType
InterpolatorType::PointType PointType
Control indentation during Print() invocation.
PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField > Superclass
InterpolatorType::Pointer InterpolatorPointer
Superclass::MovingImagePointer MovingImagePointer
Superclass::FloatOffsetType FloatOffsetType
virtual PixelType ComputeUpdate(const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0))
ConstNeighborhoodIterator< FixedImageType > FixedImageNeighborhoodIteratorType
A templated class holding a geometric point in n-Dimensional space.
A templated class holding a n-Dimensional covariant vector.
virtual void InitializeIteration()
Superclass::DisplacementFieldType DisplacementFieldType
~MeanSquareRegistrationFunction()