![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxMultiResolutionRegistrationWithFeatures.h>
Public Member Functions | |
virtual void | BeforeEachResolution (void) |
virtual void | BeforeRegistration (void) |
elxClassNameMacro ("MultiResolutionRegistrationWithFeatures") | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (FixedImageDimension, unsigned int, Superclass2::FixedImageDimension) | |
itkStaticConstMacro (MovingImageDimension, unsigned int, Superclass2::MovingImageDimension) | |
![]() | |
virtual void | AfterEachResolutionBase (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 | AfterRegistration (void) |
virtual void | AfterRegistrationBase (void) |
virtual int | BeforeAll (void) |
virtual int | BeforeAllBase (void) |
virtual void | BeforeEachResolutionBase (void) |
virtual void | BeforeRegistrationBase (void) |
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 () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Private Member Functions | |
MultiResolutionRegistrationWithFeatures (const Self &) | |
void | operator= (const Self &) |
A registration framework based on the itk::MultiResolutionImageRegistrationMethodWithFeatures.
This MultiResolutionRegistrationWithFeatures gives a framework for registration with a multi-resolution approach, using ... Like this for example:
(Interpolator "BSplineInterpolator" "BSplineInterpolator")
The parameters used in this class are:
Registration: Select this registration framework as follows:
(Registration "MultiResolutionRegistrationWithFeatures")
NumberOfResolutions: the number of resolutions used.
example: (NumberOfResolutions 4)
The default is 3.
Metric<i>Weight: The weight for the i-th metric, in each resolution
example: (Metric0Weight 0.5 0.5 0.8)
example: (Metric1Weight 0.5 0.5 0.2)
The default is 1.0.
Definition at line 52 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass2::ConfigurationPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::ConfigurationPointer |
Definition at line 133 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass2::ConfigurationType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::ConfigurationType |
Definition at line 132 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef SmartPointer<const Self> elastix::MultiResolutionRegistrationWithFeatures< TElastix >::ConstPointer |
Definition at line 70 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass2::ElastixPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::ElastixPointer |
Definition at line 131 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass2::ElastixType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::ElastixType |
The CombinationMetric type, which is used internally by the Superclass1 Typedef's from Elastix.
Definition at line 130 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::FixedImageConstPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::FixedImageConstPointer |
Definition at line 89 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::FixedImagePyramidPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::FixedImagePyramidPointer |
Definition at line 114 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::FixedImagePyramidType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::FixedImagePyramidType |
Type of the Fixed image multiresolution pyramid.
Definition at line 113 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::FixedImageRegionType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::FixedImageRegionType |
Definition at line 90 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::FixedImageType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::FixedImageType |
Typedef's inherited from Superclass1. Type of the Fixed image.
Definition at line 88 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 175 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 173 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 179 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 177 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::InterpolatorPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::InterpolatorPointer |
Definition at line 106 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::InterpolatorType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::InterpolatorType |
Type of the Interpolator.
Definition at line 105 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass2::ITKBaseType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::ITKBaseType |
Definition at line 136 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Typedef's for mask support.
Definition at line 172 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::MetricPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::MetricPointer |
Definition at line 98 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::MetricType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::MetricType |
Type of the metric.
Definition at line 97 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::MovingImageConstPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::MovingImageConstPointer |
Definition at line 94 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::MovingImagePyramidPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::MovingImagePyramidPointer |
Definition at line 118 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::MovingImagePyramidType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::MovingImagePyramidType |
Type of the moving image multiresolution pyramid.
Definition at line 117 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::MovingImageType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::MovingImageType |
Type of the Moving image.
Definition at line 93 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 176 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 174 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 180 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 178 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::OptimizerPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::OptimizerPointer |
Definition at line 110 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::OptimizerType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::OptimizerType |
Type of the optimizer.
Definition at line 109 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::ParametersType elastix::MultiResolutionRegistrationWithFeatures< 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 123 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef SmartPointer<Self> elastix::MultiResolutionRegistrationWithFeatures< TElastix >::Pointer |
Definition at line 69 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass2::RegistrationPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::RegistrationPointer |
Definition at line 135 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass2::RegistrationType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::RegistrationType |
Definition at line 134 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef MultiResolutionRegistrationWithFeatures elastix::MultiResolutionRegistrationWithFeatures< TElastix >::Self |
Standard ITK: Self
Definition at line 63 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef MultiResolutionImageRegistrationMethodWithFeatures< typename RegistrationBase<TElastix>::FixedImageType, typename RegistrationBase<TElastix>::MovingImageType > elastix::MultiResolutionRegistrationWithFeatures< TElastix >::Superclass1 |
Definition at line 67 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef RegistrationBase<TElastix> elastix::MultiResolutionRegistrationWithFeatures< TElastix >::Superclass2 |
Definition at line 68 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Definition at line 169 of file elxMultiResolutionRegistrationWithFeatures.h.
|
protected |
Typedef's for timer.
Definition at line 165 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::TransformPointer elastix::MultiResolutionRegistrationWithFeatures< TElastix >::TransformPointer |
Definition at line 102 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass1::TransformType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::TransformType |
Type of the Transform .
Definition at line 101 of file elxMultiResolutionRegistrationWithFeatures.h.
typedef Superclass2::UseMaskErosionArrayType elastix::MultiResolutionRegistrationWithFeatures< TElastix >::UseMaskErosionArrayType |
Definition at line 137 of file elxMultiResolutionRegistrationWithFeatures.h.
|
inlineprotected |
The constructor.
Definition at line 162 of file elxMultiResolutionRegistrationWithFeatures.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 165 of file elxMultiResolutionRegistrationWithFeatures.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::MultiResolutionRegistrationWithFeatures< TElastix >::elxClassNameMacro | ( | "MultiResolutionRegistrationWithFeatures< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific registration framework.
example: (Registration "MultiResolutionRegistrationWithFeatures")
|
protectedvirtual |
Read the components from m_Elastix and set them in the Registration class.
|
protectedvirtual |
Create and set the fixed image interpolators.
|
protectedvirtual |
Set the fixed image regions.
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::RegistrationBase< TElastix >.
elastix::MultiResolutionRegistrationWithFeatures< TElastix >::itkStaticConstMacro | ( | FixedImageDimension | , |
unsigned | int, | ||
Superclass2::FixedImageDimension | |||
) |
Get the dimension of the fixed image.
elastix::MultiResolutionRegistrationWithFeatures< 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.
|
protected |
Function to update masks.
|
protected |
Generated on 27-06-2013 for elastix by ![]() |
![]() |