14 #ifndef __elxKNNGraphAlphaMutualInformationMetric_H__
15 #define __elxKNNGraphAlphaMutualInformationMetric_H__
79 template<
class TElastix >
83 typename MetricBase< TElastix >::FixedImageType,
84 typename MetricBase< TElastix >::MovingImageType >,
95 typedef itk::SmartPointer< Self >
Pointer;
126 FixedImageType::ImageDimension );
129 MovingImageType::ImageDimension );
175 virtual void Initialize(
void ) throw ( itk::ExceptionObject );
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "elxKNNGraphAlphaMutualInformationMetric.hxx"
199 #endif // end #ifndef __elxKNNGraphAlphaMutualInformationMetric_H__
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationType ConfigurationType
ElastixType::FixedImageType FixedImageType
itk::SmartPointer< Self > Pointer
A class to time the different parts of the registration.
Superclass::ElastixType ElastixType
itk::SingleValuedCostFunction ITKBaseType
ElastixType::MovingImageType MovingImageType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer
This class is the elastix base class for all Metrics.