go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxAdvancedNormalizedCorrelationMetric.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 elxAdvancedNormalizedCorrelationMetric_h
19#define elxAdvancedNormalizedCorrelationMetric_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
23
24namespace elastix
25{
26
44template <class TElastix>
45class ITK_TEMPLATE_EXPORT AdvancedNormalizedCorrelationMetric
46 : public itk::AdvancedNormalizedCorrelationImageToImageMetric<typename MetricBase<TElastix>::FixedImageType,
47 typename MetricBase<TElastix>::MovingImageType>
48 , public MetricBase<TElastix>
49{
50public:
52
59 using Pointer = itk::SmartPointer<Self>;
60 using ConstPointer = itk::SmartPointer<const Self>;
61
63 itkNewMacro(Self);
64
67
72 elxClassNameMacro("AdvancedNormalizedCorrelation");
73
75 using typename Superclass1::CoordinateRepresentationType;
76 using typename Superclass1::MovingImageType;
77 using typename Superclass1::MovingImagePixelType;
78 using typename Superclass1::MovingImageConstPointer;
79 using typename Superclass1::FixedImageType;
80 using typename Superclass1::FixedImageConstPointer;
81 using typename Superclass1::FixedImageRegionType;
82 using typename Superclass1::TransformType;
83 using typename Superclass1::TransformPointer;
84 using typename Superclass1::InputPointType;
85 using typename Superclass1::OutputPointType;
86 using typename Superclass1::TransformParametersType;
87 using typename Superclass1::TransformJacobianType;
88 using typename Superclass1::InterpolatorType;
89 using typename Superclass1::InterpolatorPointer;
90 using typename Superclass1::RealType;
91 using typename Superclass1::GradientPixelType;
92 using typename Superclass1::GradientImageType;
93 using typename Superclass1::GradientImagePointer;
98 using typename Superclass1::MeasureType;
99 using typename Superclass1::DerivativeType;
100 using typename Superclass1::ParametersType;
103 using typename Superclass1::ImageSamplerType;
112
114 itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension);
115
117 itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension);
118
120 using typename Superclass2::ElastixType;
121 using typename Superclass2::RegistrationType;
123
128 void
130
134 void
135 Initialize() override;
136
137protected:
142
143private:
145};
146
147} // end namespace elastix
148
149#ifndef ITK_MANUAL_INSTANTIATION
150# include "elxAdvancedNormalizedCorrelationMetric.hxx"
151#endif
152
153#endif // end #ifndef elxAdvancedNormalizedCorrelationMetric_h
An metric based on the itk::AdvancedNormalizedCorrelationImageToImageMetric.
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
~AdvancedNormalizedCorrelationMetric() override=default
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
ITK_DISALLOW_COPY_AND_MOVE(AdvancedNormalizedCorrelationMetric)
elxClassNameMacro("AdvancedNormalizedCorrelation")
This class is the elastix base class for all Metrics.
itk::SingleValuedCostFunction ITKBaseType
typename ElastixType::MovingImageType MovingImageType
typename ElastixType::RegistrationBaseType RegistrationType
Computes normalized correlation between two images, based on AdvancedImageToImageMetric....
typename ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
typename ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
ImageMaskSpatialObject< Self::FixedImageDimension > FixedImageMaskType
typename MovingImageLimiterType::OutputType MovingImageLimiterOutputType
typename FixedImageLimiterType::OutputType FixedImageLimiterOutputType
ImageMaskSpatialObject< Self::MovingImageDimension > MovingImageMaskType
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.


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