ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkElasticBodySplineKernelTransform.h>
This class defines the elastic body spline (EBS) transformation.
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 43 of file itkElasticBodySplineKernelTransform.h.
typedef SmartPointer< const Self > itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::ConstPointer |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 53 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::GMatrixType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::GMatrixType [protected] |
'G' matrix typedef.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 92 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::InputCovariantVectorType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::InputCovariantVectorType |
Standard covariant vector type for this class
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 85 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::InputPointType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::InputPointType |
Standard coordinate point type for this class.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 79 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::InputVectorType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::InputVectorType |
Standard vector type for this class.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 83 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::JacobianType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::JacobianType |
Jacobian type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 68 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::OutputCovariantVectorType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::OutputCovariantVectorType |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 86 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::OutputPointType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::OutputPointType |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 82 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::OutputVectorType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::OutputVectorType |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 84 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::ParametersType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::ParametersType |
Parameters type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 65 of file itkElasticBodySplineKernelTransform.h.
typedef SmartPointer< Self > itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::Pointer |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 52 of file itkElasticBodySplineKernelTransform.h.
typedef Superclass::ScalarType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::ScalarType |
Scalar type.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 59 of file itkElasticBodySplineKernelTransform.h.
typedef ElasticBodySplineKernelTransform itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::Self |
Standard class typedefs.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 48 of file itkElasticBodySplineKernelTransform.h.
typedef KernelTransform< TScalarType, NDimensions > itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::Superclass |
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 50 of file itkElasticBodySplineKernelTransform.h.
itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::ElasticBodySplineKernelTransform | ( | ) | [protected] |
virtual itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::~ElasticBodySplineKernelTransform | ( | ) | [protected, virtual] |
itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::ElasticBodySplineKernelTransform | ( | const Self & | ) | [private] |
alpha, Alpha is related to Poisson's Ratio ( ) as
virtual void itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::ComputeG | ( | const InputVectorType & | landmarkVector, |
GMatrixType & | gmatrix | ||
) | const [protected, virtual] |
Compute G(x) For the elastic body spline, this is: where is Poisson's Ratio
I = identity matrix
virtual::itk::LightObject::Pointer itk::ElasticBodySplineKernelTransform< 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::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::GetAlpha | ( | ) | const [virtual] |
Get alpha
virtual const char* itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
static Pointer itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::New | ( | ) | [static] |
New macro for creation of through a Smart Pointer
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
void itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::operator= | ( | const Self & | ) | [private] |
alpha, Alpha is related to Poisson's Ratio ( ) as
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
void itk::ElasticBodySplineKernelTransform< 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::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::SetAlpha | ( | TScalarType | _arg | ) | [virtual] |
Set alpha. Alpha is related to Poisson's Ratio ( ) as
TScalarType itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::m_Alpha [protected] |
alpha, Alpha is related to Poisson's Ratio ( ) as
Definition at line 109 of file itkElasticBodySplineKernelTransform.h.
const unsigned int itk::ElasticBodySplineKernelTransform< TScalarType, NDimensions >::SpaceDimension = Superclass::SpaceDimension [static] |
Dimension of the domain space.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 71 of file itkElasticBodySplineKernelTransform.h.