![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxBSplineInterpolator.h>
An interpolator based on the itkBSplineInterpolateImageFunction.
This interpolator interpolates images with an underlying B-spline polynomial.
NB: BSplineInterpolation with order 1 is slower than using a LinearInterpolator, but it determines the derivative slightly more accurate at grid points. That's why the registration results can be slightly different.
The parameters used in this class are:
Interpolator: Select this interpolator as follows:
(Interpolator "BSplineInterpolator")
BSplineInterpolationOrder: the order of the B-spline polynomial.
example: (BSplineInterpolationOrder 3 2 3)
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.
Definition at line 50 of file elxBSplineInterpolator.h.
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | ITKBaseType = typename Superclass2::ITKBaseType |
using | Pointer = itk::SmartPointer< Self > |
using | Self = BSplineInterpolator |
using | Superclass1 = itk::BSplineInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType, double > |
using | Superclass2 = InterpolatorBase< TElastix > |
![]() | |
using | CoordRepType = ElastixBase::CoordRepType |
using | ElastixType = TElastix |
using | InputImageType = typename ElastixType::MovingImageType |
using | ITKBaseType = itk::InterpolateImageFunction< InputImageType, CoordRepType > |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = InterpolatorBase |
using | Superclass = BaseComponentSE< TElastix > |
![]() | |
using | ConfigurationPointer = Configuration::Pointer |
using | ElastixType = TElastix |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = BaseComponentSE |
using | Superclass = BaseComponent |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
template<typename TBaseComponent > | |
static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Member Functions | |
BSplineInterpolator ()=default | |
~BSplineInterpolator () override=default | |
![]() | |
InterpolatorBase ()=default | |
~InterpolatorBase () override=default | |
![]() | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
![]() | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Attributes | |
elxOverrideGetSelfMacro | |
Additional Inherited Members | |
![]() | |
ConfigurationPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using elastix::BSplineInterpolator< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 67 of file elxBSplineInterpolator.h.
using elastix::BSplineInterpolator< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 100 of file elxBSplineInterpolator.h.
using elastix::BSplineInterpolator< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 66 of file elxBSplineInterpolator.h.
using elastix::BSplineInterpolator< TElastix >::Self = BSplineInterpolator |
Standard ITK-stuff.
Definition at line 61 of file elxBSplineInterpolator.h.
using elastix::BSplineInterpolator< TElastix >::Superclass1 = itk::BSplineInterpolateImageFunction<typename InterpolatorBase<TElastix>::InputImageType, typename InterpolatorBase<TElastix>::CoordRepType, double> |
Definition at line 62 of file elxBSplineInterpolator.h.
using elastix::BSplineInterpolator< TElastix >::Superclass2 = InterpolatorBase<TElastix> |
Definition at line 65 of file elxBSplineInterpolator.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overridevirtual |
Execute stuff before each new pyramid resolution:
Reimplemented from elastix::BaseComponent.
elastix::BSplineInterpolator< TElastix >::elxClassNameMacro | ( | "BSplineInterpolator< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (Interpolator "BSplineInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::InterpolatorBase< TElastix >.
elastix::BSplineInterpolator< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | BSplineInterpolator< TElastix > | ) |
elastix::BSplineInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned int | , | ||
Superclass1::ImageDimension | |||
) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
private |
Definition at line 115 of file elxBSplineInterpolator.h.
Generated on 2023-01-13
for elastix by ![]() |
![]() |