15 #ifndef __elxMutualInformationHistogramMetric_H__
16 #define __elxMutualInformationHistogramMetric_H__
19 #include "itkMutualInformationHistogramImageToImageMetric.h"
44 template <
class TElastix >
47 itk::MutualInformationHistogramImageToImageMetric<
48 typename MetricBase<TElastix>::FixedImageType,
49 typename MetricBase<TElastix>::MovingImageType >,
56 typedef itk::MutualInformationHistogramImageToImageMetric<
68 itk::MutualInformationHistogramImageToImageMetric );
92 MovingImageType::ImageDimension );
120 virtual void Initialize(
void) throw (itk::ExceptionObject);
127 virtual ~MutualInformationHistogramMetric() {}
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "elxMutualInformationHistogramMetric.hxx"
146 #endif // end #ifndef __elxMutualInformationHistogramMetric_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.