18 #ifndef __itkFastSymmetricForcesDemonsRegistrationFilter_h
19 #define __itkFastSymmetricForcesDemonsRegistrationFilter_h
72 template<
typename TFixedImage,
typename TMovingImage,
typename TDisplacementField >
194 #ifndef ITK_MANUAL_INSTANTIATION
195 #include "itkFastSymmetricForcesDemonsRegistrationFilter.hxx"
FastSymmetricForcesDemonsRegistrationFilter Self
static const unsigned int ImageDimension
FiniteDifferenceFunctionType::TimeStepType TimeStepType
Pixel-wise addition of two images.
Light weight base class for most itk classes.
virtual void SetUseGradientType(GradientType gtype)
MultiplyByConstantPointer m_Multiplier
~FastSymmetricForcesDemonsRegistrationFilter()
ESMDemonsRegistrationFunction< FixedImageType, MovingImageType, DisplacementFieldType > DemonsRegistrationFunctionType
MultiplyByConstantType::Pointer MultiplyByConstantPointer
AddImageFilter< DisplacementFieldType, DisplacementFieldType, DisplacementFieldType > AdderType
virtual double GetMaximumUpdateStepLength() const
Deformably register two images using a symmetric forces demons algorithm.
MultiplyImageFilter< DisplacementFieldType, itk::Image< TimeStepType, ImageDimension >, DisplacementFieldType > MultiplyByConstantType
virtual GradientType GetUseGradientType() const
Superclass::FixedImagePointer FixedImagePointer
virtual void ApplyUpdate(const TimeStepType &dt)
Superclass::FiniteDifferenceFunctionType FiniteDifferenceFunctionType
Superclass::FixedImageType FixedImageType
AdderType::Pointer AdderPointer
void PrintSelf(std::ostream &os, Indent indent) const
FastSymmetricForcesDemonsRegistrationFilter()
virtual const double & GetRMSChange() const
DemonsRegistrationFunctionType::GradientType GradientType
SmartPointer< const Self > ConstPointer
virtual void SetIntensityDifferenceThreshold(double)
Superclass::DisplacementFieldType DisplacementFieldType
DemonsRegistrationFunctionType * DownCastDifferenceFunctionType()
Control indentation during Print() invocation.
Superclass::MovingImagePointer MovingImagePointer
Pixel-wise multiplication of two images.
void operator=(const Self &)
virtual void InitializeIteration()
Superclass::DisplacementFieldPointer DisplacementFieldPointer
virtual void SetMaximumUpdateStepLength(double)
virtual double GetMetric() const
Superclass::MovingImageType MovingImageType
Templated n-dimensional image class.
virtual void AllocateUpdateBuffer()
Fast implementation of the symmetric demons registration force.
SmartPointer< Self > Pointer
virtual double GetIntensityDifferenceThreshold() const
PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField > Superclass