ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkThinPlateSplineKernelTransform.h>
This class defines the thin plate spline (TPS) transformation. It is implemented in as straightforward a manner as possible from the IEEE TMI paper by Davis, Khotanzad, Flamig, and Harms, Vol. 16 No. 3 June 1997
Definition at line 36 of file itkThinPlateSplineKernelTransform.h.
typedef SmartPointer< const Self > itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::ConstPointer |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 44 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::GMatrixType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::GMatrixType [protected] |
These (rather redundant) typedefs are needed because typedefs are not inherited.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 78 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::InputCovariantVectorType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::InputCovariantVectorType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 69 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::InputPointType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::InputPointType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 65 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::InputVectorType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::InputVectorType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 67 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::JacobianType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::JacobianType |
Jacobian Type
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 59 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::OutputCovariantVectorType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::OutputCovariantVectorType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 70 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::OutputPointType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::OutputPointType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 66 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::OutputVectorType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::OutputVectorType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 68 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::ParametersType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::ParametersType |
Parameters type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 56 of file itkThinPlateSplineKernelTransform.h.
typedef SmartPointer< Self > itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::Pointer |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 43 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::PointsIterator itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::PointsIterator |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 71 of file itkThinPlateSplineKernelTransform.h.
typedef Superclass::ScalarType itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::ScalarType |
Scalar type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 50 of file itkThinPlateSplineKernelTransform.h.
typedef ThinPlateSplineKernelTransform itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::Self |
Standard class typedefs.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 41 of file itkThinPlateSplineKernelTransform.h.
typedef KernelTransform< TScalarType, NDimensions > itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::Superclass |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 42 of file itkThinPlateSplineKernelTransform.h.
itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::ThinPlateSplineKernelTransform | ( | ) | [inline, protected] |
These (rather redundant) typedefs are needed because typedefs are not inherited
Definition at line 73 of file itkThinPlateSplineKernelTransform.h.
virtual itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::~ThinPlateSplineKernelTransform | ( | ) | [inline, protected, virtual] |
These (rather redundant) typedefs are needed because typedefs are not inherited
Definition at line 74 of file itkThinPlateSplineKernelTransform.h.
itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::ThinPlateSplineKernelTransform | ( | const Self & | ) | [private] |
virtual void itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::ComputeDeformationContribution | ( | const InputPointType & | inputPoint, |
OutputPointType & | result | ||
) | const [protected, virtual] |
Compute the contribution of the landmarks weighted by the kernel funcion to the global deformation of the space
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
virtual void itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::ComputeG | ( | const InputVectorType & | landmarkVector, |
GMatrixType & | gmatrix | ||
) | const [protected, virtual] |
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 >.
virtual::itk::LightObject::Pointer itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
virtual const char* itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
static Pointer itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::New | ( | ) | [static] |
New macro for creation of through a Smart Pointer
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
void itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
const unsigned int itk::ThinPlateSplineKernelTransform< TScalarType, NDimensions >::SpaceDimension = Superclass::SpaceDimension [static] |
Dimension of the domain space.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 62 of file itkThinPlateSplineKernelTransform.h.