Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxMultiResolutionRegistration.h>
A registration framework based on the itk::MultiResolutionImageRegistrationMethod.
This MultiResolutionRegistration gives a framework for registration with a multi-resolution approach.
The parameters used in this class are:
Registration: Select this registration framework as follows:
(Registration "MultiResolutionRegistration")
NumberOfResolutions: the number of resolutions used.
example: (NumberOfResolutions 4)
The default is 3.
Definition at line 45 of file elxMultiResolutionRegistration.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage > | |
static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Private Member Functions | |
MultiResolutionRegistration (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage > | |
ParametersType | m_LastTransformParameters |
bool | m_Stop |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
ConfigurationPointer | m_Configuration {} |
ElastixPointer | m_Elastix {} |
RegistrationPointer | m_Registration {} |
typedef Superclass2::ConfigurationPointer elastix::MultiResolutionRegistration< TElastix >::ConfigurationPointer |
Definition at line 116 of file elxMultiResolutionRegistration.h.
typedef Superclass2::ConfigurationType elastix::MultiResolutionRegistration< TElastix >::ConfigurationType |
Definition at line 115 of file elxMultiResolutionRegistration.h.
typedef itk::SmartPointer< const Self > elastix::MultiResolutionRegistration< TElastix >::ConstPointer |
Definition at line 59 of file elxMultiResolutionRegistration.h.
typedef Superclass2::ElastixPointer elastix::MultiResolutionRegistration< TElastix >::ElastixPointer |
Definition at line 114 of file elxMultiResolutionRegistration.h.
typedef Superclass2::ElastixType elastix::MultiResolutionRegistration< TElastix >::ElastixType |
Typedef's from Elastix.
Definition at line 113 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImageConstPointer elastix::MultiResolutionRegistration< TElastix >::FixedImageConstPointer |
Definition at line 77 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImagePyramidPointer elastix::MultiResolutionRegistration< TElastix >::FixedImagePyramidPointer |
Definition at line 101 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImagePyramidType elastix::MultiResolutionRegistration< TElastix >::FixedImagePyramidType |
Type of the Fixed image multiresolution pyramid.
Definition at line 100 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImageRegionType elastix::MultiResolutionRegistration< TElastix >::FixedImageRegionType |
Definition at line 78 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImageType elastix::MultiResolutionRegistration< TElastix >::FixedImageType |
Typedef's inherited from Superclass1. Type of the Fixed image.
Definition at line 76 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 148 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 146 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 152 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 150 of file elxMultiResolutionRegistration.h.
typedef Superclass1::InterpolatorPointer elastix::MultiResolutionRegistration< TElastix >::InterpolatorPointer |
Definition at line 94 of file elxMultiResolutionRegistration.h.
typedef Superclass1::InterpolatorType elastix::MultiResolutionRegistration< TElastix >::InterpolatorType |
Type of the Interpolator.
Definition at line 93 of file elxMultiResolutionRegistration.h.
typedef Superclass2::ITKBaseType elastix::MultiResolutionRegistration< TElastix >::ITKBaseType |
Definition at line 119 of file elxMultiResolutionRegistration.h.
|
protected |
Typedef's for mask support.
Definition at line 145 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MetricPointer elastix::MultiResolutionRegistration< TElastix >::MetricPointer |
Definition at line 86 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MetricType elastix::MultiResolutionRegistration< TElastix >::MetricType |
Type of the metric.
Definition at line 85 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MovingImageConstPointer elastix::MultiResolutionRegistration< TElastix >::MovingImageConstPointer |
Definition at line 82 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MovingImagePyramidPointer elastix::MultiResolutionRegistration< TElastix >::MovingImagePyramidPointer |
Definition at line 105 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MovingImagePyramidType elastix::MultiResolutionRegistration< TElastix >::MovingImagePyramidType |
Type of the moving image multiresolution pyramid.
Definition at line 104 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MovingImageType elastix::MultiResolutionRegistration< TElastix >::MovingImageType |
Type of the Moving image.
Definition at line 81 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 149 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 147 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 153 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 151 of file elxMultiResolutionRegistration.h.
typedef Superclass1::OptimizerType elastix::MultiResolutionRegistration< TElastix >::OptimizerType |
Type of the optimizer.
Definition at line 97 of file elxMultiResolutionRegistration.h.
typedef Superclass1::ParametersType elastix::MultiResolutionRegistration< TElastix >::ParametersType |
Type of the Transformation parameters. This is the same type used to represent the search space of the optimization algorithm.
Definition at line 110 of file elxMultiResolutionRegistration.h.
typedef itk::SmartPointer< Self > elastix::MultiResolutionRegistration< TElastix >::Pointer |
Definition at line 58 of file elxMultiResolutionRegistration.h.
typedef Superclass2::RegistrationPointer elastix::MultiResolutionRegistration< TElastix >::RegistrationPointer |
Definition at line 118 of file elxMultiResolutionRegistration.h.
typedef Superclass2::RegistrationType elastix::MultiResolutionRegistration< TElastix >::RegistrationType |
Definition at line 117 of file elxMultiResolutionRegistration.h.
typedef MultiResolutionRegistration elastix::MultiResolutionRegistration< TElastix >::Self |
Standard ITK.
Definition at line 54 of file elxMultiResolutionRegistration.h.
typedef RegistrationBase<TElastix>::ITKBaseType elastix::MultiResolutionRegistration< TElastix >::Superclass1 |
Definition at line 56 of file elxMultiResolutionRegistration.h.
typedef RegistrationBase< TElastix > elastix::MultiResolutionRegistration< TElastix >::Superclass2 |
Definition at line 57 of file elxMultiResolutionRegistration.h.
typedef Superclass1::TransformPointer elastix::MultiResolutionRegistration< TElastix >::TransformPointer |
Definition at line 90 of file elxMultiResolutionRegistration.h.
typedef Superclass1::TransformType elastix::MultiResolutionRegistration< TElastix >::TransformType |
Type of the Transform .
Definition at line 89 of file elxMultiResolutionRegistration.h.
typedef Superclass2::UseMaskErosionArrayType elastix::MultiResolutionRegistration< TElastix >::UseMaskErosionArrayType |
Definition at line 120 of file elxMultiResolutionRegistration.h.
|
inlineprotected |
The constructor.
Definition at line 140 of file elxMultiResolutionRegistration.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 142 of file elxMultiResolutionRegistration.h.
|
private |
The private constructor.
|
overridevirtual |
Execute stuff before each resolution:
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Execute stuff before the actual registration:
Reimplemented from elastix::BaseComponent.
elastix::MultiResolutionRegistration< TElastix >::elxClassNameMacro | ( | "MultiResolutionRegistration< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific registration framework.
example: (Registration "MultiResolutionRegistration")
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MultiResolutionImageRegistrationMethod2< TFixedImage, TMovingImage >.
elastix::MultiResolutionRegistration< TElastix >::itkStaticConstMacro | ( | FixedImageDimension | , |
unsigned int | , | ||
Superclass2::FixedImageDimension | |||
) |
Get the dimension of the fixed image.
elastix::MultiResolutionRegistration< TElastix >::itkStaticConstMacro | ( | MovingImageDimension | , |
unsigned int | , | ||
Superclass2::MovingImageDimension | |||
) |
Get the dimension of the moving image.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
protectedvirtual |
Read the components from m_Elastix and set them in the Registration class.
|
protected |
Function to update fixed and moving masks.
Generated on 1667476801 for elastix by 1.9.4 |