|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkRecursiveBSplineTransform.h>
A recursive implementation of the B-spline transform.
The class is templated coordinate representation type (float or double), the space dimension and the spline order.
Definition at line 39 of file itkRecursiveBSplineTransform.h.
Inheritance diagram for itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >:Public Types | |
| using | ConstPointer = SmartPointer< const Self > |
| using | ContinuousIndexType = typename WeightsFunctionType::ContinuousIndexType |
| using | DerivativeWeightsFunctionPointer = typename DerivativeWeightsFunctionType::Pointer |
| using | DerivativeWeightsFunctionType = BSplineInterpolationDerivativeWeightFunction< ScalarType, Self::SpaceDimension, VSplineOrder > |
| using | DirectionType = typename ImageType::DirectionType |
| using | GridOffsetType = IndexType |
| using | ImagePointer = typename ImageType::Pointer |
| using | ImageType = Image< PixelType, Self::SpaceDimension > |
| using | IndexType = typename RegionType::IndexType |
| using | OffsetValueType = typename GridOffsetType::OffsetValueType |
| using | OriginType = typename ImageType::PointType |
| using | ParameterIndexArrayType = Array< unsigned long > |
| using | Pointer = SmartPointer< Self > |
| using | RegionType = ImageRegion< Self::SpaceDimension > |
| using | Self = RecursiveBSplineTransform |
| using | SizeType = typename RegionType::SizeType |
| using | SODerivativeWeightsFunctionPointer = typename SODerivativeWeightsFunctionType::Pointer |
| using | SODerivativeWeightsFunctionType = BSplineInterpolationSecondOrderDerivativeWeightFunction< ScalarType, Self::SpaceDimension, VSplineOrder > |
| using | SpacingType = typename ImageType::SpacingType |
| using | Superclass = AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder > |
| using | WeightsFunctionPointer = typename WeightsFunctionType::Pointer |
| using | WeightsFunctionType = BSplineInterpolationWeightFunction2< ScalarType, Self::SpaceDimension, VSplineOrder > |
| using | WeightsType = typename WeightsFunctionType::WeightsType |
Public Types inherited from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder > | |
| using | ConstPointer = SmartPointer< const Self > |
| using | ContinuousIndexType = typename WeightsFunctionType::ContinuousIndexType |
| using | DerivativeWeightsFunctionPointer = typename DerivativeWeightsFunctionType::Pointer |
| using | DerivativeWeightsFunctionType = BSplineInterpolationDerivativeWeightFunction< ScalarType, Self::SpaceDimension, VSplineOrder > |
| using | DirectionType = typename ImageType::DirectionType |
| using | GridOffsetType = IndexType |
| using | ImagePointer = typename ImageType::Pointer |
| using | ImageType = Image< PixelType, Self::SpaceDimension > |
| using | IndexType = typename RegionType::IndexType |
| using | OriginType = typename ImageType::PointType |
| using | ParameterIndexArrayType = Array< unsigned long > |
| using | Pointer = SmartPointer< Self > |
| using | RegionType = ImageRegion< Self::SpaceDimension > |
| using | Self = AdvancedBSplineDeformableTransform |
| using | SizeType = typename RegionType::SizeType |
| using | SODerivativeWeightsFunctionPointer = typename SODerivativeWeightsFunctionType::Pointer |
| using | SODerivativeWeightsFunctionType = BSplineInterpolationSecondOrderDerivativeWeightFunction< ScalarType, Self::SpaceDimension, VSplineOrder > |
| using | SpacingType = typename ImageType::SpacingType |
| using | Superclass = AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions > |
| using | WeightsFunctionPointer = typename WeightsFunctionType::Pointer |
| using | WeightsFunctionType = BSplineInterpolationWeightFunction2< ScalarType, Self::SpaceDimension, VSplineOrder > |
| using | WeightsType = typename WeightsFunctionType::WeightsType |
Public Types inherited from itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions > | |
| using | ConstPointer = SmartPointer< const Self > |
| using | ContinuousIndexType = ContinuousIndex< ScalarType, SpaceDimension > |
| using | DirectionType = typename ImageType::DirectionType |
| using | GridOffsetType = IndexType |
| using | ImagePointer = typename ImageType::Pointer |
| using | ImageType = Image< PixelType, Self::SpaceDimension > |
| using | IndexType = typename RegionType::IndexType |
| using | OriginType = typename ImageType::PointType |
| using | ParameterIndexArrayType = Array< unsigned long > |
| using | Pointer = SmartPointer< Self > |
| using | RegionType = ImageRegion< Self::SpaceDimension > |
| using | Self = AdvancedBSplineDeformableTransformBase |
| using | SizeType = typename RegionType::SizeType |
| using | SpacingType = typename ImageType::SpacingType |
| using | Superclass = AdvancedTransform< TScalarType, NDimensions, NDimensions > |
Public Types inherited from itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions > | |
| 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 | |
| void | EvaluateJacobianWithImageGradientProduct (const InputPointType &inputPoint, const MovingImageGradientType &movingImageGradient, DerivativeType &imageJacobian, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| virtual const char * | GetClassName () const |
| void | GetJacobian (const InputPointType &inputPoint, JacobianType &j, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| void | GetJacobianOfSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh, JacobianOfSpatialHessianType &jsh, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| void | GetJacobianOfSpatialJacobian (const InputPointType &inputPoint, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| void | GetJacobianOfSpatialJacobian (const InputPointType &inputPoint, SpatialJacobianType &sj, JacobianOfSpatialJacobianType &jsj, NonZeroJacobianIndicesType &nonZeroJacobianIndices) const override |
| void | GetSpatialHessian (const InputPointType &inputPoint, SpatialHessianType &sh) const override |
| void | GetSpatialJacobian (const InputPointType &inputPoint, SpatialJacobianType &sj) const override |
| ITK_DISALLOW_COPY_AND_MOVE (RecursiveBSplineTransform) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) | |
| itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
| OutputPointType | TransformPoint (const InputPointType &point) const override |
Public Member Functions inherited from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder > | |
| unsigned int | GetNumberOfAffectedWeights () const override |
| NumberOfParametersType | GetNumberOfNonZeroJacobianIndices () const override |
| ITK_DISALLOW_COPY_AND_MOVE (AdvancedBSplineDeformableTransform) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) | |
| itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
| void | SetGridRegion (const RegionType ®ion) override |
| OutputPointType | TransformPoint (const InputPointType &point) const override |
Public Member Functions inherited from itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions > | |
| virtual const ImagePointer * | GetCoefficientImages () const |
| const FixedParametersType & | GetFixedParameters () const override |
| virtual DirectionType | GetGridDirection () const |
| virtual OriginType | GetGridOrigin () const |
| virtual RegionType | GetGridRegion () const |
| virtual SpacingType | GetGridSpacing () const |
| NumberOfParametersType | GetNumberOfParameters () const override |
| virtual NumberOfParametersType | GetNumberOfParametersPerDimension () const |
| const ParametersType & | GetParameters () const override |
| unsigned | GetSplineOrder () const |
| TransformCategoryEnum | GetTransformCategory () const override |
| virtual const RegionType & | GetValidRegion () |
| bool | IsLinear () const override |
| ITK_DISALLOW_COPY_AND_MOVE (AdvancedBSplineDeformableTransformBase) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, NDimensions) | |
| virtual void | SetCoefficientImages (ImagePointer images[]) |
| void | SetFixedParameters (const FixedParametersType ¶meters) override |
| virtual void | SetGridDirection (const DirectionType &direction) |
| virtual void | SetGridOrigin (const OriginType &origin) |
| virtual void | SetGridSpacing (const SpacingType &spacing) |
| void | SetIdentity () |
| void | SetParameters (const ParametersType ¶meters) override |
| void | SetParametersByValue (const ParametersType ¶meters) override |
| OutputCovariantVectorType | TransformCovariantVector (const InputCovariantVectorType &) const override |
| OutputVectorType | TransformVector (const InputVectorType &) const override |
| OutputVnlVectorType | TransformVector (const InputVnlVectorType &) const override |
Public Member Functions inherited from itk::AdvancedTransform< TScalarType, NInputDimensions, NOutputDimensions > | |
| void | ComputeJacobianWithRespectToParameters (const InputPointType &, JacobianType &) const override |
| virtual bool | GetHasNonZeroJacobianOfSpatialHessian () const |
| virtual bool | GetHasNonZeroSpatialHessian () const |
| ITK_DISALLOW_COPY_AND_MOVE (AdvancedTransform) | |
| itkStaticConstMacro (InputSpaceDimension, unsigned int, NInputDimensions) | |
| itkStaticConstMacro (OutputSpaceDimension, unsigned int, NOutputDimensions) | |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions > | |
| template<template< class, unsigned, unsigned > class TBSplineDeformableTransform> | |
| static Pointer | Create (const unsigned splineOrder) |
Protected Types | |
| using | JacobianImageType = Image< JacobianPixelType, Self::SpaceDimension > |
| using | JacobianPixelType = typename JacobianType::ValueType |
Protected Types inherited from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder > | |
| using | JacobianImageType = Image< JacobianPixelType, Self::SpaceDimension > |
| using | JacobianPixelType = typename JacobianType::ValueType |
Protected Types inherited from itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions > | |
| using | JacobianImageType = Image< JacobianPixelType, Self::SpaceDimension > |
| using | JacobianPixelType = typename JacobianType::ValueType |
Private Types | |
| using | ImplementationType = RecursiveBSplineTransformImplementation< NDimensions, NDimensions, VSplineOrder, TScalarType > |
| using | RecursiveBSplineWeightFunctionType = itk::RecursiveBSplineInterpolationWeightFunction< TScalarType, NDimensions, VSplineOrder > |
Private Attributes | |
| elastix::DefaultConstruct< RecursiveBSplineWeightFunctionType > | m_RecursiveBSplineWeightFunction {} |
| using itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >::ConstPointer = SmartPointer<const Self> |
Definition at line 49 of file itkRecursiveBSplineTransform.h.
| using itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::ContinuousIndexType = typename WeightsFunctionType::ContinuousIndexType |
Definition at line 208 of file itkAdvancedBSplineDeformableTransform.h.
| using itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::DerivativeWeightsFunctionPointer = typename DerivativeWeightsFunctionType::Pointer |
Definition at line 211 of file itkAdvancedBSplineDeformableTransform.h.
| using itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::DerivativeWeightsFunctionType = BSplineInterpolationDerivativeWeightFunction<ScalarType, Self::SpaceDimension, VSplineOrder> |
Definition at line 209 of file itkAdvancedBSplineDeformableTransform.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::DirectionType = typename ImageType::DirectionType |
Definition at line 192 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::GridOffsetType = IndexType |
Definition at line 194 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::ImagePointer = typename ImageType::Pointer |
Definition at line 184 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::ImageType = Image<PixelType, Self::SpaceDimension> |
Definition at line 183 of file itkAdvancedBSplineDeformableTransformBase.h.
|
private |
Definition at line 190 of file itkRecursiveBSplineTransform.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::IndexType = typename RegionType::IndexType |
Definition at line 189 of file itkAdvancedBSplineDeformableTransformBase.h.
|
protected |
Definition at line 300 of file itkAdvancedBSplineDeformableTransformBase.h.
|
protected |
Jacobian as SpaceDimension number of images.
Definition at line 301 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >::OffsetValueType = typename GridOffsetType::OffsetValueType |
Definition at line 93 of file itkRecursiveBSplineTransform.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::OriginType = typename ImageType::PointType |
Definition at line 193 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::ParameterIndexArrayType = Array<unsigned long> |
Parameter index array type.
Definition at line 217 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >::Pointer = SmartPointer<Self> |
Definition at line 48 of file itkRecursiveBSplineTransform.h.
|
private |
Definition at line 193 of file itkRecursiveBSplineTransform.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::RegionType = ImageRegion<Self::SpaceDimension> |
Typedefs for specifying the extend to the grid.
Definition at line 187 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >::Self = RecursiveBSplineTransform |
Standard class typedefs.
Definition at line 46 of file itkRecursiveBSplineTransform.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::SizeType = typename RegionType::SizeType |
Definition at line 190 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::SODerivativeWeightsFunctionPointer = typename SODerivativeWeightsFunctionType::Pointer |
Definition at line 214 of file itkAdvancedBSplineDeformableTransform.h.
| using itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::SODerivativeWeightsFunctionType = BSplineInterpolationSecondOrderDerivativeWeightFunction<ScalarType, Self::SpaceDimension, VSplineOrder> |
Definition at line 212 of file itkAdvancedBSplineDeformableTransform.h.
| using itk::AdvancedBSplineDeformableTransformBase< TScalarType, NDimensions >::SpacingType = typename ImageType::SpacingType |
Definition at line 191 of file itkAdvancedBSplineDeformableTransformBase.h.
| using itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >::Superclass = AdvancedBSplineDeformableTransform<TScalarType, NDimensions, VSplineOrder> |
Definition at line 47 of file itkRecursiveBSplineTransform.h.
| using itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::WeightsFunctionPointer = typename WeightsFunctionType::Pointer |
Definition at line 206 of file itkAdvancedBSplineDeformableTransform.h.
| using itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::WeightsFunctionType = BSplineInterpolationWeightFunction2<ScalarType, Self::SpaceDimension, VSplineOrder> |
Interpolation weights function type.
Definition at line 205 of file itkAdvancedBSplineDeformableTransform.h.
| using itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >::WeightsType = typename WeightsFunctionType::WeightsType |
Definition at line 207 of file itkAdvancedBSplineDeformableTransform.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Compute the nonzero Jacobian indices.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
overridevirtual |
Compute the inner product of the Jacobian with the moving image gradient. The Jacobian is (partially) constructed inside this function, but not returned.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
overridevirtual |
Compute the Jacobian of the transformation.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
overridevirtual |
Compute the Jacobian of the spatial Hessian of the transformation.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
overridevirtual |
Compute both the spatial Hessian and the Jacobian of the spatial Hessian of the transformation.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
overridevirtual |
Compute the Jacobian of the spatial Jacobian of the transformation.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
overridevirtual |
Compute both the spatial Jacobian and the Jacobian of the spatial Jacobian of the transformation.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
overridevirtual |
Compute the spatial Hessian of the transformation.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
|
overridevirtual |
Compute the spatial Jacobian of the transformation.
Reimplemented from itk::AdvancedBSplineDeformableTransform< TScalarType, NDimensions, VSplineOrder >.
| itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >::ITK_DISALLOW_COPY_AND_MOVE | ( | RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder > | ) |
| itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned int | , | ||
| NDimensions | |||
| ) |
Dimension of the domain space.
| itk::RecursiveBSplineTransform< TScalarType, NDimensions, VSplineOrder >::itkStaticConstMacro | ( | SplineOrder | , |
| unsigned int | , | ||
| VSplineOrder | |||
| ) |
The BSpline order.
|
static |
New macro for creation of through the object factory.
|
override |
Compute point transformation. This one is commonly used. It calls RecursiveBSplineTransformImplementation2::InterpolateTransformPoint for a recursive implementation.
|
private |
Definition at line 196 of file itkRecursiveBSplineTransform.h.
Generated on 1739326392 for elastix by 1.9.8 |