15 #ifndef __elxKNNGraphAlphaMutualInformationMetric_H__
16 #define __elxKNNGraphAlphaMutualInformationMetric_H__
80 template <
class TElastix >
84 typename MetricBase<TElastix>::FixedImageType,
85 typename MetricBase<TElastix>::MovingImageType >,
127 FixedImageType::ImageDimension);
130 MovingImageType::ImageDimension );
176 virtual void Initialize(
void) throw (itk::ExceptionObject);
198 #ifndef ITK_MANUAL_INSTANTIATION
199 #include "elxKNNGraphAlphaMutualInformationMetric.hxx"
202 #endif // end #ifndef __elxKNNGraphAlphaMutualInformationMetric_H__
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationType ConfigurationType
itk::SmartPointer< Self > Pointer
ElastixType::FixedImageType FixedImageType
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.