#include <itkThinPlateSplineKernelTransform.h>
Inheritance diagram for itk::ThinPlateSplineKernelTransform:
Public Types | |
typedef ThinPlateSplineKernelTransform | Self |
typedef KernelTransform< TScalarType, NDimensions > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ScalarType | ScalarType |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::JacobianType | JacobianType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::PointsIterator | PointsIterator |
Public Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (SpaceDimension, unsigned int, Superclass::SpaceDimension) | |
Static Public Methods | |
Pointer | New () |
Protected Types | |
typedef Superclass::GMatrixType | GMatrixType |
Protected Methods | |
ThinPlateSplineKernelTransform () | |
virtual | ~ThinPlateSplineKernelTransform () |
const GMatrixType & | ComputeG (const InputVectorType &x) const |
virtual void | ComputeDeformationContribution (const InputPointType &inputPoint, OutputPointType &result) const |
Definition at line 34 of file itkThinPlateSplineKernelTransform.h.
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 42 of file itkThinPlateSplineKernelTransform.h. |
|
These (rather redundant) typedefs are needed because on SGI, typedefs are not inherited. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 79 of file itkThinPlateSplineKernelTransform.h. |
|
Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 68 of file itkThinPlateSplineKernelTransform.h. |
|
These (rather redundant) typedefs are needed because on SGI, typedefs are not inherited Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 64 of file itkThinPlateSplineKernelTransform.h. |
|
Standard vector type for this class. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 66 of file itkThinPlateSplineKernelTransform.h. |
|
Jacobian Type Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 57 of file itkThinPlateSplineKernelTransform.h. |
|
Reimplemented from itk::Transform< TScalarType, NDimensions, NDimensions >. Definition at line 69 of file itkThinPlateSplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 65 of file itkThinPlateSplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 67 of file itkThinPlateSplineKernelTransform.h. |
|
Parameters type. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 54 of file itkThinPlateSplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 41 of file itkThinPlateSplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 70 of file itkThinPlateSplineKernelTransform.h. |
|
Scalar type. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 51 of file itkThinPlateSplineKernelTransform.h. |
|
Standard class typedefs. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 39 of file itkThinPlateSplineKernelTransform.h. |
|
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. Definition at line 40 of file itkThinPlateSplineKernelTransform.h. |
|
Definition at line 74 of file itkThinPlateSplineKernelTransform.h. |
|
Definition at line 75 of file itkThinPlateSplineKernelTransform.h. |
|
Compute the contribution of the landmarks weighted by the kernel funcion to the global deformation of the space Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. |
|
Compute G(x) For the thin plate spline, this is: G(x) = r(x)*I where r(x) = Euclidean norm = sqrt[x1^2 + x2^2 + x3^2] I = identity matrix. Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. |
|
Run-time type information (and related methods). Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. |
|
Dimension of the domain space. |
|
New macro for creation of through a Smart Pointer Reimplemented from itk::KernelTransform< TScalarType, NDimensions >. |