ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkElasticBodySplineKernelTransform.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::JacobianType | JacobianType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::ScalarType | ScalarType |
typedef ElasticBodySplineKernelTransform | Self |
typedef KernelTransform < TScalarType, NDimensions > | Superclass |
Public Types inherited from itk::KernelTransform< TScalarType, NDimensions > | |
typedef vnl_matrix_fixed < TScalarType, NDimensions, NDimensions > | AMatrixType |
typedef vnl_vector_fixed < TScalarType, NDimensions > | BMatrixType |
typedef vnl_matrix_fixed < TScalarType, NDimensions, 1 > | ColumnMatrixType |
typedef vnl_matrix< TScalarType > | DMatrixType |
typedef vnl_matrix_fixed < TScalarType, NDimensions, NDimensions > | IMatrixType |
typedef Superclass::InputVnlVectorType | InputVnlVectorType |
typedef vnl_matrix< TScalarType > | KMatrixType |
typedef vnl_matrix< TScalarType > | LMatrixType |
typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
typedef vnl_matrix< TScalarType > | PMatrixType |
typedef PointSetType::PointIdentifier | PointIdentifier |
typedef PointSetType::PointsContainerConstIterator | PointsConstIterator |
typedef PointSetType::PointsContainer | PointsContainer |
typedef PointSetType::Pointer | PointSetPointer |
typedef DefaultStaticMeshTraits < TScalarType, NDimensions, NDimensions, TScalarType, TScalarType > | PointSetTraitsType |
typedef PointSet < InputPointType, NDimensions, PointSetTraitsType > | PointSetType |
typedef PointSetType::PointsContainerIterator | PointsIterator |
typedef vnl_matrix_fixed < TScalarType, 1, NDimensions > | RowMatrixType |
typedef VectorSetType::Pointer | VectorSetPointer |
typedef itk::VectorContainer < SizeValueType, InputVectorType > | VectorSetType |
typedef vnl_matrix< TScalarType > | WMatrixType |
typedef vnl_matrix< TScalarType > | YMatrixType |
Public Types inherited from itk::Transform< TScalarType, NDimensions, NDimensions > | |
typedef Array < ParametersValueType > | DerivativeType |
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | DirectionChangeMatrix |
typedef DiffusionTensor3D < TScalarType > | InputDiffusionTensor3DType |
typedef Matrix< double, itkGetStaticConstMacro(InputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | InputDirectionMatrix |
typedef SymmetricSecondRankTensor < TScalarType, NInputDimensions > | InputSymmetricSecondRankTensorType |
typedef VariableLengthVector < TScalarType > | InputVectorPixelType |
typedef InverseTransformBaseType::Pointer | InverseTransformBasePointer |
typedef Transform< TScalarType, NOutputDimensions, NInputDimensions > | InverseTransformBaseType |
typedef Matrix< TScalarType, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(InputSpaceDimension)> | MatrixType |
typedef Superclass::NumberOfParametersType | NumberOfParametersType |
typedef DiffusionTensor3D < TScalarType > | OutputDiffusionTensor3DType |
typedef Matrix< double, itkGetStaticConstMacro(OutputSpaceDimension), itkGetStaticConstMacro(OutputSpaceDimension)> | OutputDirectionMatrix |
typedef SymmetricSecondRankTensor < TScalarType, NOutputDimensions > | OutputSymmetricSecondRankTensorType |
typedef VariableLengthVector < TScalarType > | OutputVectorPixelType |
typedef Superclass::ParametersValueType | ParametersValueType |
Public Types inherited from itk::TransformBase | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | SpaceDimension = Superclass::SpaceDimension |
Static Public Attributes inherited from itk::KernelTransform< TScalarType, NDimensions > | |
Static Public Attributes inherited from itk::Transform< TScalarType, NDimensions, NDimensions > | |
static const unsigned int | InputSpaceDimension |
static const unsigned int | OutputSpaceDimension |
Protected Types | |
typedef Superclass::GMatrixType | GMatrixType |
Additional Inherited Members |
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.
|
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.
|
protected |
|
protectedvirtual |
|
private |
alpha, Alpha is related to Poisson's Ratio ( ) as
|
protectedvirtual |
Compute G(x) For the elastic body spline, this is: where is Poisson's Ratio
I = identity matrix
|
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 |
Get alpha
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
|
static |
New macro for creation of through a Smart Pointer
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
|
private |
alpha, Alpha is related to Poisson's Ratio ( ) as
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
|
protectedvirtual |
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 |
Set alpha. Alpha is related to Poisson's Ratio ( ) as
|
protected |
alpha, Alpha is related to Poisson's Ratio ( ) as
Definition at line 109 of file itkElasticBodySplineKernelTransform.h.
|
static |
Dimension of the domain space.
Reimplemented from itk::KernelTransform< TScalarType, NDimensions >.
Definition at line 71 of file itkElasticBodySplineKernelTransform.h.