18 #ifndef __elxNormalizedMutualInformationMetric_H__ 19 #define __elxNormalizedMutualInformationMetric_H__ 73 template<
class TElastix >
77 typename MetricBase< TElastix >::FixedImageType,
78 typename MetricBase< TElastix >::MovingImageType >,
89 typedef itk::SmartPointer< Self >
Pointer;
153 FixedImageType::ImageDimension );
157 MovingImageType::ImageDimension );
177 virtual void Initialize(
void ) throw (
itk::ExceptionObject );
202 #ifndef ITK_MANUAL_INSTANTIATION 203 #include "elxNormalizedMutualInformationMetric.hxx" 206 #endif // end #ifndef __elxNormalizedMutualInformationMetric_H__
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationType ConfigurationType
ElastixType::FixedImageType FixedImageType
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.