18#ifndef elxNormalizedGradientCorrelationMetric_h 
   19#define elxNormalizedGradientCorrelationMetric_h 
   36template <
class TElastix>
 
   39                                                                typename MetricBase<TElastix>::MovingImageType>
 
   67  using typename Superclass1::CoordinateRepresentationType;
 
   68  using typename Superclass1::MovingImageType;
 
   69  using typename Superclass1::MovingImagePixelType;
 
   70  using typename Superclass1::MovingImageConstPointer;
 
   71  using typename Superclass1::FixedImageType;
 
   72  using typename Superclass1::FixedImageConstPointer;
 
   73  using typename Superclass1::FixedImageRegionType;
 
   74  using typename Superclass1::TransformType;
 
   75  using typename Superclass1::TransformPointer;
 
   76  using typename Superclass1::InputPointType;
 
   77  using typename Superclass1::OutputPointType;
 
   78  using typename Superclass1::TransformParametersType;
 
   79  using typename Superclass1::TransformJacobianType;
 
   80  using typename Superclass1::InterpolatorType;
 
   82  using typename Superclass1::RealType;
 
   83  using typename Superclass1::GradientPixelType;
 
   84  using typename Superclass1::GradientImageType;
 
   85  using typename Superclass1::GradientImagePointer;
 
   90  using typename Superclass1::MeasureType;
 
   91  using typename Superclass1::DerivativeType;
 
   92  using typename Superclass1::ParametersType;
 
 
  145#ifndef ITK_MANUAL_INSTANTIATION 
  146#  include "elxNormalizedGradientCorrelationMetric.hxx" 
This class is the elastix base class for all Metrics.
 
itk::SingleValuedCostFunction ITKBaseType
 
typename ElastixType::MovingImageType MovingImageType
 
typename ElastixType::RegistrationBaseType RegistrationType
 
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
 
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
 
ITK_DISALLOW_COPY_AND_MOVE(NormalizedGradientCorrelationMetric)
 
NormalizedGradientCorrelationMetric()=default
 
void Initialize() override
 
void BeforeRegistration() override
 
itk::SmartPointer< const Self > ConstPointer
 
typename Superclass2::ITKBaseType ITKBaseType
 
itk::SmartPointer< Self > Pointer
 
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
 
elxClassNameMacro("NormalizedGradientCorrelation")
 
~NormalizedGradientCorrelationMetric() override=default
 
void BeforeEachResolution() override
 
typename ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
 
typename ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
 
ImageMaskSpatialObject< Self::FixedImageDimension > FixedImageMaskType
 
SmartPointer< MovingImageMaskType > MovingImageMaskPointer
 
LimiterFunctionBase< RealType, FixedImageDimension > FixedImageLimiterType
 
ImageSamplerBase< FixedImageType > ImageSamplerType
 
LimiterFunctionBase< RealType, MovingImageDimension > MovingImageLimiterType
 
typename MovingImageLimiterType::OutputType MovingImageLimiterOutputType
 
typename FixedImageLimiterType::OutputType FixedImageLimiterOutputType
 
SmartPointer< FixedImageMaskType > FixedImageMaskPointer
 
typename ImageSamplerType::Pointer ImageSamplerPointer
 
ImageMaskSpatialObject< Self::MovingImageDimension > MovingImageMaskType
 
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
 
typename InterpolatorType::Pointer InterpolatorPointer
 
typename MovingImageType::RegionType MovingImageRegionType
 
typename TFixedImage::PixelType FixedImagePixelType