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
24namespace elastix
25{
26
36template <class TElastix>
37class ITK_TEMPLATE_EXPORT NormalizedGradientCorrelationMetric
38 : public itk::NormalizedGradientCorrelationImageToImageMetric<typename MetricBase<TElastix>::FixedImageType,
39 typename MetricBase<TElastix>::MovingImageType>
40 , public MetricBase<TElastix>
41{
42public:
44
51 using Pointer = itk::SmartPointer<Self>;
52 using ConstPointer = itk::SmartPointer<const Self>;
53
55 itkNewMacro(Self);
56
59
64 elxClassNameMacro("NormalizedGradientCorrelation");
65
67 using typename Superclass1::CoordinateRepresentationType;
68 using typename Superclass1::MovingImageType;
69 using typename Superclass1::MovingImagePixelType;
70 using typename Superclass1::MovingImageConstPointer;
71 using typename Superclass1::FixedImageType;
72 using typename Superclass1::FixedImageConstPointer;
73 using typename Superclass1::FixedImageRegionType;
74 using typename Superclass1::TransformType;
75 using typename Superclass1::TransformPointer;
76 using typename Superclass1::InputPointType;
77 using typename Superclass1::OutputPointType;
78 using typename Superclass1::TransformParametersType;
79 using typename Superclass1::TransformJacobianType;
80 using typename Superclass1::InterpolatorType;
82 using typename Superclass1::RealType;
83 using typename Superclass1::GradientPixelType;
84 using typename Superclass1::GradientImageType;
85 using typename Superclass1::GradientImagePointer;
90 using typename Superclass1::MeasureType;
91 using typename Superclass1::DerivativeType;
92 using typename Superclass1::ParametersType;
95 using typename Superclass1::ImageSamplerType;
104
106 itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension);
107
109 itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension);
110
112 using typename Superclass2::ElastixType;
113 using typename Superclass2::RegistrationType;
115
119 void
120 Initialize() override;
121
127 void
129
130 void
132
133protected:
138
139private:
141};
142
143} // end namespace elastix
144
145#ifndef ITK_MANUAL_INSTANTIATION
146# include "elxNormalizedGradientCorrelationMetric.hxx"
147#endif
148
149#endif // end #ifndef elxNormalizedGradientCorrelationMetric_h
This class is the elastix base class for all Metrics.
itk::SingleValuedCostFunction ITKBaseType
typename ElastixType::MovingImageType MovingImageType
typename ElastixType::RegistrationBaseType RegistrationType
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
ITK_DISALLOW_COPY_AND_MOVE(NormalizedGradientCorrelationMetric)
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
elxClassNameMacro("NormalizedGradientCorrelation")
~NormalizedGradientCorrelationMetric() override=default
typename ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
typename ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
ImageMaskSpatialObject< Self::FixedImageDimension > FixedImageMaskType
SmartPointer< MovingImageMaskType > MovingImageMaskPointer
typename MovingImageLimiterType::OutputType MovingImageLimiterOutputType
typename FixedImageLimiterType::OutputType FixedImageLimiterOutputType
SmartPointer< FixedImageMaskType > FixedImageMaskPointer
typename ImageSamplerType::Pointer ImageSamplerPointer
ImageMaskSpatialObject< Self::MovingImageDimension > MovingImageMaskType
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.


Generated on 2024-07-17 for elastix by doxygen 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) elastix logo