18#ifndef elxAdvancedKappaStatisticMetric_h
19#define elxAdvancedKappaStatisticMetric_h
48template <
class TElastix>
51 typename MetricBase<TElastix>::MovingImageType>
78 using typename Superclass1::CoordinateRepresentationType;
79 using typename Superclass1::MovingImageType;
80 using typename Superclass1::MovingImagePixelType;
81 using typename Superclass1::MovingImageConstPointer;
82 using typename Superclass1::FixedImageType;
83 using typename Superclass1::FixedImageConstPointer;
84 using typename Superclass1::FixedImageRegionType;
85 using typename Superclass1::TransformType;
86 using typename Superclass1::TransformPointer;
87 using typename Superclass1::InputPointType;
88 using typename Superclass1::OutputPointType;
89 using typename Superclass1::TransformParametersType;
90 using typename Superclass1::TransformJacobianType;
91 using typename Superclass1::InterpolatorType;
92 using typename Superclass1::InterpolatorPointer;
93 using typename Superclass1::RealType;
94 using typename Superclass1::GradientPixelType;
95 using typename Superclass1::GradientImageType;
96 using typename Superclass1::GradientImagePointer;
97 using typename Superclass1::GradientImageFilterType;
98 using typename Superclass1::GradientImageFilterPointer;
99 using typename Superclass1::FixedImageMaskType;
100 using typename Superclass1::FixedImageMaskPointer;
101 using typename Superclass1::MovingImageMaskType;
102 using typename Superclass1::MovingImageMaskPointer;
103 using typename Superclass1::MeasureType;
104 using typename Superclass1::DerivativeType;
105 using typename Superclass1::ParametersType;
155#ifndef ITK_MANUAL_INSTANTIATION
156# include "elxAdvancedKappaStatisticMetric.hxx"
An metric based on the itk::AdvancedKappaStatisticImageToImageMetric.
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
itkStaticConstMacro(MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
ITK_DISALLOW_COPY_AND_MOVE(AdvancedKappaStatisticMetric)
void BeforeRegistration() override
typename Superclass2::ITKBaseType ITKBaseType
AdvancedKappaStatisticMetric()=default
~AdvancedKappaStatisticMetric() override=default
itk::SmartPointer< Self > Pointer
void Initialize() override
elxClassNameMacro("AdvancedKappaStatistic")
itk::SmartPointer< const Self > ConstPointer
This class is the elastix base class for all Metrics.
itk::SingleValuedCostFunction ITKBaseType
typename ElastixType::MovingImageType MovingImageType
typename ElastixType::RegistrationBaseType RegistrationType
Computes similarity between two objects to be registered.
typename ImageSamplerType::OutputVectorContainerPointer ImageSampleContainerPointer
typename MovingImageType::RegionType MovingImageRegionType
typename FixedImageType::PixelType FixedImagePixelType
typename ImageSamplerType::OutputVectorContainerType ImageSampleContainerType
typename MovingImageLimiterType::OutputType MovingImageLimiterOutputType
typename FixedImageLimiterType::OutputType FixedImageLimiterOutputType
typename ImageSamplerType::Pointer ImageSamplerPointer
This class is a base class for any image sampler.
Base class for all ITK limiter function objects.