18#ifndef __elxMutualInformationHistogramMetric_H__
19#define __elxMutualInformationHistogramMetric_H__
22#include "itkMutualInformationHistogramImageToImageMetric.h"
45template<
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 );
137#ifndef ITK_MANUAL_INSTANTIATION
138#include "elxMutualInformationHistogramMetric.hxx"
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Metrics.
itk::SingleValuedCostFunction ITKBaseType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
ElastixType::MovingImageType MovingImageType
ElastixType::FixedImageType FixedImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
Superclass::ElastixPointer ElastixPointer