18#ifndef __elxViolaWellsMutualInformationMetric_H__
19#define __elxViolaWellsMutualInformationMetric_H__
22#include "itkMutualInformationImageToImageMetric.h"
59template<
class TElastix >
62 itk::MutualInformationImageToImageMetric<
63 typename MetricBase< TElastix >::FixedImageType,
64 typename MetricBase< TElastix >::MovingImageType >,
71 typedef itk::MutualInformationImageToImageMetric<
75 typedef itk::SmartPointer< Self >
Pointer;
83 itk::MutualInformationImageToImageMetric );
111 MovingImageType::ImageDimension );
152#ifndef ITK_MANUAL_INSTANTIATION
153#include "elxViolaWellsMutualInformationMetric.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