14 #ifndef __elxMutualInformationHistogramMetric_H__
15 #define __elxMutualInformationHistogramMetric_H__
18 #include "itkMutualInformationHistogramImageToImageMetric.h"
43 template<
class TElastix >
46 itk::MutualInformationHistogramImageToImageMetric<
47 typename MetricBase< TElastix >::FixedImageType,
48 typename MetricBase< TElastix >::MovingImageType >,
55 typedef itk::MutualInformationHistogramImageToImageMetric<
59 typedef itk::SmartPointer< Self >
Pointer;
67 itk::MutualInformationHistogramImageToImageMetric );
91 MovingImageType::ImageDimension );
119 virtual void Initialize(
void ) throw ( itk::ExceptionObject );
126 virtual ~MutualInformationHistogramMetric() {}
139 #ifndef ITK_MANUAL_INSTANTIATION
140 #include "elxMutualInformationHistogramMetric.hxx"
143 #endif // end #ifndef __elxMutualInformationHistogramMetric_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.