![]() |
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 46 of file elxMultiResolutionRegistration.h.
Public Member Functions | |
virtual void | BeforeEachResolution (void) |
virtual void | BeforeRegistration (void) |
elxClassNameMacro ("MultiResolutionRegistration") | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (FixedImageDimension, unsigned int, Superclass2::FixedImageDimension) | |
itkStaticConstMacro (MovingImageDimension, unsigned int, Superclass2::MovingImageDimension) | |
![]() | |
virtual unsigned long | GetCurrentLevel () |
virtual const FixedImageType * | GetFixedImage () |
virtual FixedImagePyramidType * | GetFixedImagePyramid () |
virtual const FixedImageRegionType & | GetFixedImageRegion () |
virtual const ParametersType & | GetInitialTransformParameters () |
virtual const ParametersType & | GetInitialTransformParametersOfNextLevel () |
virtual InterpolatorType * | GetInterpolator () |
virtual const ParametersType & | GetLastTransformParameters () |
virtual MetricType * | GetMetric () |
virtual const MovingImageType * | GetMovingImage () |
virtual MovingImagePyramidType * | GetMovingImagePyramid () |
unsigned long | GetMTime (void) const |
virtual unsigned long | GetNumberOfLevels () |
virtual OptimizerType * | GetOptimizer () |
const TransformOutputType * | GetOutput (void) const |
virtual TransformType * | GetTransform () |
virtual DataObjectPointer | MakeOutput (unsigned int idx) |
virtual void | SetFixedImage (const FixedImageType *_arg) |
virtual void | SetFixedImagePyramid (FixedImagePyramidType *_arg) |
virtual void | SetFixedImageRegion (FixedImageRegionType _arg) |
virtual void | SetInitialTransformParameters (ParametersType _arg) |
virtual void | SetInitialTransformParametersOfNextLevel (ParametersType _arg) |
virtual void | SetInterpolator (InterpolatorType *_arg) |
virtual void | SetMetric (MetricType *_arg) |
virtual void | SetMovingImage (const MovingImageType *_arg) |
virtual void | SetMovingImagePyramid (MovingImagePyramidType *_arg) |
virtual void | SetNumberOfLevels (unsigned long _arg) |
virtual void | SetOptimizer (OptimizerType *_arg) |
virtual void | SetTransform (TransformType *_arg) |
virtual void | StartRegistration (void) |
virtual void | StopRegistration (void) |
![]() | |
virtual ITKBaseType * | GetAsITKBaseType (void) |
virtual const ITKBaseType * | GetAsITKBaseType (void) const |
itkStaticConstMacro (FixedImageDimension, unsigned int, FixedImageType::ImageDimension) | |
itkStaticConstMacro (MovingImageDimension, unsigned int, MovingImageType::ImageDimension) | |
virtual bool | ReadMaskParameters (UseMaskErosionArrayType &useMaskErosionArray, const unsigned int nrOfMasks, const std::string &whichMask, const unsigned int level) const |
![]() | |
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) |
![]() | |
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 | BeforeEachResolutionBase (void) |
virtual void | BeforeRegistrationBase (void) |
std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) const |
virtual const char * | elxGetClassName (void) const |
virtual const char * | GetComponentLabel (void) const |
virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Private Member Functions | |
MultiResolutionRegistration (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
![]() | |
ParametersType | m_LastTransformParameters |
bool | m_Stop |
![]() | |
ConfigurationPointer | m_Configuration |
ElastixPointer | m_Elastix |
RegistrationPointer | m_Registration |
typedef Superclass2::ConfigurationPointer elastix::MultiResolutionRegistration< TElastix >::ConfigurationPointer |
Definition at line 117 of file elxMultiResolutionRegistration.h.
typedef Superclass2::ConfigurationType elastix::MultiResolutionRegistration< TElastix >::ConfigurationType |
Definition at line 116 of file elxMultiResolutionRegistration.h.
typedef itk::SmartPointer< const Self > elastix::MultiResolutionRegistration< TElastix >::ConstPointer |
Definition at line 60 of file elxMultiResolutionRegistration.h.
typedef Superclass2::ElastixPointer elastix::MultiResolutionRegistration< TElastix >::ElastixPointer |
Definition at line 115 of file elxMultiResolutionRegistration.h.
typedef Superclass2::ElastixType elastix::MultiResolutionRegistration< TElastix >::ElastixType |
Typedef's from Elastix.
Definition at line 114 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImageConstPointer elastix::MultiResolutionRegistration< TElastix >::FixedImageConstPointer |
Definition at line 78 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImagePyramidPointer elastix::MultiResolutionRegistration< TElastix >::FixedImagePyramidPointer |
Definition at line 102 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImagePyramidType elastix::MultiResolutionRegistration< TElastix >::FixedImagePyramidType |
Type of the Fixed image multiresolution pyramid.
Definition at line 101 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImageRegionType elastix::MultiResolutionRegistration< TElastix >::FixedImageRegionType |
Definition at line 79 of file elxMultiResolutionRegistration.h.
typedef Superclass1::FixedImageType elastix::MultiResolutionRegistration< TElastix >::FixedImageType |
Typedef's inherited from Superclass1. Type of the Fixed image.
Definition at line 77 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::InterpolatorPointer elastix::MultiResolutionRegistration< TElastix >::InterpolatorPointer |
Definition at line 95 of file elxMultiResolutionRegistration.h.
typedef Superclass1::InterpolatorType elastix::MultiResolutionRegistration< TElastix >::InterpolatorType |
Type of the Interpolator.
Definition at line 94 of file elxMultiResolutionRegistration.h.
typedef Superclass2::ITKBaseType elastix::MultiResolutionRegistration< TElastix >::ITKBaseType |
Definition at line 120 of file elxMultiResolutionRegistration.h.
|
protected |
Typedef's for mask support.
Definition at line 146 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MetricPointer elastix::MultiResolutionRegistration< TElastix >::MetricPointer |
Definition at line 87 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MetricType elastix::MultiResolutionRegistration< TElastix >::MetricType |
Type of the metric.
Definition at line 86 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MovingImageConstPointer elastix::MultiResolutionRegistration< TElastix >::MovingImageConstPointer |
Definition at line 83 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MovingImagePyramidPointer elastix::MultiResolutionRegistration< TElastix >::MovingImagePyramidPointer |
Definition at line 106 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MovingImagePyramidType elastix::MultiResolutionRegistration< TElastix >::MovingImagePyramidType |
Type of the moving image multiresolution pyramid.
Definition at line 105 of file elxMultiResolutionRegistration.h.
typedef Superclass1::MovingImageType elastix::MultiResolutionRegistration< TElastix >::MovingImageType |
Type of the Moving image.
Definition at line 82 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 150 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 148 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 154 of file elxMultiResolutionRegistration.h.
|
protected |
Definition at line 152 of file elxMultiResolutionRegistration.h.
typedef Superclass1::OptimizerType elastix::MultiResolutionRegistration< TElastix >::OptimizerType |
Type of the optimizer.
Definition at line 98 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 111 of file elxMultiResolutionRegistration.h.
typedef itk::SmartPointer< Self > elastix::MultiResolutionRegistration< TElastix >::Pointer |
Definition at line 59 of file elxMultiResolutionRegistration.h.
typedef Superclass2::RegistrationPointer elastix::MultiResolutionRegistration< TElastix >::RegistrationPointer |
Definition at line 119 of file elxMultiResolutionRegistration.h.
typedef Superclass2::RegistrationType elastix::MultiResolutionRegistration< TElastix >::RegistrationType |
Definition at line 118 of file elxMultiResolutionRegistration.h.
typedef MultiResolutionRegistration elastix::MultiResolutionRegistration< TElastix >::Self |
Standard ITK.
Definition at line 55 of file elxMultiResolutionRegistration.h.
typedef RegistrationBase< TElastix >::ITKBaseType elastix::MultiResolutionRegistration< TElastix >::Superclass1 |
Definition at line 57 of file elxMultiResolutionRegistration.h.
typedef RegistrationBase< TElastix > elastix::MultiResolutionRegistration< TElastix >::Superclass2 |
Definition at line 58 of file elxMultiResolutionRegistration.h.
typedef Superclass1::TransformPointer elastix::MultiResolutionRegistration< TElastix >::TransformPointer |
Definition at line 91 of file elxMultiResolutionRegistration.h.
typedef Superclass1::TransformType elastix::MultiResolutionRegistration< TElastix >::TransformType |
Type of the Transform .
Definition at line 90 of file elxMultiResolutionRegistration.h.
typedef Superclass2::UseMaskErosionArrayType elastix::MultiResolutionRegistration< TElastix >::UseMaskErosionArrayType |
Definition at line 121 of file elxMultiResolutionRegistration.h.
|
inlineprotected |
The constructor.
Definition at line 141 of file elxMultiResolutionRegistration.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 143 of file elxMultiResolutionRegistration.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.
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 07-03-2016 for elastix by ![]() |
![]() |