18 #ifndef __elxMutualInformationHistogramMetric_H__ 19 #define __elxMutualInformationHistogramMetric_H__ 22 #include "itkMutualInformationHistogramImageToImageMetric.h" 45 template<
class TElastix >
48 itk::MutualInformationHistogramImageToImageMetric<
49 typename MetricBase< TElastix >::FixedImageType,
50 typename MetricBase< TElastix >::MovingImageType >,
57 typedef itk::MutualInformationHistogramImageToImageMetric<
61 typedef itk::SmartPointer< Self >
Pointer;
69 itk::MutualInformationHistogramImageToImageMetric );
93 MovingImageType::ImageDimension );
117 virtual void Initialize(
void )
throw ( itk::ExceptionObject );
137 #ifndef ITK_MANUAL_INSTANTIATION 138 #include "elxMutualInformationHistogramMetric.hxx" 141 #endif // end #ifndef __elxMutualInformationHistogramMetric_H__
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationType ConfigurationType
ElastixType::FixedImageType FixedImageType
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.