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  * Copyright UMC Utrecht and contributors
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef __elxNormalizedGradientCorrelationMetric_H__
19 #define __elxNormalizedGradientCorrelationMetric_H__
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
36 template< class TElastix >
39  typename MetricBase< TElastix >::FixedImageType,
40  typename MetricBase< TElastix >::MovingImageType >,
41  public MetricBase< TElastix >
42 {
43 public:
44 
51  typedef itk::SmartPointer< Self > Pointer;
52  typedef itk::SmartPointer< const Self > ConstPointer;
53 
55  itkNewMacro( Self );
56 
60 
65  elxClassNameMacro( "NormalizedGradientCorrelation" );
66 
68  typedef typename
84  typedef typename Superclass1::RealType RealType;
102  typedef typename
106  typedef typename
108  typedef typename
110  typedef typename
112 
114  itkStaticConstMacro( FixedImageDimension, unsigned int,
115  FixedImageType::ImageDimension );
116 
118  itkStaticConstMacro( MovingImageDimension, unsigned int,
119  MovingImageType::ImageDimension );
120 
129 
133  virtual void Initialize( void ) throw ( itk::ExceptionObject );
134 
140  virtual void BeforeRegistration( void );
141 
142  virtual void BeforeEachResolution( void );
143 
144 protected:
145 
150 
151 private:
152 
154  NormalizedGradientCorrelationMetric( const Self & ); // purposely not implemented
155 
157  void operator=( const Self & ); // purposely not implemented
158 
159 };
160 
161 } // end namespace elastix
162 
163 #ifndef ITK_MANUAL_INSTANTIATION
164 #include "elxNormalizedGradientCorrelationMetric.hxx"
165 #endif
166 
167 #endif // end #ifndef __elxNormalizedGradientCorrelationMetric_H__
itk::NormalizedGradientCorrelationImageToImageMetric::FixedImageType
Superclass::FixedImageType FixedImageType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:79
elastix::NormalizedGradientCorrelationMetric::Initialize
virtual void Initialize(void)
itk::NormalizedGradientCorrelationImageToImageMetric::FixedImageConstPointer
Superclass::FixedImageConstPointer FixedImageConstPointer
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:83
elastix::NormalizedGradientCorrelationMetric::GradientImageFilterType
Superclass1::GradientImageFilterType GradientImageFilterType
Definition: elxNormalizedGradientCorrelationMetric.h:88
itk::NormalizedGradientCorrelationImageToImageMetric::FixedImagePixelType
TFixedImage::PixelType FixedImagePixelType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:86
elastix::NormalizedGradientCorrelationMetric::ImageSampleContainerType
Superclass1::ImageSampleContainerType ImageSampleContainerType
Definition: elxNormalizedGradientCorrelationMetric.h:101
elastix::MetricBase::ITKBaseType
itk::SingleValuedCostFunction ITKBaseType
Definition: elxMetricBase.h:100
elastix::NormalizedGradientCorrelationMetric::FixedImageMaskPointer
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Definition: elxNormalizedGradientCorrelationMetric.h:91
elastix::NormalizedGradientCorrelationMetric::Superclass1
itk::NormalizedGradientCorrelationImageToImageMetric< typename MetricBase< TElastix >::FixedImageType, typename MetricBase< TElastix >::MovingImageType > Superclass1
Definition: elxNormalizedGradientCorrelationMetric.h:49
elastix::NormalizedGradientCorrelationMetric::ITKBaseType
Superclass2::ITKBaseType ITKBaseType
Definition: elxNormalizedGradientCorrelationMetric.h:128
elastix::MetricBase::RegistrationPointer
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:89
itk::AdvancedImageToImageMetric::GradientImageType
Superclass::GradientImageType GradientImageType
Definition: itkAdvancedImageToImageMetric.h:119
elastix::NormalizedGradientCorrelationMetric::FixedImageType
Superclass1::FixedImageType FixedImageType
Definition: elxNormalizedGradientCorrelationMetric.h:73
SmartPointer< Self >
elastix::NormalizedGradientCorrelationMetric::FixedImagePixelType
Superclass1::FixedImagePixelType FixedImagePixelType
Definition: elxNormalizedGradientCorrelationMetric.h:97
elastix::MetricBase
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:73
elastix::NormalizedGradientCorrelationMetric::TransformJacobianType
Superclass1::TransformJacobianType TransformJacobianType
Definition: elxNormalizedGradientCorrelationMetric.h:81
elastix::NormalizedGradientCorrelationMetric::MovingImageType
Superclass1::MovingImageType MovingImageType
Definition: elxNormalizedGradientCorrelationMetric.h:70
itk::LimiterFunctionBase
Base class for all ITK limiter function objects.
Definition: itkLimiterFunctionBase.h:52
itk::NormalizedGradientCorrelationImageToImageMetric::DerivativeType
Superclass::DerivativeType DerivativeType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:78
elastix::NormalizedGradientCorrelationMetric::ImageSamplerPointer
Superclass1::ImageSamplerPointer ImageSamplerPointer
Definition: elxNormalizedGradientCorrelationMetric.h:100
itk::NormalizedGradientCorrelationImageToImageMetric::TransformParametersType
Superclass::TransformParametersType TransformParametersType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:73
elastix::NormalizedGradientCorrelationMetric::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: elxNormalizedGradientCorrelationMetric.h:52
itk::NormalizedGradientCorrelationImageToImageMetric::InterpolatorPointer
InterpolatorType::Pointer InterpolatorPointer
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:76
elastix::NormalizedGradientCorrelationMetric::InputPointType
Superclass1::InputPointType InputPointType
Definition: elxNormalizedGradientCorrelationMetric.h:78
elastix::NormalizedGradientCorrelationMetric::ParametersType
Superclass1::ParametersType ParametersType
Definition: elxNormalizedGradientCorrelationMetric.h:96
itk::NormalizedGradientCorrelationImageToImageMetric::TransformType
Superclass::TransformType TransformType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:69
itk::NormalizedGradientCorrelationImageToImageMetric::TransformJacobianType
Superclass::TransformJacobianType TransformJacobianType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:74
itk::NormalizedGradientCorrelationImageToImageMetric::FixedImageRegionType
Superclass::FixedImageRegionType FixedImageRegionType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:80
elastix::NormalizedGradientCorrelationMetric::InterpolatorType
Superclass1::InterpolatorType InterpolatorType
Definition: elxNormalizedGradientCorrelationMetric.h:82
elastix::NormalizedGradientCorrelationMetric::ElastixPointer
Superclass2::ElastixPointer ElastixPointer
Definition: elxNormalizedGradientCorrelationMetric.h:123
elastix::NormalizedGradientCorrelationMetric::NormalizedGradientCorrelationMetric
NormalizedGradientCorrelationMetric(const Self &)
elastix::NormalizedGradientCorrelationMetric::TransformParametersType
Superclass1::TransformParametersType TransformParametersType
Definition: elxNormalizedGradientCorrelationMetric.h:80
itk::AdvancedImageToImageMetric::CoordinateRepresentationType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Definition: itkAdvancedImageToImageMetric.h:100
elastix::NormalizedGradientCorrelationMetric::MovingImageRegionType
Superclass1::MovingImageRegionType MovingImageRegionType
Definition: elxNormalizedGradientCorrelationMetric.h:98
elastix::NormalizedGradientCorrelationMetric::GradientImageType
Superclass1::GradientImageType GradientImageType
Definition: elxNormalizedGradientCorrelationMetric.h:86
itk::AdvancedImageToImageMetric::MovingImageLimiterOutputType
MovingImageLimiterType::OutputType MovingImageLimiterOutputType
Definition: itkAdvancedImageToImageMetric.h:149
elastix::NormalizedGradientCorrelationMetric::BeforeEachResolution
virtual void BeforeEachResolution(void)
elastix::NormalizedGradientCorrelationMetric::InterpolatorPointer
Superclass1::InterpolatorPointer InterpolatorPointer
Definition: elxNormalizedGradientCorrelationMetric.h:83
itk::NormalizedGradientCorrelationImageToImageMetric::TransformPointer
Superclass::TransformPointer TransformPointer
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:71
itk::AdvancedImageToImageMetric::OutputPointType
Superclass::OutputPointType OutputPointType
Definition: itkAdvancedImageToImageMetric.h:112
itk::AdvancedImageToImageMetric::ParametersType
Superclass::ParametersType ParametersType
Definition: itkAdvancedImageToImageMetric.h:130
itkNormalizedGradientCorrelationImageToImageMetric.h
elastix::NormalizedGradientCorrelationMetric::RealType
Superclass1::RealType RealType
Definition: elxNormalizedGradientCorrelationMetric.h:84
itk::AdvancedImageToImageMetric::GradientImageFilterType
Superclass::GradientImageFilterType GradientImageFilterType
Definition: itkAdvancedImageToImageMetric.h:121
elastix::NormalizedGradientCorrelationMetric::MovingImageConstPointer
Superclass1::MovingImageConstPointer MovingImageConstPointer
Definition: elxNormalizedGradientCorrelationMetric.h:72
elastix::NormalizedGradientCorrelationMetric::FixedImageMaskType
Superclass1::FixedImageMaskType FixedImageMaskType
Definition: elxNormalizedGradientCorrelationMetric.h:90
itk::AdvancedImageToImageMetric::GradientImagePointer
Superclass::GradientImagePointer GradientImagePointer
Definition: itkAdvancedImageToImageMetric.h:120
elastix::NormalizedGradientCorrelationMetric::GradientPixelType
Superclass1::GradientPixelType GradientPixelType
Definition: elxNormalizedGradientCorrelationMetric.h:85
itk::NormalizedGradientCorrelationImageToImageMetric::RealType
Superclass::RealType RealType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:59
elastix::NormalizedGradientCorrelationMetric::operator=
void operator=(const Self &)
elastix::NormalizedGradientCorrelationMetric::Pointer
itk::SmartPointer< Self > Pointer
Definition: elxNormalizedGradientCorrelationMetric.h:51
elastix::MetricBase::ConfigurationPointer
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:87
elastix::NormalizedGradientCorrelationMetric::RegistrationPointer
Superclass2::RegistrationPointer RegistrationPointer
Definition: elxNormalizedGradientCorrelationMetric.h:127
itk::NormalizedGradientCorrelationImageToImageMetric::MovingImageType
Superclass::MovingImageType MovingImageType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:81
elastix::NormalizedGradientCorrelationMetric::FixedImageLimiterType
Superclass1::FixedImageLimiterType FixedImageLimiterType
Definition: elxNormalizedGradientCorrelationMetric.h:104
itk::AdvancedImageToImageMetric::FixedImageMaskType
Superclass::FixedImageMaskType FixedImageMaskType
Definition: itkAdvancedImageToImageMetric.h:123
elastix::NormalizedGradientCorrelationMetric::BeforeRegistration
virtual void BeforeRegistration(void)
elastix::NormalizedGradientCorrelationMetric::MovingImageDerivativeScalesType
Superclass1::MovingImageDerivativeScalesType MovingImageDerivativeScalesType
Definition: elxNormalizedGradientCorrelationMetric.h:111
elastix::NormalizedGradientCorrelationMetric::MovingImageLimiterType
Superclass1::MovingImageLimiterType MovingImageLimiterType
Definition: elxNormalizedGradientCorrelationMetric.h:105
itk::AdvancedImageToImageMetric::MovingImageMaskType
Superclass::MovingImageMaskType MovingImageMaskType
Definition: itkAdvancedImageToImageMetric.h:125
itk::NormalizedGradientCorrelationImageToImageMetric::MovingImageRegionType
Superclass::MovingImageRegionType MovingImageRegionType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:82
elastix::NormalizedGradientCorrelationMetric::MovingImageMaskType
Superclass1::MovingImageMaskType MovingImageMaskType
Definition: elxNormalizedGradientCorrelationMetric.h:92
itk::AdvancedImageToImageMetric::GradientImageFilterPointer
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Definition: itkAdvancedImageToImageMetric.h:122
itk::AdvancedImageToImageMetric::MovingImagePixelType
Superclass::MovingImagePixelType MovingImagePixelType
Definition: itkAdvancedImageToImageMetric.h:102
elastix::NormalizedGradientCorrelationMetric::GradientImageFilterPointer
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Definition: elxNormalizedGradientCorrelationMetric.h:89
elastix::NormalizedGradientCorrelationMetric::TransformType
Superclass1::TransformType TransformType
Definition: elxNormalizedGradientCorrelationMetric.h:76
elastix::NormalizedGradientCorrelationMetric::itkStaticConstMacro
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
elastix::NormalizedGradientCorrelationMetric::FixedImageRegionType
Superclass1::FixedImageRegionType FixedImageRegionType
Definition: elxNormalizedGradientCorrelationMetric.h:75
elastix::NormalizedGradientCorrelationMetric::elxClassNameMacro
elxClassNameMacro("NormalizedGradientCorrelation")
elastix::MetricBase::ConfigurationType
Superclass::ConfigurationType ConfigurationType
Definition: elxMetricBase.h:86
itk::AdvancedImageToImageMetric::FixedImageLimiterOutputType
FixedImageLimiterType::OutputType FixedImageLimiterOutputType
Definition: itkAdvancedImageToImageMetric.h:146
elastix::NormalizedGradientCorrelationMetric::NormalizedGradientCorrelationMetric
NormalizedGradientCorrelationMetric()
Definition: elxNormalizedGradientCorrelationMetric.h:147
elastix::NormalizedGradientCorrelationMetric::CoordinateRepresentationType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Definition: elxNormalizedGradientCorrelationMetric.h:69
elastix::NormalizedGradientCorrelationMetric::ElastixType
Superclass2::ElastixType ElastixType
Definition: elxNormalizedGradientCorrelationMetric.h:122
itk::NormalizedGradientCorrelationImageToImageMetric::MovingImageConstPointer
Superclass::MovingImageConstPointer MovingImageConstPointer
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:84
elastix::NormalizedGradientCorrelationMetric::ImageSamplerType
Superclass1::ImageSamplerType ImageSamplerType
Definition: elxNormalizedGradientCorrelationMetric.h:99
elxIncludes.h
elastix::NormalizedGradientCorrelationMetric::FixedImageLimiterOutputType
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Definition: elxNormalizedGradientCorrelationMetric.h:107
elastix::NormalizedGradientCorrelationMetric::ConfigurationType
Superclass2::ConfigurationType ConfigurationType
Definition: elxNormalizedGradientCorrelationMetric.h:124
elastix::MetricBase::ElastixPointer
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:85
elastix::NormalizedGradientCorrelationMetric::RegistrationType
Superclass2::RegistrationType RegistrationType
Definition: elxNormalizedGradientCorrelationMetric.h:126
elastix::NormalizedGradientCorrelationMetric
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
Definition: elxNormalizedGradientCorrelationMetric.h:42
elastix::NormalizedGradientCorrelationMetric::ImageSampleContainerPointer
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Definition: elxNormalizedGradientCorrelationMetric.h:103
itk::AdvancedImageToImageMetric::FixedImageMaskPointer
Superclass::FixedImageMaskPointer FixedImageMaskPointer
Definition: itkAdvancedImageToImageMetric.h:124
elastix::NormalizedGradientCorrelationMetric::GradientImagePointer
Superclass1::GradientImagePointer GradientImagePointer
Definition: elxNormalizedGradientCorrelationMetric.h:87
itk::AdvancedImageToImageMetric::MovingImageMaskPointer
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Definition: itkAdvancedImageToImageMetric.h:126
elastix::NormalizedGradientCorrelationMetric::MovingImageLimiterOutputType
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
Definition: elxNormalizedGradientCorrelationMetric.h:109
elastix::MetricBase::FixedImageType
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:92
elastix::NormalizedGradientCorrelationMetric::OutputPointType
Superclass1::OutputPointType OutputPointType
Definition: elxNormalizedGradientCorrelationMetric.h:79
elastix::NormalizedGradientCorrelationMetric::~NormalizedGradientCorrelationMetric
virtual ~NormalizedGradientCorrelationMetric()
Definition: elxNormalizedGradientCorrelationMetric.h:149
elastix::NormalizedGradientCorrelationMetric::DerivativeType
Superclass1::DerivativeType DerivativeType
Definition: elxNormalizedGradientCorrelationMetric.h:95
elastix::NormalizedGradientCorrelationMetric::Superclass2
MetricBase< TElastix > Superclass2
Definition: elxNormalizedGradientCorrelationMetric.h:50
elastix::MetricBase::MovingImageType
ElastixType::MovingImageType MovingImageType
Definition: elxMetricBase.h:95
elastix::NormalizedGradientCorrelationMetric::Self
NormalizedGradientCorrelationMetric Self
Definition: elxNormalizedGradientCorrelationMetric.h:46
itk::NormalizedGradientCorrelationImageToImageMetric
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:46
itk::ImageSamplerBase
This class is a base class for any image sampler.
Definition: itkImageSamplerBase.h:45
elastix::MetricBase::ElastixType
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:81
elastix::NormalizedGradientCorrelationMetric::MeasureType
Superclass1::MeasureType MeasureType
Definition: elxNormalizedGradientCorrelationMetric.h:94
itk::VectorDataContainer
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Definition: itkVectorDataContainer.h:79
itk::AdvancedImageToImageMetric::GradientPixelType
Superclass::GradientPixelType GradientPixelType
Definition: itkAdvancedImageToImageMetric.h:118
elastix::NormalizedGradientCorrelationMetric::MovingImagePixelType
Superclass1::MovingImagePixelType MovingImagePixelType
Definition: elxNormalizedGradientCorrelationMetric.h:71
elastix::NormalizedGradientCorrelationMetric::ConfigurationPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Definition: elxNormalizedGradientCorrelationMetric.h:125
elastix::NormalizedGradientCorrelationMetric::MovingImageMaskPointer
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
Definition: elxNormalizedGradientCorrelationMetric.h:93
elastix::NormalizedGradientCorrelationMetric::itkStaticConstMacro
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
elastix
Definition: elxFixedGenericPyramid.h:25
itk::NormalizedGradientCorrelationImageToImageMetric::InterpolatorType
Superclass::InterpolatorType InterpolatorType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:75
elastix::NormalizedGradientCorrelationMetric::FixedImageConstPointer
Superclass1::FixedImageConstPointer FixedImageConstPointer
Definition: elxNormalizedGradientCorrelationMetric.h:74
itk::NormalizedGradientCorrelationImageToImageMetric::MeasureType
Superclass::MeasureType MeasureType
Definition: itkNormalizedGradientCorrelationImageToImageMetric.h:77
FixedArray< double, Self::MovingImageDimension >
elastix::MetricBase::RegistrationType
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:88
itk::AdvancedImageToImageMetric::InputPointType
Superclass::InputPointType InputPointType
Definition: itkAdvancedImageToImageMetric.h:111
elastix::NormalizedGradientCorrelationMetric::TransformPointer
Superclass1::TransformPointer TransformPointer
Definition: elxNormalizedGradientCorrelationMetric.h:77


Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.8.18 elastix logo