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 
15 #ifndef __elxMultiResolutionRegistration_H__
16 #define __elxMultiResolutionRegistration_H__
17 
19 
20 #include "elxIncludes.h"
21 
22 namespace elastix
23 {
24 using namespace itk;
25 
43  template <class TElastix>
45  public
47  public
48  RegistrationBase<TElastix>
49  {
50  public:
51 
54  typedef typename RegistrationBase<TElastix>
57  typedef SmartPointer<Self> Pointer;
58  typedef SmartPointer<const Self> ConstPointer;
59 
61  itkNewMacro( Self );
62 
64  itkTypeMacro( MultiResolutionRegistration, MultiResolutionImageRegistrationMethod );
65 
70  elxClassNameMacro( "MultiResolutionRegistration" );
71 
78 
82 
86 
90 
94 
97 
101 
105 
110 
120 
122  itkStaticConstMacro( FixedImageDimension, unsigned int, Superclass2::FixedImageDimension );
124  itkStaticConstMacro( MovingImageDimension, unsigned int, Superclass2::MovingImageDimension );
125 
130  virtual void BeforeRegistration( void );
131 
134  virtual void BeforeEachResolution( void );
135 
136  protected:
137 
142 
144  typedef tmr::Timer TimerType;
147 
158 
160  void UpdateMasks( unsigned int level );
161 
163  virtual void SetComponents( void );
164 
165  private:
166 
168  MultiResolutionRegistration( const Self& ); // purposely not implemented
170  void operator=( const Self& ); // purposely not implemented
171 
172  }; // end class MultiResolutionRegistration
173 
174 
175 } // end namespace elastix
176 
177 #ifndef ITK_MANUAL_INSTANTIATION
178 #include "elxMultiResolutionRegistration.hxx"
179 #endif
180 
181 #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
ElastixType::MaskPixelType MaskPixelType
Superclass2::RegistrationPointer RegistrationPointer
A registration framework based on the itk::MultiResolutionImageRegistrationMethod.
#define elxClassNameMacro(_name)
Definition: elxMacro.h:254
Superclass1::InterpolatorPointer InterpolatorPointer
Superclass2::MovingMaskSpatialObjectPointer MovingMaskSpatialObjectPointer
An extension of the ITK ImageToImageMetric. It is the intended base class for all elastix metrics...
SmartPointer< Self > Pointer
Definition: elxTimer.h:73
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.
Superclass2::FixedMaskSpatialObjectPointer FixedMaskSpatialObjectPointer
A class to time the different parts of the registration.
Definition: elxTimer.h:67
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
Superclass::RegistrationPointer RegistrationPointer
FixedMaskSpatialObjectType::Pointer FixedMaskSpatialObjectPointer
MovingMaskSpatialObjectType::Pointer MovingMaskSpatialObjectPointer
MultiResolutionPyramidImageFilter< MovingImageType, MovingImageType > MovingImagePyramidType
Superclass1::FixedImagePyramidPointer FixedImagePyramidPointer
Superclass::ElastixType ElastixType
std::vector< bool > UseMaskErosionArrayType
Superclass2::MovingMaskSpatialObjectType MovingMaskSpatialObjectType
Superclass2::MovingMaskImagePointer MovingMaskImagePointer
RegistrationBase< TElastix >::ITKBaseType Superclass1
ElastixType::MovingMaskType MovingMaskImageType
Superclass2::FixedMaskImageType FixedMaskImageType
Superclass::ElastixPointer ElastixPointer
Superclass1::FixedImageRegionType FixedImageRegionType


Generated on 05-12-2013 for elastix by doxygen 1.8.5 elastix logo