go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxMultiResolutionRegistrationWithFeatures.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 __elxMultiResolutionRegistrationWithFeatures_H__
16 #define __elxMultiResolutionRegistrationWithFeatures_H__
17 
19 
20 #include "elxIncludes.h"
21 
22 namespace elastix
23 {
24 
50  template <class TElastix>
52  public
54  typename RegistrationBase<TElastix>::FixedImageType,
55  typename RegistrationBase<TElastix>::MovingImageType >,
56  public
57  RegistrationBase<TElastix>
58  {
59  public:
60 
68  typedef itk::SmartPointer<Self> Pointer;
69  typedef itk::SmartPointer<const Self> ConstPointer;
70 
72  itkNewMacro( Self );
73 
77 
82  elxClassNameMacro( "MultiResolutionRegistrationWithFeatures" );
83 
90 
94 
98 
102 
106 
110 
114 
118 
123 
125  //typedef typename Superclass1::CombinationMetricType CombinationMetricType;
126  //typedef typename Superclass1::CombinationMetricPointer CombinationMetricPointer;
127 
137 
139  itkStaticConstMacro( FixedImageDimension, unsigned int, Superclass2::FixedImageDimension );
140 
142  itkStaticConstMacro( MovingImageDimension, unsigned int, Superclass2::MovingImageDimension );
143 
150  virtual void BeforeRegistration( void );
151 
156  virtual void BeforeEachResolution( void );
157 
158  protected:
159 
162 
165 
167  typedef tmr::Timer TimerType;
169 
180 
182  void UpdateFixedMasks( unsigned int level );
183  void UpdateMovingMasks( unsigned int level );
184 
186  virtual void GetAndSetComponents( void );
187 
189  virtual void GetAndSetFixedImageRegions( void );
190 
192  virtual void GetAndSetFixedImageInterpolators( void );
193 
194  private:
195 
197  MultiResolutionRegistrationWithFeatures( const Self& ); // purposely not implemented
199  void operator=( const Self& ); // purposely not implemented
200 
201  }; // end class MultiResolutionRegistrationWithFeatures
202 
203 
204 } // end namespace elastix
205 
206 #ifndef ITK_MANUAL_INSTANTIATION
207 #include "elxMultiResolutionRegistrationWithFeatures.hxx"
208 #endif
209 
210 #endif // end #ifndef __elxMultiResolutionRegistrationWithFeatures_H__
ElastixType::FixedMaskType FixedMaskImageType
Superclass::RegistrationType RegistrationType
Base class for multi-resolution image registration methods.
ElastixType::MaskPixelType MaskPixelType
itk::SmartPointer< Self > Pointer
Definition: elxTimer.h:72
elxClassNameMacro("MultiResolutionRegistrationWithFeatures")
Implementation of an image mask as spatial object.
FixedMaskImageType::Pointer FixedMaskImagePointer
MovingMaskImageType::Pointer MovingMaskImagePointer
Superclass::ConfigurationType ConfigurationType
This class is the elastix base class for all Registration schemes.
A class to time the different parts of the registration.
Definition: elxTimer.h:66
Superclass::ConfigurationPointer ConfigurationPointer
itkStaticConstMacro(FixedImageDimension, unsigned int, Superclass2::FixedImageDimension)
ElastixType::FixedImageType FixedImageType
itk::MultiResolutionImageRegistrationMethodWithFeatures< typename RegistrationBase< TElastix >::FixedImageType, typename RegistrationBase< TElastix >::MovingImageType > Superclass1
ElastixType::MovingImageType MovingImageType
Superclass2::MovingMaskSpatialObjectPointer MovingMaskSpatialObjectPointer
Superclass::RegistrationPointer RegistrationPointer
FixedMaskSpatialObjectType::Pointer FixedMaskSpatialObjectPointer
MovingMaskSpatialObjectType::Pointer MovingMaskSpatialObjectPointer
Superclass::ElastixType ElastixType
std::vector< bool > UseMaskErosionArrayType
ElastixType::MovingMaskType MovingMaskImageType
Superclass::ElastixPointer ElastixPointer
A registration framework based on the itk::MultiResolutionImageRegistrationMethodWithFeatures.


Generated on 04-01-2014 for elastix by doxygen 1.8.5 elastix logo