18#ifndef __elxGradientDifferenceMetric_H__
19#define __elxGradientDifferenceMetric_H__
36template<
class TElastix >
39 typename MetricBase< TElastix >::FixedImageType,
40 typename MetricBase< TElastix >::MovingImageType >,
51 typedef itk::SmartPointer< Self >
Pointer;
114 FixedImageType::ImageDimension );
118 MovingImageType::ImageDimension );
163#ifndef ITK_MANUAL_INSTANTIATION
164#include "elxGradientDifferenceMetric.hxx"
A class that deals with user given parameters and command line arguments.
An metric based on the itk::GradientDifferenceImageToImageMetric.
Superclass1::ImageSamplerPointer ImageSamplerPointer
Superclass2::RegistrationType RegistrationType
Superclass1::MovingImageDerivativeScalesType MovingImageDerivativeScalesType
Superclass1::DerivativeType DerivativeType
Superclass1::InputPointType InputPointType
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
GradientDifferenceMetric()
Superclass1::TransformParametersType TransformParametersType
Superclass1::GradientImageType GradientImageType
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::GradientImageFilterType GradientImageFilterType
Superclass1::FixedImageConstPointer FixedImageConstPointer
~GradientDifferenceMetric() override
Superclass1::FixedImageMaskType FixedImageMaskType
Superclass1::OutputPointType OutputPointType
Superclass1::MovingImageLimiterType MovingImageLimiterType
void operator=(const Self &)
itk::GradientDifferenceImageToImageMetric< typename MetricBase< TElastix >::FixedImageType, typename MetricBase< TElastix >::MovingImageType > Superclass1
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::InterpolatorPointer InterpolatorPointer
Superclass1::ImageSamplerType ImageSamplerType
Superclass2::ConfigurationType ConfigurationType
Superclass1::GradientPixelType GradientPixelType
void BeforeRegistration(void) override
Superclass1::GradientImagePointer GradientImagePointer
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
Superclass1::TransformType TransformType
Superclass1::MovingImageMaskType MovingImageMaskType
GradientDifferenceMetric Self
elxClassNameMacro("GradientDifference")
Superclass2::ElastixPointer ElastixPointer
GradientDifferenceMetric(const Self &)
itk::SmartPointer< const Self > ConstPointer
Superclass1::FixedImagePixelType FixedImagePixelType
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass2::ITKBaseType ITKBaseType
Superclass1::InterpolatorType InterpolatorType
Superclass1::MeasureType MeasureType
Superclass1::MovingImageRegionType MovingImageRegionType
Superclass1::FixedImageRegionType FixedImageRegionType
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Superclass1::RealType RealType
Superclass1::ParametersType ParametersType
Superclass1::MovingImagePixelType MovingImagePixelType
Superclass1::TransformJacobianType TransformJacobianType
MetricBase< TElastix > Superclass2
void Initialize(void) override
Superclass1::FixedImageLimiterType FixedImageLimiterType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::MovingImageType MovingImageType
Superclass1::TransformPointer TransformPointer
itk::SmartPointer< Self > Pointer
Superclass1::FixedImageType FixedImageType
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
void BeforeEachResolution(void) override
Superclass1::MovingImageConstPointer MovingImageConstPointer
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass2::ElastixType ElastixType
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
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
Superclass::InputPointType InputPointType
Superclass::FixedImageMaskPointer FixedImageMaskPointer
Superclass::GradientImageFilterPointer GradientImageFilterPointer
Superclass::GradientImageFilterType GradientImageFilterType
Superclass::GradientImagePointer GradientImagePointer
Superclass::OutputPointType OutputPointType
Superclass::CoordinateRepresentationType CoordinateRepresentationType
Superclass::MovingImageMaskPointer MovingImageMaskPointer
Superclass::MovingImageMaskType MovingImageMaskType
Superclass::GradientPixelType GradientPixelType
FixedImageLimiterType::OutputType FixedImageLimiterOutputType
Superclass::MovingImagePixelType MovingImagePixelType
MovingImageLimiterType::OutputType MovingImageLimiterOutputType
Superclass::FixedImageMaskType FixedImageMaskType
Superclass::GradientImageType GradientImageType
Superclass::FixedImageRegionType FixedImageRegionType
Superclass::ParametersType ParametersType
Computes similarity between two objects to be registered.
Superclass::DerivativeType DerivativeType
Superclass::InterpolatorType InterpolatorType
Superclass::MovingImageType MovingImageType
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::TransformType TransformType
Superclass::FixedImageType FixedImageType
Superclass::TransformJacobianType TransformJacobianType
Superclass::TransformPointer TransformPointer
MovingImageType::RegionType MovingImageRegionType
TFixedImage::PixelType FixedImagePixelType
Superclass::FixedImageConstPointer FixedImageConstPointer
Superclass::MeasureType MeasureType
Superclass::TransformParametersType TransformParametersType
Superclass::RealType RealType
InterpolatorType::Pointer InterpolatorPointer
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.