#include <itkLevelSetMotionRegistrationFunction.h>
Inheritance diagram for itk::LevelSetMotionRegistrationFunction< 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 54 of file itkLevelSetMotionRegistrationFunction.h.
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 67 of file itkLevelSetMotionRegistrationFunction.h. |
|
Interpolator type. Definition at line 104 of file itkLevelSetMotionRegistrationFunction.h. |
|
Vector types. Definition at line 116 of file itkLevelSetMotionRegistrationFunction.h. |
|
Definition at line 110 of file itkLevelSetMotionRegistrationFunction.h. |
|
Deformation field type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 88 of file itkLevelSetMotionRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 90 of file itkLevelSetMotionRegistrationFunction.h. |
|
FixedImage image neighborhood iterator type. Definition at line 210 of file itkLevelSetMotionRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 82 of file itkLevelSetMotionRegistrationFunction.h. |
|
FixedImage image type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 81 of file itkLevelSetMotionRegistrationFunction.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 100 of file itkLevelSetMotionRegistrationFunction.h. |
|
Definition at line 83 of file itkLevelSetMotionRegistrationFunction.h. |
|
Definition at line 107 of file itkLevelSetMotionRegistrationFunction.h. |
|
Definition at line 106 of file itkLevelSetMotionRegistrationFunction.h. Referenced by itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::SetMovingImageInterpolator(). |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 78 of file itkLevelSetMotionRegistrationFunction.h. |
|
Definition at line 123 of file itkLevelSetMotionRegistrationFunction.h. |
|
Moving image gradient calculator type. Definition at line 121 of file itkLevelSetMotionRegistrationFunction.h. |
|
MovingImage image type. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 77 of file itkLevelSetMotionRegistrationFunction.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 99 of file itkLevelSetMotionRegistrationFunction.h. |
|
Inherit some enums from the superclass. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 97 of file itkLevelSetMotionRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 66 of file itkLevelSetMotionRegistrationFunction.h. |
|
Definition at line 108 of file itkLevelSetMotionRegistrationFunction.h. |
|
Neighborhood radius type Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 98 of file itkLevelSetMotionRegistrationFunction.h. |
|
Standard class typedefs. Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 62 of file itkLevelSetMotionRegistrationFunction.h. |
|
Definition at line 84 of file itkLevelSetMotionRegistrationFunction.h. |
|
Definition at line 85 of file itkLevelSetMotionRegistrationFunction.h. |
|
Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >. Definition at line 65 of file itkLevelSetMotionRegistrationFunction.h. |
|
Define the TimeStepType to always be double. Reimplemented from itk::FiniteDifferenceFunction< TDeformationField >. Definition at line 101 of file itkLevelSetMotionRegistrationFunction.h. |
|
Vector types. Definition at line 114 of file itkLevelSetMotionRegistrationFunction.h. |
|
|
|
Definition at line 205 of file itkLevelSetMotionRegistrationFunction.h. |
|
Compute the time step that can taken for this iterations. In this context, the timestep is a function of the maximum gradients. Implements itk::FiniteDifferenceFunction< TDeformationField >. |
|
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 >. |
|
Set/Get the parameter alpha. Alpha is added to the calculated gradient magnitude prior to normalizing the gradient to protect against numerical instability as the gradient magnitude approaches zero. This should be set as a small fraction of the intensity dynamic range, for instance 0.04%. Default is the absolute (not percentage) value of 0.1. |
|
Run-time type information (and related methods). Reimplemented from itk::PDEDeformableRegistrationFunction< TFixedImage, TMovingImage, 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 139 of file itkLevelSetMotionRegistrationFunction.h. |
|
Set/Get the threshold below which the gradient magnitude is considered the zero vector. Default is 1e-9. |
|
Set/Get the standard deviation used for smoothing the moving image prior to calculating gradients. |
|
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 166 of file itkLevelSetMotionRegistrationFunction.h. |
|
Get the moving image interpolator. Definition at line 130 of file itkLevelSetMotionRegistrationFunction.h. |
|
Get the rms change in deformation field. Definition at line 170 of file itkLevelSetMotionRegistrationFunction.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 parameter alpha. Alpha is added to the calculated gradient magnitude prior to normalizing the gradient to protect against numerical instability as the gradient magnitude approaches zero. This should be set as a small fraction of the intensity dynamic range, for instance 0.04%. Default is the absolute (not percentage) value of 0.1. |
|
Set/Get the threshold below which the gradient magnitude is considered the zero vector. Default is 1e-9. |
|
Set/Get the standard deviation used for smoothing the moving image prior to calculating gradients. |
|
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 126 of file itkLevelSetMotionRegistrationFunction.h. References itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDeformationField >::InterpolatorType. |