|
|
Home | Main Page | Topics | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkBSplineInterpolationSecondOrderDerivativeWeightFunction.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 45 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
Public Types | |
| using | ConstPointer = SmartPointer<const Self> |
| using | ContinuousIndexType |
| using | IndexType |
| using | Pointer = SmartPointer<Self> |
| using | Self = BSplineInterpolationSecondOrderDerivativeWeightFunction |
| using | SizeType |
| using | Superclass = BSplineInterpolationWeightFunctionBase<TCoordinate, 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 | |
| ITK_DISALLOW_COPY_AND_MOVE (BSplineInterpolationSecondOrderDerivativeWeightFunction) | |
| itkOverrideGetNameOfClassMacro (BSplineInterpolationSecondOrderDerivativeWeightFunction) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
| itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
| virtual void | SetDerivativeDirections (unsigned int dir0, unsigned int dir1) |
| Public Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| WeightsType | Evaluate (const ContinuousIndexType &index) const override |
| ITK_DISALLOW_COPY_AND_MOVE (BSplineInterpolationWeightFunctionBase) | |
| itkOverrideGetNameOfClassMacro (BSplineInterpolationWeightFunctionBase) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
Static Public Member Functions | |
| static Pointer | New () |
| Static Public Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| static IndexType | ComputeStartIndex (const ContinuousIndexType &index) |
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 | |
| BSplineInterpolationSecondOrderDerivativeWeightFunction () | |
| void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const override |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ~BSplineInterpolationSecondOrderDerivativeWeightFunction () override=default | |
| Protected Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| BSplineInterpolationWeightFunctionBase ()=default | |
| 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 | |
| vnl_vector_fixed< double, 2 > | m_DerivativeDirections {} |
| bool | m_EqualDerivativeDirections {} |
Additional Inherited Members | |
| Static Public Attributes inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| static constexpr unsigned long | NumberOfWeights |
| static constexpr SizeType | SupportSize |
| using itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::ConstPointer = SmartPointer<const Self> |
Definition at line 55 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
| using itk::BSplineInterpolationWeightFunctionBase< TCoordinate, VSpaceDimension, VSplineOrder >::ContinuousIndexType |
ContinuousIndex typedef support.
Definition at line 83 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Definition at line 111 of file itkBSplineInterpolationWeightFunctionBase.h.
| using itk::BSplineInterpolationWeightFunctionBase< TCoordinate, VSpaceDimension, VSplineOrder >::IndexType |
Index and size typedef support.
Definition at line 79 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Interpolation kernel types.
Definition at line 109 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 121 of file itkBSplineInterpolationWeightFunctionBase.h.
| using itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::Pointer = SmartPointer<Self> |
Definition at line 54 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 113 of file itkBSplineInterpolationWeightFunctionBase.h.
| using itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::Self = BSplineInterpolationSecondOrderDerivativeWeightFunction |
Standard class typedefs.
Definition at line 52 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
| using itk::BSplineInterpolationWeightFunctionBase< TCoordinate, VSpaceDimension, VSplineOrder >::SizeType |
Definition at line 80 of file itkBSplineInterpolationWeightFunctionBase.h.
| using itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::Superclass = BSplineInterpolationWeightFunctionBase<TCoordinate, VSpaceDimension, VSplineOrder> |
Definition at line 53 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
| using itk::BSplineInterpolationWeightFunctionBase< TCoordinate, VSpaceDimension, VSplineOrder >::WeightsType |
OutputType typedef support.
Definition at line 76 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotected |
Compute the 1D weights, which are:
![\[ \beta( x[i] - startIndex[i] ), \beta( x[i] - startIndex[i] - 1 ),
\beta( x[i] - startIndex[i] - 2 ), \beta( x[i] - startIndex[i] - 3 ), \]](form_49.png)
with 


| itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::ITK_DISALLOW_COPY_AND_MOVE | ( | BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder > | ) |
| itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::itkOverrideGetNameOfClassMacro | ( | BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder > | ) |
Run-time type information (and related methods).
| itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned int | , | ||
| VSpaceDimension | ) |
Space dimension.
| itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordinate, 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 second order derivative directions.
|
private |
Definition at line 108 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
private |
Definition at line 109 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
Generated on 1774142652 for elastix by 1.15.0 |