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