|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#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.
Inheritance diagram for elastix::MovingImagePyramidBase< TElastix >:Public Member Functions | |
| virtual void | BeforeEachResolutionBase (void) |
| virtual void | BeforeRegistrationBase (void) |
| virtual ITKBaseType * | GetAsITKBaseType (void) |
| virtual const ITKBaseType * | GetAsITKBaseType (void) const |
| virtual const char * | GetClassName () const |
| virtual void | SetMovingSchedule (void) |
| virtual void | WritePyramidImage (const std::string &filename, const unsigned int &level) |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| virtual ConfigurationType * | GetConfiguration (void) const |
| virtual ElastixType * | GetElastix (void) const |
| virtual RegistrationPointer | GetRegistration (void) const |
| virtual void | SetConfiguration (ConfigurationType *_arg) |
| virtual void | SetElastix (ElastixType *_arg) |
Public Member Functions inherited from elastix::BaseComponent | |
| virtual void | AfterEachIteration (void) |
| virtual void | AfterEachIterationBase (void) |
| virtual void | AfterEachResolution (void) |
| virtual void | AfterEachResolutionBase (void) |
| virtual void | AfterRegistration (void) |
| virtual void | AfterRegistrationBase (void) |
| virtual int | BeforeAll (void) |
| virtual int | BeforeAllBase (void) |
| virtual void | BeforeEachResolution (void) |
| virtual void | BeforeRegistration (void) |
| std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) const |
| virtual const char * | elxGetClassName (void) const |
| virtual const char * | GetComponentLabel (void) const |
| itkTypeMacroNoParent (BaseComponent) | |
| virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Protected Member Functions | |
| MovingImagePyramidBase () | |
| virtual | ~MovingImagePyramidBase () |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| BaseComponentSE () | |
| virtual | ~BaseComponentSE () |
Protected Member Functions inherited from elastix::BaseComponent | |
| BaseComponent () | |
| virtual | ~BaseComponent () |
Private Member Functions | |
| MovingImagePyramidBase (const Self &) | |
| void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| ConfigurationPointer | m_Configuration |
| ElastixPointer | m_Elastix |
| RegistrationPointer | m_Registration |
| typedef Superclass::ConfigurationPointer elastix::MovingImagePyramidBase< TElastix >::ConfigurationPointer |
Definition at line 75 of file elxMovingImagePyramidBase.h.
| typedef Superclass::ConfigurationType elastix::MovingImagePyramidBase< TElastix >::ConfigurationType |
Definition at line 74 of file elxMovingImagePyramidBase.h.
| typedef Superclass::ElastixPointer elastix::MovingImagePyramidBase< TElastix >::ElastixPointer |
Definition at line 73 of file elxMovingImagePyramidBase.h.
| typedef Superclass::ElastixType elastix::MovingImagePyramidBase< TElastix >::ElastixType |
Typedefs inherited from the superclass.
Definition at line 69 of file elxMovingImagePyramidBase.h.
| typedef ElastixType::MovingImageType elastix::MovingImagePyramidBase< TElastix >::InputImageType |
Typedefs inherited from Elastix.
Definition at line 80 of file elxMovingImagePyramidBase.h.
| typedef itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > elastix::MovingImagePyramidBase< TElastix >::ITKBaseType |
Other typedef's.
Definition at line 85 of file elxMovingImagePyramidBase.h.
| typedef ElastixType::MovingImageType elastix::MovingImagePyramidBase< TElastix >::OutputImageType |
Definition at line 81 of file elxMovingImagePyramidBase.h.
| typedef Superclass::RegistrationPointer elastix::MovingImagePyramidBase< TElastix >::RegistrationPointer |
Definition at line 77 of file elxMovingImagePyramidBase.h.
| typedef Superclass::RegistrationType elastix::MovingImagePyramidBase< TElastix >::RegistrationType |
Definition at line 76 of file elxMovingImagePyramidBase.h.
| typedef ITKBaseType::ScheduleType elastix::MovingImagePyramidBase< TElastix >::ScheduleType |
Typedef's from ITKBaseType.
Definition at line 88 of file elxMovingImagePyramidBase.h.
| typedef MovingImagePyramidBase elastix::MovingImagePyramidBase< TElastix >::Self |
Standard ITK-stuff.
Definition at line 65 of file elxMovingImagePyramidBase.h.
| typedef BaseComponentSE< TElastix > elastix::MovingImagePyramidBase< TElastix >::Superclass |
Definition at line 66 of file elxMovingImagePyramidBase.h.
|
inlineprotected |
The constructor.
Definition at line 124 of file elxMovingImagePyramidBase.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 126 of file elxMovingImagePyramidBase.h.
|
private |
The private constructor.
|
virtual |
Execute stuff before each resolution:
Reimplemented from elastix::BaseComponent.
|
virtual |
Execute stuff before the actual registration:
Reimplemented from elastix::BaseComponent.
|
inlinevirtual |
Cast to ITKBaseType.
Definition at line 91 of file elxMovingImagePyramidBase.h.
|
inlinevirtual |
Cast to ITKBaseType, to use in const functions.
Definition at line 98 of file elxMovingImagePyramidBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::MovingGenericPyramid< TElastix >, elastix::OpenCLMovingGenericPyramid< TElastix >, elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
|
private |
The private copy constructor.
|
virtual |
Method for setting the schedule.
Reimplemented in elastix::MovingGenericPyramid< TElastix >.
|
virtual |
Method to write the pyramid image.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |