go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxKNNGraphAlphaMutualInformationMetric.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 __elxKNNGraphAlphaMutualInformationMetric_H__
19 #define __elxKNNGraphAlphaMutualInformationMetric_H__
20 
21 #include "elxIncludes.h" // include first to avoid MSVS warning
23 
24 namespace elastix
25 {
26 
81 template< class TElastix >
83  public
85  typename MetricBase< TElastix >::FixedImageType,
86  typename MetricBase< TElastix >::MovingImageType >,
87  public MetricBase< TElastix >
88 {
89 public:
90 
97  typedef itk::SmartPointer< Self > Pointer;
98  typedef itk::SmartPointer< const Self > ConstPointer;
99 
101  itkNewMacro( Self );
102 
106 
111  elxClassNameMacro( "KNNGraphAlphaMutualInformation" );
112 
125 
127  itkStaticConstMacro( FixedImageDimension, unsigned int,
128  FixedImageType::ImageDimension );
130  itkStaticConstMacro( MovingImageDimension, unsigned int,
131  MovingImageType::ImageDimension );
132 
141 
145 
155  void BeforeRegistration( void ) override;
156 
167  void BeforeEachResolution( void ) override;
168 
172  void Initialize( void ) override;
173 
174 protected:
175 
180 
181 private:
182 
184  KNNGraphAlphaMutualInformationMetric( const Self & ); // purposely not implemented
186  void operator=( const Self & ); // purposely not implemented
187 
188 };
189 
190 } // end namespace elastix
191 
192 #ifndef ITK_MANUAL_INSTANTIATION
193 #include "elxKNNGraphAlphaMutualInformationMetric.hxx"
194 #endif
195 
196 #endif // end #ifndef __elxKNNGraphAlphaMutualInformationMetric_H__
A class that deals with user given parameters and command line arguments.
A metric based on the itk::KNNGraphAlphaMutualInformationImageToImageMetric.
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
elxClassNameMacro("KNNGraphAlphaMutualInformation")
itk::KNNGraphAlphaMutualInformationImageToImageMetric< typename MetricBase< TElastix >::FixedImageType, typename MetricBase< TElastix >::MovingImageType > Superclass1
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:73
itk::SingleValuedCostFunction ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:89
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:81
ElastixType::MovingImageType MovingImageType
Definition: elxMetricBase.h:95
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:92
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:87
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:88
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:85
An extension of the ITK ImageToImageMetric. It is the intended base class for all elastix metrics.


Generated on 1641078589 for elastix by doxygen 1.9.1 elastix logo