![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkVolumeSplineKernelTransform2.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 52 of file itkVolumeSplineKernelTransform2.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 VolumeSplineKernelTransform2 | Self |
typedef KernelTransform2< TScalarType, NDimensions > | Superclass |
![]() | |
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::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::InputVnlVectorType | InputVnlVectorType |
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::NumberOfParametersType | NumberOfParametersType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
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 |
![]() | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::FixedParametersType | FixedParametersType |
typedef Superclass::InputCovariantVectorType | InputCovariantVectorType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InputVectorType | InputVectorType |
typedef Superclass::InputVnlVectorType | InputVnlVectorType |
typedef SpatialJacobianType::InternalMatrixType | InternalMatrixType |
typedef Superclass::InverseTransformBasePointer | InverseTransformBasePointer |
typedef Superclass::InverseTransformBaseType | InverseTransformBaseType |
typedef std::vector< SpatialHessianType > | JacobianOfSpatialHessianType |
typedef std::vector< SpatialJacobianType > | JacobianOfSpatialJacobianType |
typedef Superclass::JacobianType | JacobianType |
typedef OutputCovariantVectorType | MovingImageGradientType |
typedef MovingImageGradientType::ValueType | MovingImageGradientValueType |
typedef std::vector< unsigned long > | NonZeroJacobianIndicesType |
typedef Superclass::NumberOfParametersType | NumberOfParametersType |
typedef Superclass::OutputCovariantVectorType | OutputCovariantVectorType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef Superclass::OutputVnlVectorType | OutputVnlVectorType |
typedef Superclass::ParametersType | ParametersType |
typedef Superclass::ParametersValueType | ParametersValueType |
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 |
typedef Transform< TScalarType, NInputDimensions, NOutputDimensions > | TransformType |
typedef TransformType::ConstPointer | TransformTypeConstPointer |
typedef TransformType::Pointer | TransformTypePointer |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Types | |
typedef Superclass::GMatrixType | GMatrixType |
![]() | |
typedef vnl_qr< ScalarType > | QRDecompositionType |
typedef vnl_svd< ScalarType > | SVDDecompositionType |
Protected Member Functions | |
void | ComputeDeformationContribution (const InputPointType &inputPoint, OutputPointType &result) const override |
void | ComputeG (const InputVectorType &x, GMatrixType &GMatrix) const override |
VolumeSplineKernelTransform2 () | |
~VolumeSplineKernelTransform2 () override | |
![]() | |
void | ComputeD (void) |
virtual void | ComputeDeformationContribution (const InputPointType &inputPoint, OutputPointType &result) const |
virtual void | ComputeG (const InputVectorType &landmarkVector, GMatrixType &GMatrix) const |
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 override |
void | ReorganizeW (void) |
~KernelTransform2 () override | |
![]() | |
AdvancedTransform () | |
AdvancedTransform (NumberOfParametersType numberOfParameters) | |
~AdvancedTransform () override | |
Private Member Functions | |
void | operator= (const Self &) |
VolumeSplineKernelTransform2 (const Self &) | |
typedef SmartPointer< const Self > itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::ConstPointer |
Definition at line 61 of file itkVolumeSplineKernelTransform2.h.
|
protected |
These (rather redundant) typedefs are needed because on SGI, typedefs are not inherited.
Definition at line 105 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::InputCovariantVectorType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::InputCovariantVectorType |
Definition at line 88 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::InputPointType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::InputPointType |
These (rather redundant) typedefs are needed because on SGI, typedefs are not inherited
Definition at line 83 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::InputVectorType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::InputVectorType |
Definition at line 85 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::JacobianType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::JacobianType |
Jacobian Type
Definition at line 76 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::OutputCovariantVectorType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::OutputCovariantVectorType |
Definition at line 90 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::OutputPointType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::OutputPointType |
Definition at line 84 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::OutputVectorType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::OutputVectorType |
Definition at line 86 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::ParametersType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::ParametersType |
Parameters type.
Definition at line 73 of file itkVolumeSplineKernelTransform2.h.
typedef SmartPointer< Self > itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::Pointer |
Definition at line 60 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::PointsIterator itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::PointsIterator |
Definition at line 91 of file itkVolumeSplineKernelTransform2.h.
typedef Superclass::ScalarType itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::ScalarType |
Scalar type.
Definition at line 70 of file itkVolumeSplineKernelTransform2.h.
typedef VolumeSplineKernelTransform2 itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::Self |
Standard class typedefs.
Definition at line 58 of file itkVolumeSplineKernelTransform2.h.
typedef KernelTransform2< TScalarType, NDimensions > itk::VolumeSplineKernelTransform2< TScalarType, NDimensions >::Superclass |
Definition at line 59 of file itkVolumeSplineKernelTransform2.h.
|
inlineprotected |
Definition at line 95 of file itkVolumeSplineKernelTransform2.h.
|
inlineoverrideprotected |
Definition at line 101 of file itkVolumeSplineKernelTransform2.h.
|
private |
|
overrideprotectedvirtual |
Compute the contribution of the landmarks weighted by the kernel funcion to the global deformation of the space
Reimplemented from itk::KernelTransform2< TScalarType, 3 >.
|
overrideprotectedvirtual |
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::KernelTransform2< TScalarType, 3 >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::KernelTransform2< TScalarType, 3 >.
itk::VolumeSplineKernelTransform2< 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 1667476801 for elastix by ![]() |
![]() |