#include <itkBSplineInterpolationDerivativeWeightFunction.h>
Returns the weights over the support region used for B-spline interpolation/reconstruction.
Computes/evaluate the B-spline interpolation weights over the support region of the B-spline.
This class is templated over the coordinate representation type, the space dimension and the spline order.
Definition at line 44 of file itkBSplineInterpolationDerivativeWeightFunction.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | ContinuousIndexType |
using | IndexType |
using | Pointer = SmartPointer<Self> |
using | Self = BSplineInterpolationDerivativeWeightFunction |
using | SizeType |
using | Superclass = BSplineInterpolationWeightFunctionBase<TCoordRep, VSpaceDimension, VSplineOrder> |
using | WeightsType |
Public Types inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
using | ConstPointer |
using | ContinuousIndexType |
using | IndexType |
using | Pointer |
using | Self |
using | SizeType |
using | Superclass |
using | WeightsType |
Public Member Functions | |
virtual const char * | GetClassName () const |
ITK_DISALLOW_COPY_AND_MOVE (BSplineInterpolationDerivativeWeightFunction) | |
itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
virtual void | SetDerivativeDirection (unsigned int dir) |
Public Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
void | ComputeStartIndex (const ContinuousIndexType &index, IndexType &startIndex) const |
virtual void | Evaluate (const ContinuousIndexType &cindex, const IndexType &startIndex, WeightsType &weights) const |
WeightsType | Evaluate (const ContinuousIndexType &index) const override |
ITK_DISALLOW_COPY_AND_MOVE (BSplineInterpolationWeightFunctionBase) | |
itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
using | DerivativeKernelType |
using | KernelType |
using | OneDWeightsType |
using | SecondOrderDerivativeKernelType |
Protected Types inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
using | DerivativeKernelPointer |
using | DerivativeKernelType |
using | KernelPointer |
using | KernelType |
using | OneDWeightsType |
using | SecondOrderDerivativeKernelPointer |
using | SecondOrderDerivativeKernelType |
using | WeightArrayType |
Protected Member Functions | |
BSplineInterpolationDerivativeWeightFunction () | |
void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~BSplineInterpolationDerivativeWeightFunction () override=default | |
Protected Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
BSplineInterpolationWeightFunctionBase () | |
virtual void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const=0 |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~BSplineInterpolationWeightFunctionBase () override=default | |
Private Attributes | |
unsigned int | m_DerivativeDirection {} |
Additional Inherited Members | |
Static Public Attributes inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
static constexpr unsigned long | NumberOfWeights |
static constexpr SizeType | SupportSize |
Protected Attributes inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
vnl_matrix< unsigned long > | m_OffsetToIndexTable |
using itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ConstPointer = SmartPointer<const Self> |
Definition at line 54 of file itkBSplineInterpolationDerivativeWeightFunction.h.
using itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >::ContinuousIndexType |
ContinuousIndex typedef support.
Definition at line 84 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Definition at line 114 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >::IndexType |
Index and size typedef support.
Definition at line 80 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Interpolation kernel types.
Definition at line 112 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Typedef for intermediary 1D weights. The Matrix is at least twice as fast as std::vector< vnl_vector< double > >, probably because of the fixed size at compile time.
Definition at line 124 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Pointer = SmartPointer<Self> |
Definition at line 53 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
protected |
Definition at line 116 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Self = BSplineInterpolationDerivativeWeightFunction |
Standard class typedefs.
Definition at line 51 of file itkBSplineInterpolationDerivativeWeightFunction.h.
using itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >::SizeType |
Definition at line 81 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Superclass = BSplineInterpolationWeightFunctionBase<TCoordRep, VSpaceDimension, VSplineOrder> |
Definition at line 52 of file itkBSplineInterpolationDerivativeWeightFunction.h.
using itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >::WeightsType |
OutputType typedef support.
Definition at line 77 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotected |
Compute the 1D weights, which are:
, with , in case of the derivative direction, and just for the non-derivative directions.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 >.
itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ITK_DISALLOW_COPY_AND_MOVE | ( | BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder > | ) |
itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
unsigned int | , | ||
VSpaceDimension | ) |
Space dimension.
itk::BSplineInterpolationDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SplineOrder | , |
unsigned int | , | ||
VSplineOrder | ) |
Spline order.
|
static |
New macro for creation of through the object factory.
|
overrideprotected |
Print the member variables.
|
virtual |
Set the first order derivative direction.
|
private |
Member variables.
Definition at line 106 of file itkBSplineInterpolationDerivativeWeightFunction.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |