ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkMeanSquaresHistogramImageToImageMetric.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright NumFOCUS
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 * https://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 itkMeanSquaresHistogramImageToImageMetric_h
19#define itkMeanSquaresHistogramImageToImageMetric_h
20
22
23namespace itk
24{
38template <typename TFixedImage, typename TMovingImage>
40 : public HistogramImageToImageMetric<TFixedImage, TMovingImage>
41{
42public:
43 ITK_DISALLOW_COPY_AND_MOVE(MeanSquaresHistogramImageToImageMetric);
44
50
52 itkNewMacro(Self);
53
55 itkOverrideGetNameOfClassMacro(MeanSquaresHistogramImageToImageMetric);
56
58 using typename Superclass::RealType;
59 using typename Superclass::TransformType;
60 using typename Superclass::TransformPointer;
63 using typename Superclass::GradientPixelType;
64
65 using typename Superclass::MeasureType;
66 using typename Superclass::DerivativeType;
67 using typename Superclass::FixedImageType;
68 using typename Superclass::MovingImageType;
71
72 using typename Superclass::HistogramType;
74 using HistogramIteratorType = typename HistogramType::Iterator;
76
77protected:
86 EvaluateMeasure(HistogramType & histogram) const override;
87};
88} // End namespace itk.
89
90#ifndef ITK_MANUAL_INSTANTIATION
91# include "itkMeanSquaresHistogramImageToImageMetric.hxx"
92#endif
93
94#endif // itkMeanSquaresHistogramImageToImageMetric_h
typename NumericTraits< MovingImagePixelType >::RealType RealType
typename TransformType::Pointer TransformPointer
typename TransformType::ParametersType TransformParametersType
CovariantVector< RealType, Self::MovingImageDimension > GradientPixelType
Statistics::Histogram< double > HistogramType
Transform< CoordinateRepresentationType, Self::MovingImageDimension, Self::FixedImageDimension > TransformType
typename TransformType::JacobianType TransformJacobianType
typename FixedImageType::ConstPointer FixedImageConstPointer
typename MovingImageType::ConstPointer MovingImageConstPointer
typename HistogramType::AbsoluteFrequencyType HistogramFrequencyType
typename HistogramType::MeasurementVectorType HistogramMeasurementVectorType
~MeanSquaresHistogramImageToImageMetric() override=default
MeasureType EvaluateMeasure(HistogramType &histogram) const override
HistogramImageToImageMetric< TFixedImage, TMovingImage > Superclass
Array< ParametersValueType > DerivativeType
Implements transparent reference counting.
typename FrequencyContainerType::AbsoluteFrequencyType AbsoluteFrequencyType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....