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;
150 ~MeanSquareRegistrationFunction() {}
164 void operator=(const
Self &) ITK_DELETE_FUNCTION;
186 #ifndef ITK_MANUAL_INSTANTIATION
187 #include "itkMeanSquareRegistrationFunction.hxx"
MeanSquareRegistrationFunction Self
InterpolateImageFunction< MovingImageType, CoordRepType > InterpolatorType
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
virtual void ReleaseGlobalDataPointer(void *GlobalData) const override
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
Superclass::NeighborhoodType NeighborhoodType
virtual void * GetGlobalDataPointer() const override
void SetMovingImageInterpolator(InterpolatorType *ptr)
A templated class holding a n-Dimensional vector.
double m_IntensityDifferenceThreshold
virtual TimeStepType ComputeGlobalTimeStep(void *) const override
double m_DenominatorThreshold
Superclass::PointType PointType
ImageType::PixelType PixelType
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::RadiusType RadiusType
DisplacementFieldType::PixelType DisplacementFieldPixelType
Superclass::PixelType PixelType
MeanSquareRegistrationFunction()
SpacingType m_FixedImageSpacing
Linearly interpolate an image at specified positions.
Superclass::DisplacementFieldTypePointer DisplacementFieldTypePointer
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
ConstNeighborhoodIterator< FixedImageType > FixedImageNeighborhoodIteratorType
A templated class holding a n-Dimensional covariant vector.
Superclass::DisplacementFieldType DisplacementFieldType
virtual PixelType ComputeUpdate(const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override
virtual void InitializeIteration() override