![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#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 Pointer | New () |
![]() | |
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 | |
![]() | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
ReducedDimensionBSplineInterpolateImageFunction () | |
~ReducedDimensionBSplineInterpolateImageFunction () override=default | |
![]() | |
InterpolatorBase ()=default | |
~InterpolatorBase () override=default | |
![]() | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
![]() | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Attributes | |
elxOverrideGetSelfMacro | |
Additional Inherited Members | |
![]() | |
CoefficientImageType::ConstPointer | m_Coefficients |
TImageType::SizeType | m_DataLength |
unsigned int | m_SplineOrder |
![]() | |
ConfigurationPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CoefficientDataType = TCoefficientType |
Internal Coefficient typedef support
Definition at line 124 of file itkReducedDimensionBSplineInterpolateImageFunction.h.
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CoefficientFilter = MultiOrderBSplineDecompositionImageFilter<TImageType, CoefficientImageType> |
Define filter for calculating the BSpline coefficients
Definition at line 128 of file itkReducedDimensionBSplineInterpolateImageFunction.h.
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CoefficientFilterPointer = typename CoefficientFilter::Pointer |
Definition at line 130 of file itkReducedDimensionBSplineInterpolateImageFunction.h.
using itk::ReducedDimensionBSplineInterpolateImageFunction< TImageType, TCoordRep, TCoefficientType >::CoefficientImageType = Image<CoefficientDataType, Self::ImageDimension> |
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 = CovariantVector<OutputType, Self::ImageDimension> |
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 = itk::ReducedDimensionBSplineInterpolateImageFunction<typename InterpolatorBase<TElastix>::InputImageType, typename InterpolatorBase<TElastix>::CoordRepType, double> |
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 elastix::InterpolatorBase< TElastix >.
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 2023-01-13
for elastix by ![]() |
![]() |