![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkDeformationFieldInterpolatingTransform.h>
Transform that interpolates a given deformation field.
A simple transform that allows the user to set a deformation field. TransformPoint adds the displacement to the input point. This transform does not support optimizers. Its Set/GetParameters is not implemented. DO NOT USE IT FOR REGISTRATION. You may set your own interpolator!
Definition at line 46 of file itkDeformationFieldInterpolatingTransform.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | DefaultDeformationFieldInterpolatorType = VectorNearestNeighborInterpolateImageFunction< DeformationFieldType, ScalarType > |
using | DeformationFieldComponentType = TComponentType |
using | DeformationFieldInterpolatorPointer = typename DeformationFieldInterpolatorType::Pointer |
using | DeformationFieldInterpolatorType = VectorInterpolateImageFunction< DeformationFieldType, ScalarType > |
using | DeformationFieldPointer = typename DeformationFieldType::Pointer |
using | DeformationFieldType = Image< DeformationFieldVectorType, Self::InputSpaceDimension > |
using | DeformationFieldVectorType = Vector< DeformationFieldComponentType, Self::OutputSpaceDimension > |
using | Pointer = SmartPointer< Self > |
using | Self = DeformationFieldInterpolatingTransform |
using | Superclass = AdvancedTransform< TScalarType, NDimensions, NDimensions > |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | InternalMatrixType = typename SpatialJacobianType::InternalMatrixType |
using | InverseTransformBaseType = typename Superclass::InverseTransformBaseType |
using | JacobianOfSpatialHessianType = std::vector< SpatialHessianType > |
using | JacobianOfSpatialJacobianType = std::vector< SpatialJacobianType > |
using | MovingImageGradientType = OutputCovariantVectorType |
using | MovingImageGradientValueType = typename MovingImageGradientType::ValueType |
using | NonZeroJacobianIndicesType = std::vector< unsigned long > |
using | Pointer = SmartPointer< Self > |
using | Self = AdvancedTransform |
using | SpatialHessianType = FixedArray< Matrix< ScalarType, InputSpaceDimension, InputSpaceDimension >, OutputSpaceDimension > |
using | SpatialJacobianType = Matrix< ScalarType, OutputSpaceDimension, InputSpaceDimension > |
using | Superclass = Transform< TScalarType, NInputDimensions, NOutputDimensions > |
using | TransformType = Transform< TScalarType, NInputDimensions, NOutputDimensions > |
using | TransformTypeConstPointer = typename TransformType::ConstPointer |
using | TransformTypePointer = typename TransformType::Pointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
const ParametersType & | GetFixedParameters () const override |
void | GetJacobian (const InputPointType &, JacobianType &, NonZeroJacobianIndicesType &) const override |
void | GetJacobianOfSpatialHessian (const InputPointType &, JacobianOfSpatialHessianType &, NonZeroJacobianIndicesType &) const override |
void | GetJacobianOfSpatialHessian (const InputPointType &, SpatialHessianType &, JacobianOfSpatialHessianType &, NonZeroJacobianIndicesType &) const override |
void | GetJacobianOfSpatialJacobian (const InputPointType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const override |
void | GetJacobianOfSpatialJacobian (const InputPointType &, SpatialJacobianType &, JacobianOfSpatialJacobianType &, NonZeroJacobianIndicesType &) const override |
void | GetSpatialHessian (const InputPointType &, SpatialHessianType &) const override |
void | GetSpatialJacobian (const InputPointType &, SpatialJacobianType &) const override |
bool | IsLinear () const override |
ITK_DISALLOW_COPY_AND_MOVE (DeformationFieldInterpolatingTransform) | |
itkGetModifiableObjectMacro (DeformationField, DeformationFieldType) | |
itkGetModifiableObjectMacro (DeformationFieldInterpolator, DeformationFieldInterpolatorType) | |
itkStaticConstMacro (InputSpaceDimension, unsigned int, Superclass::InputSpaceDimension) | |
itkStaticConstMacro (OutputSpaceDimension, unsigned int, Superclass::OutputSpaceDimension) | |
virtual void | SetDeformationField (DeformationFieldType *_arg) |
virtual void | SetDeformationFieldInterpolator (DeformationFieldInterpolatorType *_arg) |
void | SetFixedParameters (const ParametersType &) override |
void | SetIdentity () |
void | SetParameters (const ParametersType &) override |
OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &) const override |
OutputPointType | TransformPoint (const InputPointType &point) const override |
OutputVectorType | TransformVector (const InputVectorType &) const override |
OutputVnlVectorType | TransformVector (const InputVnlVectorType &) const override |
![]() | |
void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const override |
virtual void | EvaluateJacobianWithImageGradientProduct (const InputPointType &inputPoint, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const |
virtual bool | GetHasNonZeroJacobianOfSpatialHessian () const |
virtual bool | GetHasNonZeroSpatialHessian () const |
virtual NumberOfParametersType | GetNumberOfNonZeroJacobianIndices () const |
ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) | |
itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | |
itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | |
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
using | InputContinuousIndexType = typename DeformationFieldInterpolatorType::ContinuousIndexType |
using | InterpolatorOutputType = typename DeformationFieldInterpolatorType::OutputType |
Protected Member Functions | |
DeformationFieldInterpolatingTransform () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~DeformationFieldInterpolatingTransform () override=default | |
![]() | |
AdvancedTransform ()=default | |
~AdvancedTransform () override=default | |
Protected Attributes | |
DeformationFieldPointer | m_DeformationField {} |
DeformationFieldInterpolatorPointer | m_DeformationFieldInterpolator {} |
DeformationFieldPointer | m_ZeroDeformationField {} |
![]() | |
bool | m_HasNonZeroJacobianOfSpatialHessian { true } |
bool | m_HasNonZeroSpatialHessian { true } |
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::ConstPointer = SmartPointer<const Self> |
Definition at line 56 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DefaultDeformationFieldInterpolatorType = VectorNearestNeighborInterpolateImageFunction<DeformationFieldType, ScalarType> |
Definition at line 96 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldComponentType = TComponentType |
Definition at line 89 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldInterpolatorPointer = typename DeformationFieldInterpolatorType::Pointer |
Definition at line 95 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldInterpolatorType = VectorInterpolateImageFunction<DeformationFieldType, ScalarType> |
Definition at line 94 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldPointer = typename DeformationFieldType::Pointer |
Definition at line 92 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldType = Image<DeformationFieldVectorType, Self::InputSpaceDimension> |
Definition at line 91 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::DeformationFieldVectorType = Vector<DeformationFieldComponentType, Self::OutputSpaceDimension> |
Definition at line 90 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Typedef which is used internally
Definition at line 248 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Definition at line 249 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::Pointer = SmartPointer<Self> |
Definition at line 55 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::Self = DeformationFieldInterpolatingTransform |
Standard class typedefs.
Definition at line 53 of file itkDeformationFieldInterpolatingTransform.h.
using itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::Superclass = AdvancedTransform<TScalarType, NDimensions, NDimensions> |
Definition at line 54 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions >.
|
inlineoverride |
Get the Fixed Parameters.
Definition at line 122 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Must be provided.
Implements itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 185 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 225 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 234 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 206 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 215 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 199 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverridevirtual |
Implements itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions >.
Definition at line 192 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverride |
Definition at line 178 of file itkDeformationFieldInterpolatingTransform.h.
itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::ITK_DISALLOW_COPY_AND_MOVE | ( | DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType > | ) |
itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::itkGetModifiableObjectMacro | ( | DeformationField | , |
DeformationFieldType | |||
) |
itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::itkGetModifiableObjectMacro | ( | DeformationFieldInterpolator | , |
DeformationFieldInterpolatorType | |||
) |
itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::itkStaticConstMacro | ( | InputSpaceDimension | , |
unsigned int | , | ||
Superclass::InputSpaceDimension | |||
) |
Dimension of the domain spaces.
itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::itkStaticConstMacro | ( | OutputSpaceDimension | , |
unsigned int | , | ||
Superclass::OutputSpaceDimension | |||
) |
|
static |
New macro for creation of through the object factory.
|
overrideprotected |
Print contents of an DeformationFieldInterpolatingTransform.
|
virtual |
Set/Get the deformation field that defines the displacements
|
virtual |
Set/Get the deformation field interpolator
|
inlineoverride |
Set the fixed parameters.
Definition at line 114 of file itkDeformationFieldInterpolatingTransform.h.
void itk::DeformationFieldInterpolatingTransform< TScalarType, NDimensions, TComponentType >::SetIdentity | ( | ) |
Make this an identity transform ( the deformation field is replaced by a zero deformation field
|
inlineoverride |
Set the transformation parameters is not supported. Use SetDeformationField() instead
Definition at line 103 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverride |
Definition at line 153 of file itkDeformationFieldInterpolatingTransform.h.
|
override |
Transform a point. This method adds a displacement to a given point, returning the transformed point.
|
inlineoverride |
These vector transforms are not implemented for this transform.
Definition at line 137 of file itkDeformationFieldInterpolatingTransform.h.
|
inlineoverride |
Definition at line 145 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Definition at line 255 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Definition at line 257 of file itkDeformationFieldInterpolatingTransform.h.
|
protected |
Definition at line 256 of file itkDeformationFieldInterpolatingTransform.h.
Generated on 1739326392 for elastix by ![]() |
![]() |