18 #ifndef itkVariationalRegistrationDemonsFunction_h
19 #define itkVariationalRegistrationDemonsFunction_h
54 template<
class TFixedImage,
class TMovingImage,
class TDisplacementField >
153 virtual void PrintSelf(std::ostream& os,
Indent indent)
const ITK_OVERRIDE;
190 #ifndef ITK_MANUAL_INSTANTIATION
191 #include "itkVariationalRegistrationDemonsFunction.hxx"
DisplacementFieldType::ConstPointer DisplacementFieldTypePointer
static const unsigned int ImageDimension
Base class for force calculation in the variational registration framework.
Superclass::MovingImageType MovingImageType
Light weight base class for most itk classes.
Superclass::FixedImagePointer FixedImagePointer
virtual void SetGradientTypeToWarpedMovingImage()
virtual void InitializeIteration() override
double m_DenominatorThreshold
GradientCalculatorPointer m_FixedImageGradientCalculator
Superclass::NeighborhoodType NeighborhoodType
virtual void SetIntensityDifferenceThreshold(const double threshold)
Superclass::GlobalDataStruct GlobalDataStruct
FixedImageType::SizeType SizeType
GradientCalculatorPointer m_WarpedImageGradientCalculator
Calculate the derivative by central differencing.
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
Superclass::DisplacementFieldType DisplacementFieldType
virtual PixelType ComputeUpdate(const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override
virtual void SetGradientTypeToSymmetric()
~VariationalRegistrationDemonsFunction()
virtual double GetIntensityDifferenceThreshold() const
static const unsigned int ImageDimension
GradientCalculatorType::Pointer GradientCalculatorPointer
Superclass::PixelType PixelType
A templated class holding a n-Dimensional vector.
FixedImageType::SpacingType SpacingType
VariationalRegistrationDemonsFunction()
MovingImageType::ConstPointer MovingImagePointer
Superclass::FloatOffsetType FloatOffsetType
CentralDifferenceImageFunction< FixedImageType > GradientCalculatorType
ImageType::PixelType PixelType
GradientType m_GradientType
VariationalRegistrationDemonsFunction Self
Superclass::MovingImagePointer MovingImagePointer
FixedImageType::IndexType IndexType
TMovingImage MovingImageType
Superclass::MaskImagePointer MaskImagePointer
Superclass::MaskImageType MaskImageType
void operator=(const Self &)
Superclass::DisplacementFieldTypePointer DisplacementFieldTypePointer
FixedImageType::ConstPointer FixedImagePointer
TFixedImage FixedImageType
virtual void SetGradientTypeToFixedImage()
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
TDisplacementField DisplacementFieldType
double m_IntensityDifferenceThreshold
PixelType m_ZeroUpdateReturn
VariationalRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField > Superclass
virtual void PrintSelf(std::ostream &os, Indent indent) const override
This class computes different Demon forces in the variational registration framework.
Templated n-dimensional image class.
Superclass::FixedImageType FixedImageType
ImageBaseType::IndexType IndexType
SmartPointer< const Self > ConstPointer