go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxNormalizedGradientCorrelationMetric.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 __elxNormalizedGradientCorrelationMetric_H__
16 #define __elxNormalizedGradientCorrelationMetric_H__
17 
18 #include "elxIncludes.h"
20 
21 #include "elxTimer.h"
22 
23 namespace elastix
24 {
25 
35 template <class TElastix >
38  typename MetricBase<TElastix>::FixedImageType,
39  typename MetricBase<TElastix>::MovingImageType >,
40 public MetricBase<TElastix>
41 {
42 public:
43 
50  typedef itk::SmartPointer<Self> Pointer;
51  typedef itk::SmartPointer<const Self> ConstPointer;
52 
54  itkNewMacro( Self );
55 
59 
64  elxClassNameMacro( "NormalizedGradientCorrelation" );
65 
67  typedef typename
83  typedef typename Superclass1::RealType RealType;
101  typedef typename
105  typedef typename
107  typedef typename
109  typedef typename
111 
113  itkStaticConstMacro( FixedImageDimension, unsigned int,
114  FixedImageType::ImageDimension );
115 
117  itkStaticConstMacro( MovingImageDimension, unsigned int,
118  MovingImageType::ImageDimension );
119 
128 
133 
137  virtual void Initialize( void ) throw (itk::ExceptionObject);
138 
144  virtual void BeforeRegistration( void );
145 
146  virtual void BeforeEachResolution( void );
147 
148 protected:
149 
154 
155 private:
156 
158  NormalizedGradientCorrelationMetric( const Self& ); // purposely not implemented
159 
161  void operator=( const Self& ); // purposely not implemented
162 
163 }; // end class NormalizedGradientCorrelationMetric
164 
165 
166 } // end namespace elastix
167 
168 
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "elxNormalizedGradientCorrelationMetric.hxx"
171 #endif
172 
173 #endif // end #ifndef __elxNormalizedGradientCorrelationMetric_H__
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:85
elxClassNameMacro("NormalizedGradientCorrelation")
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:88
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
Superclass::ConfigurationType ConfigurationType
Definition: elxMetricBase.h:86
itk::SmartPointer< Self > Pointer
Definition: elxTimer.h:72
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Superclass::FixedImageMaskPointer FixedImageMaskPointer
Superclass::GradientPixelType GradientPixelType
FixedImageLimiterType::OutputType FixedImageLimiterOutputType
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:92
itk::NormalizedGradientCorrelationImageToImageMetric< typename MetricBase< TElastix >::FixedImageType, typename MetricBase< TElastix >::MovingImageType > Superclass1
A class to time the different parts of the registration.
Definition: elxTimer.h:66
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
This class is a base class for any image sampler.
Define a front-end to the STL &quot;vector&quot; container that conforms to the IndexedContainerInterface.
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass::MovingImageMaskType MovingImageMaskType
Superclass::GradientImageType GradientImageType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
Superclass::GradientImageFilterType GradientImageFilterType
Base class for all ITK limiter function objects.
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:81
itk::SingleValuedCostFunction ITKBaseType
Superclass::MovingImagePixelType MovingImagePixelType
ElastixType::MovingImageType MovingImageType
Definition: elxMetricBase.h:95
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:89
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Superclass::MovingImageMaskPointer MovingImageMaskPointer
MovingImageLimiterType::OutputType MovingImageLimiterOutputType
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Superclass1::MovingImageDerivativeScalesType MovingImageDerivativeScalesType
ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
Superclass::FixedImageMaskType FixedImageMaskType
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:87
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:72
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Superclass::GradientImagePointer GradientImagePointer


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