15 #ifndef __elxNormalizedMutualInformationMetric_H__
16 #define __elxNormalizedMutualInformationMetric_H__
71 template <
class TElastix >
75 typename MetricBase<TElastix>::FixedImageType,
76 typename MetricBase<TElastix>::MovingImageType >,
151 FixedImageType::ImageDimension );
155 MovingImageType::ImageDimension );
180 virtual void Initialize(
void) throw (itk::ExceptionObject);
206 #ifndef ITK_MANUAL_INSTANTIATION
207 #include "elxNormalizedMutualInformationMetric.hxx"
210 #endif // end #ifndef __elxNormalizedMutualInformationMetric_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.
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.