|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxNearestNeighborInterpolator.h>
An interpolator based on the itkNearestNeighborInterpolateImageFunction.
This interpolator interpolates images using nearest neighbour interpolation. The image derivatives are computed using a central difference scheme.
The parameters used in this class are:
(Interpolator "NearestNeighborInterpolator")Definition at line 42 of file elxNearestNeighborInterpolator.h.
Inheritance diagram for elastix::NearestNeighborInterpolator< TElastix >:Public Types | |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | ITKBaseType = typename Superclass2::ITKBaseType |
| using | Pointer = itk::SmartPointer< Self > |
| using | Self = NearestNeighborInterpolator |
| using | Superclass1 = itk::NearestNeighborInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > |
| using | Superclass2 = InterpolatorBase< TElastix > |
Public Types inherited from elastix::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 > |
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 | |
| NearestNeighborInterpolator ()=default | |
| ~NearestNeighborInterpolator () 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 elastix::BaseComponentSE< TElastix > | |
| Configuration::ConstPointer | m_Configuration {} |
| itk::WeakPointer< TElastix > | m_Elastix {} |
| RegistrationType * | m_Registration {} |
| using elastix::NearestNeighborInterpolator< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 56 of file elxNearestNeighborInterpolator.h.
| using elastix::NearestNeighborInterpolator< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 83 of file elxNearestNeighborInterpolator.h.
| using elastix::NearestNeighborInterpolator< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 55 of file elxNearestNeighborInterpolator.h.
| using elastix::NearestNeighborInterpolator< TElastix >::Self = NearestNeighborInterpolator |
Standard ITK-stuff.
Definition at line 51 of file elxNearestNeighborInterpolator.h.
| using elastix::NearestNeighborInterpolator< TElastix >::Superclass1 = itk::NearestNeighborInterpolateImageFunction<typename InterpolatorBase<TElastix>::InputImageType, typename InterpolatorBase<TElastix>::CoordRepType> |
Definition at line 52 of file elxNearestNeighborInterpolator.h.
| using elastix::NearestNeighborInterpolator< TElastix >::Superclass2 = InterpolatorBase<TElastix> |
Definition at line 54 of file elxNearestNeighborInterpolator.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
| elastix::NearestNeighborInterpolator< TElastix >::elxClassNameMacro | ( | "NearestNeighborInterpolator< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (Interpolator "NearestNeighborInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::InterpolatorBase< TElastix >.
| elastix::NearestNeighborInterpolator< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | NearestNeighborInterpolator< TElastix > | ) |
| elastix::NearestNeighborInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned int | , | ||
| Superclass1::ImageDimension | |||
| ) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
private |
Definition at line 92 of file elxNearestNeighborInterpolator.h.
Generated on 1739326392 for elastix by 1.9.8 |