#include <elxMovingImagePyramidBase.h>
This class is the elastix base class for all MovingImagePyramids.
This class contains all the common functionality for MovingImagePyramids.
MovingImagePyramidSchedule: downsampling factors for the image pyramid.
For each dimension, for each resolution level, the downsampling factor of the moving image can be specified.
Syntax for 2D images:
(MovingImagePyramidSchedule <reslevel0,dim0> <reslevel0,dim1> <reslevel1,dim0> <reslevel1,dim1> ...)
example: (MovingImagePyramidSchedule 4 4 2 2 1 1)
Default: isotropic, halved in each resolution, so, like in the example. If ImagePyramidSchedule is specified, that schedule is used for both fixed and moving image pyramid.
ImagePyramidSchedule: downsampling factors for fixed and moving image pyramids.
example: (ImagePyramidSchedule 4 4 2 2 1 1)
Used as a default when MovingImagePyramidSchedule is not specified. If both are omitted, a default schedule is assumed: isotropic, halved in each resolution, so, like in the example.
WritePyramidImagesAfterEachResolution: ...
example: (WritePyramidImagesAfterEachResolution "true")
default "false".
Definition at line 60 of file elxMovingImagePyramidBase.h.
Public Types | |
using | ElastixType |
using | InputImageType = typename ElastixType::MovingImageType |
using | ITKBaseType = itk::MultiResolutionPyramidImageFilter<InputImageType, OutputImageType> |
using | OutputImageType = typename ElastixType::MovingImageType |
using | RegistrationType |
using | ScheduleType = typename ITKBaseType::ScheduleType |
using | Self = MovingImagePyramidBase |
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 |
Protected Member Functions | |
MovingImagePyramidBase ()=default | |
~MovingImagePyramidBase () 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 | |
elxDeclarePureVirtualGetSelfMacro (ITKBaseType) | |
Additional Inherited Members | |
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 Attributes inherited from elastix::BaseComponentSE< TElastix > | |
Configuration::ConstPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using elastix::BaseComponentSE< TElastix >::ElastixType |
Elastix typedef.
Definition at line 57 of file elxBaseComponentSE.h.
using elastix::MovingImagePyramidBase< TElastix >::InputImageType = typename ElastixType::MovingImageType |
Typedefs inherited from Elastix.
Definition at line 77 of file elxMovingImagePyramidBase.h.
using elastix::MovingImagePyramidBase< TElastix >::ITKBaseType = itk::MultiResolutionPyramidImageFilter<InputImageType, OutputImageType> |
Other typedef's.
Definition at line 81 of file elxMovingImagePyramidBase.h.
using elastix::MovingImagePyramidBase< TElastix >::OutputImageType = typename ElastixType::MovingImageType |
Definition at line 78 of file elxMovingImagePyramidBase.h.
using elastix::BaseComponentSE< TElastix >::RegistrationType |
RegistrationType; NB: this is the elx::RegistrationBase not an itk::Object or something like that.
Definition at line 62 of file elxBaseComponentSE.h.
using elastix::MovingImagePyramidBase< TElastix >::ScheduleType = typename ITKBaseType::ScheduleType |
Typedef's from ITKBaseType.
Definition at line 84 of file elxMovingImagePyramidBase.h.
using elastix::MovingImagePyramidBase< TElastix >::Self = MovingImagePyramidBase |
Standard ITK-stuff.
Definition at line 66 of file elxMovingImagePyramidBase.h.
using elastix::MovingImagePyramidBase< TElastix >::Superclass = BaseComponentSE<TElastix> |
Definition at line 67 of file elxMovingImagePyramidBase.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overridevirtual |
Execute stuff before each resolution:
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Execute stuff before the actual registration:
Reimplemented from elastix::BaseComponent.
|
private |
|
inline |
Retrieves this object as ITKBaseType.
Definition at line 88 of file elxMovingImagePyramidBase.h.
|
inline |
Retrieves this object as ITKBaseType, to use in const functions.
Definition at line 96 of file elxMovingImagePyramidBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::MovingGenericPyramid< TElastix >, elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, elastix::MovingSmoothingPyramid< TElastix >, and elastix::OpenCLMovingGenericPyramid< TElastix >.
elastix::MovingImagePyramidBase< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | MovingImagePyramidBase< TElastix > | ) |
|
virtual |
Method for setting the schedule.
Reimplemented in elastix::MovingGenericPyramid< TElastix >.
void elastix::MovingImagePyramidBase< TElastix >::WritePyramidImage | ( | const std::string & | filename, |
const unsigned int | level ) |
Method to write the pyramid image.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |