ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkVolumeSplineKernelTransform.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 37 of file itkVolumeSplineKernelTransform.h.
typedef SmartPointer< const Self > itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::ConstPointer |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 45 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::GMatrixType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::GMatrixType [protected] |
These (rather redundant) typedefs are needed because on typedefs are not inherited.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 80 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::InputCovariantVectorType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::InputCovariantVectorType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 71 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::InputPointType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::InputPointType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 67 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::InputVectorType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::InputVectorType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 69 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::JacobianType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::JacobianType |
Jacobian Type
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 60 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::OutputCovariantVectorType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::OutputCovariantVectorType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 72 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::OutputPointType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::OutputPointType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 68 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::OutputVectorType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::OutputVectorType |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 70 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::ParametersType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::ParametersType |
Parameters type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 57 of file itkVolumeSplineKernelTransform.h.
typedef SmartPointer< Self > itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::Pointer |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 44 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::PointsIterator itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::PointsIterator |
These (rather redundant) typedefs are needed because typedefs are not inherited
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 73 of file itkVolumeSplineKernelTransform.h.
typedef Superclass::ScalarType itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::ScalarType |
Scalar type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 51 of file itkVolumeSplineKernelTransform.h.
typedef VolumeSplineKernelTransform itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::Self |
Standard class typedefs.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 42 of file itkVolumeSplineKernelTransform.h.
typedef KernelTransform< TScalarType, NDimensions > itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::Superclass |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 43 of file itkVolumeSplineKernelTransform.h.
itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::VolumeSplineKernelTransform | ( | ) | [inline, protected] |
These (rather redundant) typedefs are needed because typedefs are not inherited
Definition at line 75 of file itkVolumeSplineKernelTransform.h.
virtual itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::~VolumeSplineKernelTransform | ( | ) | [inline, protected, virtual] |
These (rather redundant) typedefs are needed because typedefs are not inherited
Definition at line 76 of file itkVolumeSplineKernelTransform.h.
itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::VolumeSplineKernelTransform | ( | const Self & | ) | [private] |
virtual void itk::VolumeSplineKernelTransform< 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::VolumeSplineKernelTransform< TScalarType, NDimensions >::ComputeG | ( | const InputVectorType & | landmarkVector, |
GMatrixType & | gmatrix | ||
) | const [protected, virtual] |
Compute G(x) For the volume plate spline, this is: G(x) = r(x)^3*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::VolumeSplineKernelTransform< 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::VolumeSplineKernelTransform< TScalarType, NDimensions >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
static Pointer itk::VolumeSplineKernelTransform< TScalarType, NDimensions >::New | ( | ) | [static] |
New macro for creation of through a Smart Pointer
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
void itk::VolumeSplineKernelTransform< 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::VolumeSplineKernelTransform< TScalarType, NDimensions >::SpaceDimension = Superclass::SpaceDimension [static] |
Dimension of the domain space.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 64 of file itkVolumeSplineKernelTransform.h.