ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkElasticBodyReciprocalSplineKernelTransform.h>
This class defines the elastic body spline (EBS) 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 Taken from the paper: The EBS "is based on a physical model of a homogeneous, isotropic, three-dimensional elastic body. The model can approximate the way that some physical objects deform".
Definition at line 41 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef SmartPointer< const Self > itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::ConstPointer |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 51 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::GMatrixType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::GMatrixType [protected] |
'G' matrix typedef.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 90 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::InputCovariantVectorType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::InputCovariantVectorType |
Standard covariant vector type for this class
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 83 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::InputPointType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::InputPointType |
Standard coordinate point type for this class.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 77 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::InputVectorType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::InputVectorType |
Standard vector type for this class.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 81 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::JacobianType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::JacobianType |
Jacobian type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 66 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::OutputCovariantVectorType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::OutputCovariantVectorType |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 84 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::OutputPointType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::OutputPointType |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 80 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::OutputVectorType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::OutputVectorType |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 82 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::ParametersType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::ParametersType |
Parameters type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 63 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef SmartPointer< Self > itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::Pointer |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 50 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef Superclass::ScalarType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::ScalarType |
Scalar type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 57 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef ElasticBodyReciprocalSplineKernelTransform itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::Self |
Standard class typedefs.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 46 of file itkElasticBodyReciprocalSplineKernelTransform.h.
typedef KernelTransform< TScalarType, NDimensions > itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::Superclass |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 48 of file itkElasticBodyReciprocalSplineKernelTransform.h.
itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::ElasticBodyReciprocalSplineKernelTransform | ( | ) | [protected] |
virtual itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::~ElasticBodyReciprocalSplineKernelTransform | ( | ) | [protected, virtual] |
itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::ElasticBodyReciprocalSplineKernelTransform | ( | const Self & | ) | [private] |
alpha, Poisson's ratio
virtual void itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::ComputeG | ( | const InputVectorType & | landmarkVector, |
GMatrixType & | gmatrix | ||
) | const [protected, virtual] |
Compute G(x) For the elastic body spline, this is: G(x) = [alpha*r(x)*I - 3*x*x'/r(x)] where is Poisson's Ratio r(x) = Euclidean norm = sqrt[x1^2 + x2^2 + x3^2]
I = identity matrix
virtual::itk::LightObject::Pointer itk::ElasticBodyReciprocalSplineKernelTransform< 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 TScalarType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::GetAlpha | ( | ) | const [virtual] |
Get alpha
virtual const char* itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
static Pointer itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::New | ( | ) | [static] |
New macro for creation of through a Smart Pointer
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
void itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::operator= | ( | const Self & | ) | [private] |
alpha, Poisson's ratio
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
void itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Stiffness of the spline. A stiffness of zero results in the standard interpolating spline. A non-zero stiffness allows the spline to approximate rather than interpolate the landmarks. Stiffness values are usually rather small, typically in the range of 0.001 to 0.1. The approximating spline formulation is based on the short paper by R. Sprengel, K. Rohr, H. Stiehl. "Thin-Plate Spline Approximation for Image Registration". In 18th International Conference of the IEEE Engineering in Medicine and Biology Society. 1996.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
virtual void itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::SetAlpha | ( | TScalarType | _arg | ) | [virtual] |
Set alpha. Alpha is related to Poisson's Ratio ( ) as
TScalarType itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::m_Alpha [protected] |
alpha, Poisson's ratio
Definition at line 104 of file itkElasticBodyReciprocalSplineKernelTransform.h.
const unsigned int itk::ElasticBodyReciprocalSplineKernelTransform< TScalarType, NDimensions >::SpaceDimension = Superclass::SpaceDimension [static] |
Dimension of the domain space.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 69 of file itkElasticBodyReciprocalSplineKernelTransform.h.