|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkThinPlateSplineKernelTransform2.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::PointsIterator | PointsIterator |
| typedef Superclass::ScalarType | ScalarType |
| typedef ThinPlateSplineKernelTransform2 | Self |
| typedef KernelTransform2 < TScalarType, NDimensions > | Superclass |
Public Types inherited from itk::KernelTransform2< 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 SmartPointer< const Self > | ConstPointer |
| typedef vnl_matrix< TScalarType > | DMatrixType |
| typedef vnl_matrix_fixed < TScalarType, NDimensions, NDimensions > | GMatrixType |
| typedef vnl_matrix_fixed < TScalarType, NDimensions, NDimensions > | IMatrixType |
| typedef Superclass::InputPointType | InputPointType |
| typedef Superclass::InputVectorType | InputVectorType |
| typedef Superclass::InternalMatrixType | InternalMatrixType |
| typedef Superclass::JacobianOfSpatialHessianType | JacobianOfSpatialHessianType |
| typedef Superclass::JacobianOfSpatialJacobianType | JacobianOfSpatialJacobianType |
| typedef Superclass::JacobianType | JacobianType |
| typedef vnl_matrix< TScalarType > | KMatrixType |
| typedef vnl_matrix< TScalarType > | LMatrixType |
| typedef Superclass::NonZeroJacobianIndicesType | NonZeroJacobianIndicesType |
| typedef Superclass::OutputPointType | OutputPointType |
| typedef Superclass::OutputVectorType | OutputVectorType |
| typedef Superclass::ParametersType | ParametersType |
| typedef vnl_matrix< TScalarType > | PMatrixType |
| typedef SmartPointer< Self > | Pointer |
| 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 Superclass::ScalarType | ScalarType |
| typedef KernelTransform2 | Self |
| typedef Superclass::SpatialHessianType | SpatialHessianType |
| typedef Superclass::SpatialJacobianType | SpatialJacobianType |
| typedef AdvancedTransform < TScalarType, NDimensions, NDimensions > | Superclass |
| typedef VectorSetType::Pointer | VectorSetPointer |
| typedef VectorContainer < unsigned long, InputVectorType > | VectorSetType |
| typedef vnl_matrix< TScalarType > | WMatrixType |
| typedef vnl_matrix< TScalarType > | YMatrixType |
Public Types inherited from itk::AdvancedTransform< TScalarType, NDimensions, NDimensions > | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
| typedef Superclass::InputPointType | InputPointType |
| typedef Superclass::InputVectorType | InputVectorType |
| typedef Superclass::InputVnlVectorType | InputVnlVectorType |
| typedef SpatialJacobianType::InternalMatrixType | InternalMatrixType |
| typedef std::vector < SpatialHessianType > | JacobianOfSpatialHessianType |
| typedef std::vector < SpatialJacobianType > | JacobianOfSpatialJacobianType |
| typedef Superclass::JacobianType | JacobianType |
| typedef std::vector< unsigned long > | NonZeroJacobianIndicesType |
| typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
| typedef Superclass::OutputPointType | OutputPointType |
| typedef Superclass::OutputVectorType | OutputVectorType |
| typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
| typedef Superclass::ParametersType | ParametersType |
| typedef SmartPointer< Self > | Pointer |
| typedef Superclass::ScalarType | ScalarType |
| typedef AdvancedTransform | Self |
| typedef FixedArray< Matrix < ScalarType, InputSpaceDimension, InputSpaceDimension > , OutputSpaceDimension > | SpatialHessianType |
| typedef Matrix< ScalarType, OutputSpaceDimension, InputSpaceDimension > | SpatialJacobianType |
| typedef Transform< TScalarType, NInputDimensions, NOutputDimensions > | Superclass |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::KernelTransform2< TScalarType, NDimensions > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedTransform< TScalarType, NDimensions, NDimensions > | |
| static Pointer | New () |
Protected Types | |
| typedef Superclass::GMatrixType | GMatrixType |
Protected Types inherited from itk::KernelTransform2< TScalarType, NDimensions > | |
| typedef vnl_qr< ScalarType > | QRDecompositionType |
| typedef vnl_svd< ScalarType > | SVDDecompositionType |
Protected Member Functions | |
| virtual void | ComputeDeformationContribution (const InputPointType &inputPoint, OutputPointType &result) const |
| void | ComputeG (const InputVectorType &x, GMatrixType &GMatrix) const |
| ThinPlateSplineKernelTransform2 () | |
| virtual | ~ThinPlateSplineKernelTransform2 () |
Protected Member Functions inherited from itk::KernelTransform2< TScalarType, NDimensions > | |
| void | ComputeD (void) |
| void | ComputeK (void) |
| void | ComputeL (void) |
| void | ComputeP (void) |
| virtual void | ComputeReflexiveG (PointsIterator, GMatrixType &GMatrix) const |
| void | ComputeY (void) |
| KernelTransform2 () | |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| void | ReorganizeW (void) |
| virtual | ~KernelTransform2 () |
Protected Member Functions inherited from itk::AdvancedTransform< TScalarType, NDimensions, NDimensions > | |
| AdvancedTransform () | |
| AdvancedTransform (unsigned int Dimension, unsigned int NumberOfParameters) | |
| virtual | ~AdvancedTransform () |
Private Member Functions | |
| void | operator= (const Self &) |
| ThinPlateSplineKernelTransform2 (const Self &) | |
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 34 of file itkThinPlateSplineKernelTransform2.h.
| typedef SmartPointer<const Self> itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::ConstPointer |
Definition at line 42 of file itkThinPlateSplineKernelTransform2.h.
|
protected |
These (rather redundant) typedefs are needed because on SGI, typedefs are not inherited.
Definition at line 83 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::InputCovariantVectorType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::InputCovariantVectorType |
Definition at line 69 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::InputPointType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::InputPointType |
These (rather redundant) typedefs are needed because on SGI, typedefs are not inherited.
Definition at line 65 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::InputVectorType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::InputVectorType |
Definition at line 67 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::JacobianType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::JacobianType |
Jacobian Type
Definition at line 57 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::OutputCovariantVectorType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::OutputCovariantVectorType |
Definition at line 70 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::OutputPointType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::OutputPointType |
Definition at line 66 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::OutputVectorType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::OutputVectorType |
Definition at line 68 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::ParametersType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::ParametersType |
Parameters type.
Definition at line 54 of file itkThinPlateSplineKernelTransform2.h.
| typedef SmartPointer<Self> itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::Pointer |
Definition at line 41 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::PointsIterator itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::PointsIterator |
Definition at line 71 of file itkThinPlateSplineKernelTransform2.h.
| typedef Superclass::ScalarType itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::ScalarType |
Scalar type.
Definition at line 48 of file itkThinPlateSplineKernelTransform2.h.
| typedef ThinPlateSplineKernelTransform2 itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::Self |
Standard class typedefs.
Definition at line 39 of file itkThinPlateSplineKernelTransform2.h.
| typedef KernelTransform2<TScalarType, NDimensions> itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::Superclass |
Definition at line 40 of file itkThinPlateSplineKernelTransform2.h.
|
inlineprotected |
Definition at line 74 of file itkThinPlateSplineKernelTransform2.h.
|
inlineprotectedvirtual |
Definition at line 78 of file itkThinPlateSplineKernelTransform2.h.
|
private |
|
protectedvirtual |
Compute the contribution of the landmarks weighted by the kernel function to the global deformation of the space.
Reimplemented from itk::KernelTransform2< TScalarType, NDimensions >.
|
protectedvirtual |
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::KernelTransform2< TScalarType, NDimensions >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::KernelTransform2< TScalarType, NDimensions >.
| itk::ThinPlateSplineKernelTransform2< TScalarType, NDimensions >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned | int, | ||
| Superclass::SpaceDimension | |||
| ) |
Dimension of the domain space.
|
static |
New macro for creation of through a Smart Pointer
|
private |
Generated on 06-12-2013 for elastix by 1.8.5 |