#include <elxReducedDimensionBSplineInterpolator.h>
An interpolator based on the itkReducedDimensionBSplineInterpolateImageFunction.
This interpolator interpolates images with an underlying B-spline polynomial. It only interpolates in the InputImageDimension - 1 dimensions of the image.
The parameters used in this class are:
Interpolator: Select this interpolator as follows:
(Interpolator "ReducedDimensionBSplineInterpolator")
BSplineInterpolationOrder: the order of the B-spline polynomial.
example: (BSplineInterpolationOrder 1 1 1)
The default order is 1. The parameter can be specified for each resolution.
If only given for one resolution, that value is used for the other resolutions as well.
Currently only first order B-spline interpolation is supported.
Definition at line 48 of file elxReducedDimensionBSplineInterpolator.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
template<typename TBaseComponent > | |
static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Member Functions | |
ReducedDimensionBSplineInterpolator ()=default | |
~ReducedDimensionBSplineInterpolator () override=default | |
Protected Member Functions inherited from itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
ReducedDimensionBSplineInterpolateImageFunction () | |
~ReducedDimensionBSplineInterpolateImageFunction () override=default | |
Protected Member Functions inherited from elastix::InterpolatorBase< TElastix > | |
InterpolatorBase ()=default | |
~InterpolatorBase () override=default | |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
Protected Member Functions inherited from elastix::BaseComponent | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Attributes | |
elxOverrideGetSelfMacro | |
Additional Inherited Members | |
Protected Attributes inherited from itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType > | |
CoefficientImageType::ConstPointer | m_Coefficients {} |
TImageType::SizeType | m_DataLength {} |
unsigned int | m_SplineOrder {} |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
Configuration::ConstPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CoefficientDataType |
Internal Coefficient typedef support
Definition at line 124 of file itkReducedDimensionBSplineInterpolateImageFunction.h.
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CoefficientFilter |
Define filter for calculating the BSpline coefficients
Definition at line 128 of file itkReducedDimensionBSplineInterpolateImageFunction.h.
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CoefficientFilterPointer |
Definition at line 130 of file itkReducedDimensionBSplineInterpolateImageFunction.h.
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CoefficientImageType |
Definition at line 125 of file itkReducedDimensionBSplineInterpolateImageFunction.h.
using elastix::ReducedDimensionBSplineInterpolator< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 66 of file elxReducedDimensionBSplineInterpolator.h.
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CovariantVectorType |
Derivative typedef support
Definition at line 144 of file itkReducedDimensionBSplineInterpolateImageFunction.h.
using elastix::ReducedDimensionBSplineInterpolator< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 98 of file elxReducedDimensionBSplineInterpolator.h.
using elastix::ReducedDimensionBSplineInterpolator< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 65 of file elxReducedDimensionBSplineInterpolator.h.
using elastix::ReducedDimensionBSplineInterpolator< TElastix >::Self = ReducedDimensionBSplineInterpolator |
Standard ITK-stuff.
Definition at line 59 of file elxReducedDimensionBSplineInterpolator.h.
using elastix::ReducedDimensionBSplineInterpolator< TElastix >::Superclass1 |
Definition at line 60 of file elxReducedDimensionBSplineInterpolator.h.
using elastix::ReducedDimensionBSplineInterpolator< TElastix >::Superclass2 = InterpolatorBase<TElastix> |
Definition at line 64 of file elxReducedDimensionBSplineInterpolator.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overridevirtual |
Execute stuff before each new pyramid resolution:
Reimplemented from elastix::BaseComponent.
elastix::ReducedDimensionBSplineInterpolator< TElastix >::elxClassNameMacro | ( | "ReducedDimensionBSplineInterpolator< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (Interpolator "ReducedDimensionBSplineInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >.
elastix::ReducedDimensionBSplineInterpolator< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | ReducedDimensionBSplineInterpolator< TElastix > | ) |
elastix::ReducedDimensionBSplineInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned int | , | ||
Superclass1::ImageDimension | ) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
private |
Definition at line 113 of file elxReducedDimensionBSplineInterpolator.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |