go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMultiResolutionRegistration.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 #ifndef __elxMultiResolutionRegistration_H__
15 #define __elxMultiResolutionRegistration_H__
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
19 
20 namespace elastix
21 {
22 
40 template< class TElastix >
42  public
44  public
45  RegistrationBase< TElastix >
46 {
47 public:
48 
51  typedef typename RegistrationBase< TElastix >
54  typedef itk::SmartPointer< Self > Pointer;
55  typedef itk::SmartPointer< const Self > ConstPointer;
56 
58  itkNewMacro( Self );
59 
61  itkTypeMacro( MultiResolutionRegistration, MultiResolutionImageRegistrationMethod );
62 
67  elxClassNameMacro( "MultiResolutionRegistration" );
68 
75 
79 
83 
87 
91 
94 
98 
102 
107 
117 
119  itkStaticConstMacro( FixedImageDimension, unsigned int, Superclass2::FixedImageDimension );
121  itkStaticConstMacro( MovingImageDimension, unsigned int, Superclass2::MovingImageDimension );
122 
127  virtual void BeforeRegistration( void );
128 
131  virtual void BeforeEachResolution( void );
132 
133 protected:
134 
139 
144 
155 
157  void UpdateMasks( unsigned int level );
158 
160  virtual void SetComponents( void );
161 
162 private:
163 
165  MultiResolutionRegistration( const Self & ); // purposely not implemented
167  void operator=( const Self & ); // purposely not implemented
168 
169 };
170 
171 } // end namespace elastix
172 
173 #ifndef ITK_MANUAL_INSTANTIATION
174 #include "elxMultiResolutionRegistration.hxx"
175 #endif
176 
177 #endif // end #ifndef __elxMultiResolutionRegistration_H__
ElastixType::FixedMaskType FixedMaskImageType
Superclass::RegistrationType RegistrationType
Superclass2::ConfigurationPointer ConfigurationPointer
Base class for multi-resolution image registration methods.
Superclass1::FixedImageConstPointer FixedImageConstPointer
elxClassNameMacro("MultiResolutionRegistration")
ElastixType::MaskPixelType MaskPixelType
Superclass2::RegistrationPointer RegistrationPointer
A registration framework based on the itk::MultiResolutionImageRegistrationMethod.
Superclass1::InterpolatorPointer InterpolatorPointer
Superclass2::MovingMaskSpatialObjectPointer MovingMaskSpatialObjectPointer
An extension of the ITK ImageToImageMetric. It is the intended base class for all elastix metrics...
Superclass1::MovingImagePyramidPointer MovingImagePyramidPointer
Implementation of an image mask as spatial object.
Superclass1::MovingImageConstPointer MovingImageConstPointer
FixedMaskImageType::Pointer FixedMaskImagePointer
Superclass1::FixedImagePyramidType FixedImagePyramidType
MovingMaskImageType::Pointer MovingMaskImagePointer
Superclass2::FixedMaskImagePointer FixedMaskImagePointer
Superclass::ConfigurationType ConfigurationType
This class is the elastix base class for all Registration schemes.
itk::SmartPointer< Self > Pointer
Definition: elxTimer.h:73
Superclass2::FixedMaskSpatialObjectPointer FixedMaskSpatialObjectPointer
A class to time the different parts of the registration.
Definition: elxTimer.h:66
Superclass::ConfigurationPointer ConfigurationPointer
Transform maps points, vectors and covariant vectors from an input space to an output space...
Superclass2::FixedMaskSpatialObjectType FixedMaskSpatialObjectType
Superclass2::UseMaskErosionArrayType UseMaskErosionArrayType
Superclass2::MovingMaskImageType MovingMaskImageType
MultiResolutionPyramidImageFilter< FixedImageType, FixedImageType > FixedImagePyramidType
Superclass1::MovingImagePyramidType MovingImagePyramidType
virtual void BeforeEachResolution(void)
Superclass::RegistrationPointer RegistrationPointer
itkStaticConstMacro(FixedImageDimension, unsigned int, Superclass2::FixedImageDimension)
void UpdateMasks(unsigned int level)
FixedMaskSpatialObjectType::Pointer FixedMaskSpatialObjectPointer
MovingMaskSpatialObjectType::Pointer MovingMaskSpatialObjectPointer
MultiResolutionPyramidImageFilter< MovingImageType, MovingImageType > MovingImagePyramidType
Superclass1::FixedImagePyramidPointer FixedImagePyramidPointer
Superclass::ElastixType ElastixType
RegistrationBase< TElastix >::ITKBaseType Superclass1
Superclass2::MovingMaskSpatialObjectType MovingMaskSpatialObjectType
Superclass2::MovingMaskImagePointer MovingMaskImagePointer
ElastixType::MovingMaskType MovingMaskImageType
std::vector< bool > UseMaskErosionArrayType
Superclass2::FixedMaskImageType FixedMaskImageType
Superclass::ElastixPointer ElastixPointer
Superclass1::FixedImageRegionType FixedImageRegionType


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo