18 #ifndef itkKappaStatisticImageToImageMetric_h
19 #define itkKappaStatisticImageToImageMetric_h
53 template<
typename TFixedImage,
typename TMovingImage >
91 void ComputeGradient() ITK_OVERRIDE;
102 MeasureType GetValue(const TransformParametersType & parameters) const ITK_OVERRIDE;
106 void GetValueAndDerivative(const TransformParametersType & parameters,
111 itkSetMacro(ForegroundValue,
RealType);
112 itkGetConstMacro(ForegroundValue, RealType);
119 itkSetMacro(Complement,
bool);
120 itkBooleanMacro(Complement);
121 itkGetConstMacro(Complement,
bool);
126 virtual ~KappaStatisticImageToImageMetric() ITK_OVERRIDE {}
127 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkKappaStatisticImageToImageMetric.hxx"
Array class with size defined at construction time.
Light weight base class for most itk classes.
RealType m_ForegroundValue
Superclass::GradientImageType GradientImageType
SmartPointer< const Self > ConstPointer
Superclass::FixedImageType FixedImageType
Superclass::InputPointType InputPointType
Superclass::MeasureType MeasureType
NumericTraits< MovingImagePixelType >::RealType RealType
Superclass::DerivativeType DerivativeType
Superclass::RealType RealType
Computes similarity between two binary objects to be registered.
Superclass::MovingImageType MovingImageType
KappaStatisticImageToImageMetric Self
SmartPointer< Self > Pointer
Superclass::MovingImageConstPointer MovingImageConstPointer
Superclass::TransformPointer TransformPointer
Superclass::FixedImageRegionType FixedImageRegionType
Superclass::TransformJacobianType TransformJacobianType
Control indentation during Print() invocation.
Superclass::TransformParametersType TransformParametersType
Superclass::FixedImageConstPointer FixedImageConstPointer
Superclass::GradientPixelType GradientPixelType
Computes similarity between regions of two images.
ImageToImageMetric< TFixedImage, TMovingImage > Superclass
Superclass::TransformType TransformType
Superclass::OutputPointType OutputPointType
TransformType::ParametersType TransformParametersType