Home | Main Page | Modules | 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 47 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef SmartPointer< Self > | Pointer |
typedef BSplineInterpolationSecondOrderDerivativeWeightFunction | Self |
typedef Superclass::SizeType | SizeType |
typedef BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > | Superclass |
typedef Superclass::WeightsType | WeightsType |
Public Types inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ContinuousIndex< float, VSpaceDimension > | ContinuousIndexType |
typedef Index< VSpaceDimension > | IndexType |
typedef SmartPointer< Self > | Pointer |
typedef BSplineInterpolationWeightFunctionBase | Self |
typedef Size< VSpaceDimension > | SizeType |
typedef FunctionBase< ContinuousIndex< float, VSpaceDimension >, Array< double > > | Superclass |
typedef Array< double > | WeightsType |
Public Member Functions | |
virtual const char * | GetClassName () const |
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 > | |
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 |
virtual const char * | GetClassName () const |
virtual unsigned long | GetNumberOfWeights () const |
virtual const SizeType & | GetSupportSize () |
itkStaticConstMacro (NumberOfWeights, unsigned long, GetConstNumberOfWeightsHackType::Value) | |
itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
Static Public Member Functions | |
static Pointer | New () |
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 | |
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 | |
Private Member Functions | |
BSplineInterpolationSecondOrderDerivativeWeightFunction (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
vnl_vector_fixed< double, 2 > | m_DerivativeDirections |
bool | m_EqualDerivativeDirections |
Additional Inherited Members | |
Protected Attributes inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
DerivativeKernelType::Pointer | m_DerivativeKernel |
KernelType::Pointer | m_Kernel |
unsigned long | m_NumberOfWeights |
TableType | m_OffsetToIndexTable |
SecondOrderDerivativeKernelType::Pointer | m_SecondOrderDerivativeKernel |
SizeType | m_SupportSize |
typedef SmartPointer< const Self > itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ConstPointer |
Definition at line 58 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef Superclass::ContinuousIndexType itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::ContinuousIndexType |
Definition at line 77 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 89 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef Superclass::IndexType itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::IndexType |
Definition at line 75 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Interpolation kernel types.
Definition at line 88 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 93 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef SmartPointer< Self > itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Pointer |
Definition at line 57 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 91 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef BSplineInterpolationSecondOrderDerivativeWeightFunction itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Self |
Standard class typedefs.
Definition at line 54 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef Superclass::SizeType itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::SizeType |
Definition at line 76 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::Superclass |
Definition at line 56 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
Definition at line 92 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
typedef Superclass::WeightsType itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::WeightsType |
Typedefs from Superclass.
Definition at line 74 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 85 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
private |
|
overrideprotected |
Compute the 1D weights, which are:
with , in case of non-equal derivative directions, with in case of equal derivative directions, with for the non-derivative directions.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 >.
itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
unsigned int | , | ||
VSpaceDimension | |||
) |
Space dimension.
itk::BSplineInterpolationSecondOrderDerivativeWeightFunction< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SplineOrder | , |
unsigned int | , | ||
VSplineOrder | |||
) |
Spline order.
|
static |
New macro for creation of through the object factory.
|
private |
|
overrideprotected |
Print the member variables.
|
virtual |
Set the second order derivative directions.
|
private |
Definition at line 117 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
|
private |
Definition at line 118 of file itkBSplineInterpolationSecondOrderDerivativeWeightFunction.h.
Generated on 1667476801 for elastix by 1.9.4 |