ITK
5.2.0
Insight Toolkit
|
#include <itkVolumeSplineKernelTransform.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | InputCovariantVectorType = typename Superclass::InputCovariantVectorType |
using | InputPointType = typename Superclass::InputPointType |
using | InputVectorType = typename Superclass::InputVectorType |
using | InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
using | JacobianPositionType = typename Superclass::JacobianPositionType |
using | JacobianType = typename Superclass::JacobianType |
using | OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputVectorType = typename Superclass::OutputVectorType |
using | ParametersType = typename Superclass::ParametersType |
using | Pointer = SmartPointer< Self > |
using | PointsIterator = typename Superclass::PointsIterator |
using | ScalarType = typename Superclass::ScalarType |
using | Self = VolumeSplineKernelTransform |
using | Superclass = KernelTransform< TParametersValueType, NDimensions > |
Public Types inherited from itk::KernelTransform< TParametersValueType, NDimensions > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | InputCovariantVectorType = typename Superclass::InputCovariantVectorType |
using | InputPointType = typename Superclass::InputPointType |
using | InputVectorType = typename Superclass::InputVectorType |
using | InputVnlVectorType = typename Superclass::InputVnlVectorType |
using | InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
using | JacobianPositionType = typename Superclass::JacobianPositionType |
using | JacobianType = typename Superclass::JacobianType |
using | NumberOfParametersType = typename Superclass::NumberOfParametersType |
using | OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputVectorType = typename Superclass::OutputVectorType |
using | OutputVnlVectorType = typename Superclass::OutputVnlVectorType |
using | ParametersType = typename Superclass::ParametersType |
using | Pointer = SmartPointer< Self > |
using | PointIdentifier = typename PointSetType::PointIdentifier |
using | PointsConstIterator = typename PointSetType::PointsContainerConstIterator |
using | PointsContainer = typename PointSetType::PointsContainer |
using | PointSetPointer = typename PointSetType::Pointer |
using | PointSetTraitsType = DefaultStaticMeshTraits< TParametersValueType, NDimensions, NDimensions, TParametersValueType, TParametersValueType > |
using | PointSetType = PointSet< InputPointType, NDimensions, PointSetTraitsType > |
using | PointsIterator = typename PointSetType::PointsContainerIterator |
using | ScalarType = typename Superclass::ScalarType |
using | Self = KernelTransform |
using | Superclass = Transform< TParametersValueType, NDimensions, NDimensions > |
using | TransformCategoryEnum = typename Superclass::TransformCategoryEnum |
using | VectorSetPointer = typename VectorSetType::Pointer |
using | VectorSetType = itk::VectorContainer< SizeValueType, InputVectorType > |
using | IMatrixType = vnl_matrix_fixed< TParametersValueType, NDimensions, NDimensions > |
using | GMatrixType = vnl_matrix_fixed< TParametersValueType, NDimensions, NDimensions > |
using | LMatrixType = vnl_matrix< TParametersValueType > |
using | KMatrixType = vnl_matrix< TParametersValueType > |
using | PMatrixType = vnl_matrix< TParametersValueType > |
using | YMatrixType = vnl_matrix< TParametersValueType > |
using | WMatrixType = vnl_matrix< TParametersValueType > |
using | DMatrixType = vnl_matrix< TParametersValueType > |
using | AMatrixType = vnl_matrix_fixed< TParametersValueType, NDimensions, NDimensions > |
using | BMatrixType = vnl_vector_fixed< TParametersValueType, NDimensions > |
using | RowMatrixType = vnl_matrix_fixed< TParametersValueType, 1, NDimensions > |
using | ColumnMatrixType = vnl_matrix_fixed< TParametersValueType, NDimensions, 1 > |
Public Types inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions > | |
using | ConstPointer = SmartPointer< const Self > |
using | DerivativeType = Array< ParametersValueType > |
using | DirectionChangeMatrix = Matrix< double, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename Superclass::FixedParametersValueType |
using | InputCovariantVectorType = CovariantVector< TParametersValueType, NInputDimensions > |
using | InputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType > |
using | InputDirectionMatrix = Matrix< double, Self::InputSpaceDimension, Self::InputSpaceDimension > |
using | InputPointType = Point< TParametersValueType, NInputDimensions > |
using | InputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NInputDimensions > |
using | InputVectorPixelType = VariableLengthVector< TParametersValueType > |
using | InputVectorType = Vector< TParametersValueType, NInputDimensions > |
using | InputVnlVectorType = vnl_vector_fixed< TParametersValueType, NInputDimensions > |
using | InverseJacobianPositionType = vnl_matrix_fixed< ParametersValueType, NInputDimensions, NOutputDimensions > |
using | InverseTransformBasePointer = typename InverseTransformBaseType::Pointer |
using | InverseTransformBaseType = Transform< TParametersValueType, NOutputDimensions, NInputDimensions > |
using | JacobianPositionType = vnl_matrix_fixed< ParametersValueType, NOutputDimensions, NInputDimensions > |
using | JacobianType = Array2D< ParametersValueType > |
using | MatrixType = Matrix< TParametersValueType, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | NumberOfParametersType = typename Superclass::NumberOfParametersType |
using | OutputCovariantVectorType = CovariantVector< TParametersValueType, NOutputDimensions > |
using | OutputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType > |
using | OutputDirectionMatrix = Matrix< double, Self::OutputSpaceDimension, Self::OutputSpaceDimension > |
using | OutputPointType = Point< TParametersValueType, NOutputDimensions > |
using | OutputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NOutputDimensions > |
using | OutputVectorPixelType = VariableLengthVector< TParametersValueType > |
using | OutputVectorType = Vector< TParametersValueType, NOutputDimensions > |
using | OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, NOutputDimensions > |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename Superclass::ParametersValueType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = ParametersValueType |
using | Self = Transform |
using | Superclass = TransformBaseTemplate< TParametersValueType > |
using | TransformCategoryEnum = typename Superclass::TransformCategoryEnum |
Public Types inherited from itk::TransformBaseTemplate< TParametersValueType > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = OptimizerParameters< FixedParametersValueType > |
using | FixedParametersValueType = double |
using | NumberOfParametersType = IdentifierType |
using | ParametersType = OptimizerParameters< ParametersValueType > |
using | ParametersValueType = TParametersValueType |
using | Pointer = SmartPointer< Self > |
using | Self = TransformBaseTemplate |
using | Superclass = Object |
using | TransformCategoryEnum = TransformBaseTemplateEnums::TransformCategory |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::KernelTransform< TParametersValueType, NDimensions > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | SpaceDimension = Superclass::SpaceDimension |
Static Public Attributes inherited from itk::KernelTransform< TParametersValueType, NDimensions > | |
static constexpr unsigned int | SpaceDimension = NDimensions |
Static Public Attributes inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions > | |
static constexpr unsigned int | InputSpaceDimension |
static constexpr unsigned int | OutputSpaceDimension |
Protected Types | |
using | GMatrixType = typename Superclass::GMatrixType |
Additional Inherited Members | |
Protected Attributes inherited from itk::KernelTransform< TParametersValueType, NDimensions > | |
double | m_Stiffness |
VectorSetPointer | m_Displacements |
LMatrixType | m_LMatrix |
KMatrixType | m_KMatrix |
PMatrixType | m_PMatrix |
YMatrixType | m_YMatrix |
WMatrixType | m_WMatrix |
DMatrixType | m_DMatrix |
AMatrixType | m_AMatrix |
BMatrixType | m_BVector |
GMatrixType | m_GMatrix |
bool | m_WMatrixComputed |
IMatrixType | m_I |
PointSetPointer | m_SourceLandmarks |
PointSetPointer | m_TargetLandmarks |
Protected Attributes inherited from itk::Transform< TParametersValueType, NDimensions, NDimensions > | |
ParametersType | m_Parameters |
FixedParametersType | m_FixedParameters |
DirectionChangeMatrix | m_DirectionChange |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
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 35 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::ConstPointer = SmartPointer<const Self> |
Definition at line 44 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::FixedParametersType = typename Superclass::FixedParametersType |
Definition at line 57 of file itkVolumeSplineKernelTransform.h.
|
protected |
These (rather redundant) type alias are needed because on type alias are not inherited.
Definition at line 81 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::InputCovariantVectorType = typename Superclass::InputCovariantVectorType |
Definition at line 72 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::InputPointType = typename Superclass::InputPointType |
These (rather redundant) type alias are needed because type alias are not inherited
Definition at line 68 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::InputVectorType = typename Superclass::InputVectorType |
Definition at line 70 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
Definition at line 62 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::JacobianPositionType = typename Superclass::JacobianPositionType |
Definition at line 61 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::JacobianType = typename Superclass::JacobianType |
Jacobian Type
Definition at line 60 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType |
Definition at line 73 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::OutputPointType = typename Superclass::OutputPointType |
Definition at line 69 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::OutputVectorType = typename Superclass::OutputVectorType |
Definition at line 71 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::ParametersType = typename Superclass::ParametersType |
Parameters type.
Definition at line 56 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::Pointer = SmartPointer<Self> |
Definition at line 43 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::PointsIterator = typename Superclass::PointsIterator |
Definition at line 74 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::ScalarType = typename Superclass::ScalarType |
Scalar type.
Definition at line 53 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::Self = VolumeSplineKernelTransform |
Standard class type aliases.
Definition at line 41 of file itkVolumeSplineKernelTransform.h.
using itk::VolumeSplineKernelTransform< TParametersValueType, NDimensions >::Superclass = KernelTransform<TParametersValueType, NDimensions> |
Definition at line 42 of file itkVolumeSplineKernelTransform.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Compute the contribution of the landmarks weighted by the kernel function to the global deformation of the space
Reimplemented from itk::KernelTransform< TParametersValueType, NDimensions >.
|
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::KernelTransform< TParametersValueType, NDimensions >.
|
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< TParametersValueType, NDimensions >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::KernelTransform< TParametersValueType, NDimensions >.
|
static |
New macro for creation of through a Smart Pointer
|
staticconstexpr |
Dimension of the domain space.
Definition at line 65 of file itkVolumeSplineKernelTransform.h.