#include <itkDemonsRegistrationFunction.h>
Inheritance diagram for itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >:
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 53 of file itkDemonsRegistrationFunction.h.
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 66 of file itkDemonsRegistrationFunction.h. |
|
Interpolator type. Definition at line 103 of file itkDemonsRegistrationFunction.h. |
|
Covariant vector type. Definition at line 113 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 109 of file itkDemonsRegistrationFunction.h. |
|
Deformation field type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 87 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 89 of file itkDemonsRegistrationFunction.h. |
|
FixedImage image neighborhood iterator type. Definition at line 199 of file itkDemonsRegistrationFunction.h. Referenced by itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::~DemonsRegistrationFunction(). |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 81 of file itkDemonsRegistrationFunction.h. |
|
FixedImage image type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 80 of file itkDemonsRegistrationFunction.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 99 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 119 of file itkDemonsRegistrationFunction.h. |
|
Fixed image gradient calculator type. Definition at line 117 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 82 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 106 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 105 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 125 of file itkDemonsRegistrationFunction.h. |
|
Moving image gradient calculator type. Definition at line 123 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 77 of file itkDemonsRegistrationFunction.h. |
|
MovingImage image type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 76 of file itkDemonsRegistrationFunction.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 98 of file itkDemonsRegistrationFunction.h. |
|
Inherit some enums from the superclass. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 96 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 65 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 107 of file itkDemonsRegistrationFunction.h. |
|
Neighborhood radius type Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 97 of file itkDemonsRegistrationFunction.h. |
|
Standard class typedefs. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 61 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 83 of file itkDemonsRegistrationFunction.h. |
|
Definition at line 84 of file itkDemonsRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 64 of file itkDemonsRegistrationFunction.h. |
|
Define the TimeStepType to always be double. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 100 of file itkDemonsRegistrationFunction.h. |
|
|
|
Definition at line 194 of file itkDemonsRegistrationFunction.h. |
|
This class uses a constant timestep of 1. Implements itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 136 of file itkDemonsRegistrationFunction.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 142 of file itkDemonsRegistrationFunction.h. References itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct::m_NumberOfPixelsProcessed, itk::DemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::GlobalDataStruct::m_SumOfSquaredChange, and itk::DemonsRegistrationFunction< 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 168 of file itkDemonsRegistrationFunction.h. |
|
Get the moving image interpolator. Definition at line 132 of file itkDemonsRegistrationFunction.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 172 of file itkDemonsRegistrationFunction.h. |
|
Select if the fixed image or moving image gradient is used for the computating the demon forces. The fixed image gradient is used by default. Definition at line 180 of file itkDemonsRegistrationFunction.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 128 of file itkDemonsRegistrationFunction.h. |
|
Select if the fixed image or moving image gradient is used for the computating the demon forces. The fixed image gradient is used by default. Definition at line 178 of file itkDemonsRegistrationFunction.h. |