go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxNormalizedMutualInformationMetric.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 elxNormalizedMutualInformationMetric_h
19#define elxNormalizedMutualInformationMetric_h
20
21#include "elxIncludes.h" // include first to avoid MSVS warning
23
24namespace elastix
25{
26
72template <class TElastix>
73class ITK_TEMPLATE_EXPORT NormalizedMutualInformationMetric
75 typename MetricBase<TElastix>::FixedImageType,
76 typename MetricBase<TElastix>::MovingImageType>
77 , public MetricBase<TElastix>
78{
79public:
81
88 using Pointer = itk::SmartPointer<Self>;
89 using ConstPointer = itk::SmartPointer<const Self>;
90
92 itkNewMacro(Self);
93
96
101 elxClassNameMacro("NormalizedMutualInformation");
102
104 using typename Superclass1::CoordinateRepresentationType;
105 using typename Superclass1::MovingImageType;
106 using typename Superclass1::MovingImagePixelType;
107 using typename Superclass1::MovingImageConstPointer;
108 using typename Superclass1::FixedImageType;
109 using typename Superclass1::FixedImageConstPointer;
110 using typename Superclass1::FixedImageRegionType;
111 using typename Superclass1::TransformType;
112 using typename Superclass1::TransformPointer;
113 using typename Superclass1::InputPointType;
114 using typename Superclass1::OutputPointType;
115 using typename Superclass1::TransformParametersType;
116 using typename Superclass1::TransformJacobianType;
117 using typename Superclass1::InterpolatorType;
118 using typename Superclass1::InterpolatorPointer;
119 using typename Superclass1::RealType;
120 using typename Superclass1::GradientPixelType;
121 using typename Superclass1::GradientImageType;
122 using typename Superclass1::GradientImagePointer;
123 using typename Superclass1::FixedImageMaskType;
127 using typename Superclass1::MeasureType;
128 using typename Superclass1::DerivativeType;
129 using typename Superclass1::ParametersType;
132 using typename Superclass1::ImageSamplerType;
141
143 itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension);
144
146 itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension);
147
149 using typename Superclass2::ElastixType;
150 using typename Superclass2::RegistrationType;
152
158 void
160
163 void
164 Initialize() override;
165
166protected:
168 NormalizedMutualInformationMetric() { this->SetUseDerivative(true); }
169
170
173
174private:
176};
177
178} // end namespace elastix
179
180#ifndef ITK_MANUAL_INSTANTIATION
181# include "elxNormalizedMutualInformationMetric.hxx"
182#endif
183
184#endif // end #ifndef elxNormalizedMutualInformationMetric_h
This class is the elastix base class for all Metrics.
itk::SingleValuedCostFunction ITKBaseType
typename ElastixType::MovingImageType MovingImageType
typename ElastixType::RegistrationBaseType RegistrationType
A metric based on the itk::ParzenWindowNormalizedMutualInformationImageToImageMetric.
elxClassNameMacro("NormalizedMutualInformation")
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
~NormalizedMutualInformationMetric() override=default
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
ITK_DISALLOW_COPY_AND_MOVE(NormalizedMutualInformationMetric)
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.
Computes the normalized mutual information between two images to be registered using a method based o...
typename ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
typename ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
ImageMaskSpatialObject< Self::FixedImageDimension > FixedImageMaskType
ImageMaskSpatialObject< Self::MovingImageDimension > MovingImageMaskType


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