|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxBSplineResampleInterpolatorFloat.h>
A resample-interpolator based on B-splines.
Compared to the BSplineResampleInterpolator this class uses a float CoefficientType, instead of double. You can select this resample interpolator if memory burden is an issue.
The parameters used in this class are:
ResampleInterpolator: Select this resample interpolator as follows:
(ResampleInterpolator "FinalBSplineInterpolatorFloat")
FinalBSplineInterpolationOrder: the order of the B-spline used to resample the deformed moving image; possible values: (0-5)
example: (FinalBSplineInterpolationOrder 3 )
Default: 3.
The transform parameters necessary for transformix, additionally defined by this class, are:
(FinalBSplineInterpolationOrder 3) Definition at line 54 of file elxBSplineResampleInterpolatorFloat.h.
Inheritance diagram for elastix::BSplineResampleInterpolatorFloat< TElastix >:Public Types | |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | ITKBaseType = typename Superclass2::ITKBaseType |
| using | ParameterMapType = typename ElastixType::ParameterMapType |
| using | Pointer = itk::SmartPointer< Self > |
| using | Self = BSplineResampleInterpolatorFloat |
| using | Superclass1 = itk::BSplineInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType, float > |
| using | Superclass2 = ResampleInterpolatorBase< TElastix > |
Public Types inherited from elastix::ResampleInterpolatorBase< TElastix > | |
| using | CoordRepType = ElastixBase::CoordRepType |
| using | ElastixType = TElastix |
| using | InputImageType = typename ElastixType::MovingImageType |
| using | ITKBaseType = itk::InterpolateImageFunction< InputImageType, CoordRepType > |
| using | ParameterMapType = typename ElastixType::ParameterMapType |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| using | Self = ResampleInterpolatorBase |
| using | Superclass = BaseComponentSE< TElastix > |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
| using | ElastixType = TElastix |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| using | Self = BaseComponentSE |
| using | Superclass = BaseComponent |
Static Public Member Functions | |
| 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 | |
| BSplineResampleInterpolatorFloat ()=default | |
| ~BSplineResampleInterpolatorFloat () override=default | |
Protected Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix > | |
| ResampleInterpolatorBase ()=default | |
| ~ResampleInterpolatorBase () 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 Member Functions | |
| ParameterMapType | CreateDerivedTransformParameterMap () const override |
Private Attributes | |
| elxOverrideGetSelfMacro | |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| Configuration::ConstPointer | m_Configuration {} |
| itk::WeakPointer< TElastix > | m_Elastix {} |
| RegistrationType * | m_Registration {} |
| using elastix::BSplineResampleInterpolatorFloat< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 71 of file elxBSplineResampleInterpolatorFloat.h.
| using elastix::BSplineResampleInterpolatorFloat< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 104 of file elxBSplineResampleInterpolatorFloat.h.
| using elastix::ResampleInterpolatorBase< TElastix >::ParameterMapType = typename ElastixType::ParameterMapType |
Typedef that is used in the elastix dll version.
Definition at line 67 of file elxResampleInterpolatorBase.h.
| using elastix::BSplineResampleInterpolatorFloat< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 70 of file elxBSplineResampleInterpolatorFloat.h.
| using elastix::BSplineResampleInterpolatorFloat< TElastix >::Self = BSplineResampleInterpolatorFloat |
Standard ITK-stuff.
Definition at line 65 of file elxBSplineResampleInterpolatorFloat.h.
| using elastix::BSplineResampleInterpolatorFloat< TElastix >::Superclass1 = itk::BSplineInterpolateImageFunction<typename ResampleInterpolatorBase<TElastix>::InputImageType, typename ResampleInterpolatorBase<TElastix>::CoordRepType, float> |
Definition at line 66 of file elxBSplineResampleInterpolatorFloat.h.
| using elastix::BSplineResampleInterpolatorFloat< TElastix >::Superclass2 = ResampleInterpolatorBase<TElastix> |
Definition at line 69 of file elxBSplineResampleInterpolatorFloat.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overridevirtual |
Execute stuff before the actual registration:
Reimplemented from elastix::BaseComponent.
|
overrideprivatevirtual |
Creates a map of the parameters specific for this (derived) interpolator type.
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
| elastix::BSplineResampleInterpolatorFloat< TElastix >::elxClassNameMacro | ( | "FinalBSplineInterpolatorFloat" | ) |
Name of this class. Use this name in the parameter file to select this specific resample interpolator.
example: (ResampleInterpolator "FinalBSplineInterpolatorFloat")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
| elastix::BSplineResampleInterpolatorFloat< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | BSplineResampleInterpolatorFloat< TElastix > | ) |
| elastix::BSplineResampleInterpolatorFloat< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned int | , | ||
| Superclass1::ImageDimension | |||
| ) |
Dimension of the image.
|
static |
Method for creation through the object factory.
|
overridevirtual |
Function to read transform-parameters from a file.
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
|
private |
Definition at line 124 of file elxBSplineResampleInterpolatorFloat.h.
Generated on 1739326392 for elastix by 1.9.8 |