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