#include <itkSymmetricForcesDemonsRegistrationFunction.h>
Inheritance diagram for itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >:
This class was contributed by Corinne Mattmann, ETH Zurich, Switzerland. based on a variation of the DemonsRegistrationFunction. The basic modification is to use equation (5) from Thirion's paper along with the modification for avoiding large deformations when gradients have small values.
Non-integer moving image values are obtained by using interpolation. The default interpolator is of type LinearInterpolateImageFunction. The user may set other interpolators via method SetMovingImageInterpolator. Note that the input interpolator must derive from baseclass InterpolateImageFunction.
This class is templated over the fixed image type, moving image type, and the deformation field type.
Definition at line 61 of file itkSymmetricForcesDemonsRegistrationFunction.h.
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 72 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Interpolator type. Definition at line 108 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Covariant vector type. Definition at line 116 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Definition at line 113 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Deformation field type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 93 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 95 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
FixedImage image neighborhood iterator type. Definition at line 182 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 87 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
FixedImage image type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 86 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 104 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Definition at line 120 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Gradient calculator type. Definition at line 119 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Definition at line 88 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Definition at line 110 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Definition at line 109 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 83 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
MovingImage image type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 82 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 103 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Inherit some enums from the superclass. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 101 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 71 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Definition at line 111 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Neighborhood radius type Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 102 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Standard class typedefs. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 68 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Definition at line 89 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Definition at line 90 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 70 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Define the TimeStepType to always be double. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 105 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
|
|
Definition at line 178 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
This class uses a constant timestep of 1. Implements itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 131 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
This method is called by a finite difference solver image filter at each pixel that does not lie on a data set boundary Implements itk::FiniteDifferenceFunction< TDeformationField >. |
|
Return a pointer to a global data structure that is passed to this object from the solver at each calculation. Implements itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 136 of file itkSymmetricForcesDemonsRegistrationFunction.h. References itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct::m_NumberOfPixelsProcessed, itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct::m_SumOfSquaredChange, and itk::SymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct::m_SumOfSquaredDifference. |
|
Set/Get the threshold below which the absolute difference of intensity yields a match. When the intensities match between a moving and fixed image pixel, the update vector (for that iteration) will be the zero vector. Default is 0.001. |
|
Get the metric value. The metric value is the mean square difference in intensity between the fixed image and transforming moving image computed over the the overlapping region between the two images. Definition at line 161 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Get the moving image interpolator. Definition at line 127 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Run-time type information (and related methods). Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. |
|
Get the rms change in deformation field. Definition at line 165 of file itkSymmetricForcesDemonsRegistrationFunction.h. |
|
Set the object's state before each iteration. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. |
|
Inherit some enums from the superclass. |
|
Method for creation through the object factory. Reimplemented from itk::LightObject. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. |
|
Release memory for global data structure. Implements itk::FiniteDifferenceFunction< TDeformationField >. |
|
Set/Get the threshold below which the absolute difference of intensity yields a match. When the intensities match between a moving and fixed image pixel, the update vector (for that iteration) will be the zero vector. Default is 0.001. |
|
Set the moving image interpolator. Definition at line 123 of file itkSymmetricForcesDemonsRegistrationFunction.h. |