ITK  5.0.0
Insight Segmentation and Registration Toolkit
itkNormalizedMutualInformationHistogramImageToImageMetric.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright Insight Software Consortium
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 itkNormalizedMutualInformationHistogramImageToImageMetric_h
19 #define itkNormalizedMutualInformationHistogramImageToImageMetric_h
20 
22 
23 namespace itk
24 {
51 template< typename TFixedImage, typename TMovingImage >
53  public HistogramImageToImageMetric< TFixedImage, TMovingImage >
54 {
55 public:
56  ITK_DISALLOW_COPY_AND_ASSIGN(NormalizedMutualInformationHistogramImageToImageMetric);
57 
63 
65  itkNewMacro(Self);
66 
70 
72  using RealType = typename Superclass::RealType;
73  using TransformType = typename Superclass::TransformType;
74  using TransformPointer = typename Superclass::TransformPointer;
75  using TransformParametersType = typename Superclass::TransformParametersType;
76  using TransformJacobianType = typename Superclass::TransformJacobianType;
77  using GradientPixelType = typename Superclass::GradientPixelType;
78 
79  using MeasureType = typename Superclass::MeasureType;
80  using DerivativeType = typename Superclass::DerivativeType;
81  using FixedImageType = typename Superclass::FixedImageType;
82  using MovingImageType = typename Superclass::MovingImageType;
83  using FixedImageConstPointer = typename Superclass::FixedImageConstPointer;
84  using MovingImageConstPointer = typename Superclass::MovingImageConstPointer;
85 
86  using HistogramType = typename Superclass::HistogramType;
90 
91 protected:
97 
99  MeasureType EvaluateMeasure(HistogramType & histogram) const override;
100 };
101 } // End namespace itk.
102 
103 #ifndef ITK_MANUAL_INSTANTIATION
104 #include "itkNormalizedMutualInformationHistogramImageToImageMetric.hxx"
105 #endif
106 
107 #endif // itkNormalizedMutualInformationHistogramImageToImageMetric_h
Array class with size defined at construction time.
Definition: itkArray.h:46
Computes normalized mutual information between two images to be registered using the histograms of th...
Light weight base class for most itk classes.
typename Superclass::MovingImageType MovingImageType
typename Superclass::TransformJacobianType TransformJacobianType
This class stores measurement vectors in the context of n-dimensional histogram.
Definition: itkHistogram.h:77
typename Superclass::TransformParametersType TransformParametersType
typename Superclass::GradientPixelType GradientPixelType
typename FixedImageType::ConstPointer FixedImageConstPointer
typename Superclass::FixedImageType FixedImageType
typename Superclass::TransformPointer TransformPointer
typename Superclass::TransformType TransformType
class that walks through the elements of the histogram.
Definition: itkHistogram.h:405
typename Superclass::MeasurementVectorType MeasurementVectorType
Definition: itkHistogram.h:102
Computes similarity between two objects to be registered.
typename FrequencyContainerType::AbsoluteFrequencyType AbsoluteFrequencyType
Definition: itkHistogram.h:113
typename MovingImageType::ConstPointer MovingImageConstPointer