14 #ifndef __elxNormalizedMutualInformationMetric_H__
15 #define __elxNormalizedMutualInformationMetric_H__
70 template<
class TElastix >
74 typename MetricBase< TElastix >::FixedImageType,
75 typename MetricBase< TElastix >::MovingImageType >,
86 typedef itk::SmartPointer< Self >
Pointer;
150 FixedImageType::ImageDimension );
154 MovingImageType::ImageDimension );
179 virtual void Initialize(
void ) throw ( itk::ExceptionObject );
204 #ifndef ITK_MANUAL_INSTANTIATION
205 #include "elxNormalizedMutualInformationMetric.hxx"
208 #endif // end #ifndef __elxNormalizedMutualInformationMetric_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.
virtual void SetUseDerivative(bool _arg)
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.