18 #ifndef itkMIRegistrationFunction_h
19 #define itkMIRegistrationFunction_h
52 template<
typename TFixedImage,
typename TMovingImage,
typename TDisplacementField >
55 TMovingImage, TDisplacementField >
86 typedef typename Superclass::DisplacementFieldTypePointer
90 itkStaticConstMacro(ImageDimension,
unsigned int, Superclass::ImageDimension);
116 { m_MovingImageInterpolator = ptr; }
120 {
return m_MovingImageInterpolator; }
124 {
return m_TimeStep; }
140 virtual void InitializeIteration() ITK_OVERRIDE;
145 virtual PixelType ComputeUpdate( const NeighborhoodType & neighborhood,
147 const FloatOffsetType & offset = FloatOffsetType(0.0) ) ITK_OVERRIDE;
149 void SetMinNorm(
float ts = 1.0 )
158 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
199 #ifndef ITK_MANUAL_INSTANTIATION
200 #include "itkMIRegistrationFunction.hxx"
CentralDifferenceImageFunction< FixedImageType > GradientCalculatorType
unsigned int m_NumberOfSamples
Superclass::FixedImageType FixedImageType
FixedImageNeighborhoodIteratorType m_FixedImageIterator
~MIRegistrationFunction() override
Light weight base class for most itk classes.
InterpolatorType::Pointer InterpolatorPointer
unsigned int m_NumberOfBins
SmartPointer< Self > Pointer
Superclass::NeighborhoodType NeighborhoodType
PointType m_FixedImageOrigin
FixedImageType::SpacingType SpacingType
Superclass::RadiusType RadiusType
double m_DenominatorThreshold
FixedImageType::SizeType SizeType
void SetMovingImageInterpolator(InterpolatorType *ptr)
virtual void * GetGlobalDataPointer() const override
Superclass::FixedImagePointer FixedImagePointer
virtual TimeStepType ComputeGlobalTimeStep(void *) const override
ConstNeighborhoodIterator< TDisplacementField >::RadiusType RadiusType
Calculate the derivative by central differencing.
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
InterpolatorType::PointType PointType
Superclass::FloatOffsetType FloatOffsetType
FixedImageType::IndexType IndexType
Superclass::DisplacementFieldTypePointer DisplacementFieldTypePointer
PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField > Superclass
GradientCalculatorType::Pointer GradientCalculatorPointer
A templated class holding a n-Dimensional vector.
Superclass::TimeStepType TimeStepType
virtual void ReleaseGlobalDataPointer(void *GlobalData) const override
InterpolateImageFunction< MovingImageType, CoordRepType > InterpolatorType
SmartPointer< const Self > ConstPointer
double m_IntensityDifferenceThreshold
ImageType::PixelType PixelType
Superclass::PixelType PixelType
InterpolatorType * GetMovingImageInterpolator(void)
Linearly interpolate an image at specified positions.
Base class for all image interpolaters.
Superclass::MovingImagePointer MovingImagePointer
void SetDoInverse(bool b=false)
Control indentation during Print() invocation.
CovariantVector< double, itkGetStaticConstMacro(ImageDimension) > CovariantVectorType
Superclass::DisplacementFieldType DisplacementFieldType
ImageBaseType::SizeType SizeType
GradientCalculatorPointer m_MovingImageGradientCalculator
Superclass::MovingImageType MovingImageType
ConstNeighborhoodIterator< FixedImageType > FixedImageNeighborhoodIteratorType
A templated class holding a geometric point in n-Dimensional space.
A templated class holding a n-Dimensional covariant vector.
SpacingType m_FixedImageSpacing
InterpolatorPointer m_MovingImageInterpolator
GradientCalculatorPointer m_FixedImageGradientCalculator
MIRegistrationFunction Self
LinearInterpolateImageFunction< MovingImageType, CoordRepType > DefaultInterpolatorType
ImageBaseType::IndexType IndexType