18 #ifndef itkKappaStatisticImageToImageMetric_h
19 #define itkKappaStatisticImageToImageMetric_h
53 template<
typename TFixedImage,
typename TMovingImage >
92 void ComputeGradient()
override;
112 itkSetMacro(ForegroundValue,
RealType);
113 itkGetConstMacro(ForegroundValue,
RealType);
120 itkSetMacro(Complement,
bool);
121 itkBooleanMacro(Complement);
122 itkGetConstMacro(Complement,
bool);
128 void PrintSelf(std::ostream & os,
Indent indent)
const override;
132 bool m_Complement{
false };
136 #ifndef ITK_MANUAL_INSTANTIATION
137 #include "itkKappaStatisticImageToImageMetric.hxx"
typename FixedImageType::RegionType FixedImageRegionType
Array class with size defined at construction time.
Light weight base class for most itk classes.
RealType m_ForegroundValue
typename TransformType::InputPointType InputPointType
typename TransformType::JacobianType TransformJacobianType
Computes similarity between two binary objects to be registered.
TMovingImage MovingImageType
typename TransformType::ParametersType TransformParametersType
typename TransformType::OutputPointType OutputPointType
typename FixedImageType::ConstPointer FixedImageConstPointer
typename TransformType::Pointer TransformPointer
typename NumericTraits< MovingImagePixelType >::RealType RealType
TFixedImage FixedImageType
Control indentation during Print() invocation.
Computes similarity between regions of two images.
A templated class holding a n-Dimensional covariant vector.
typename MovingImageType::ConstPointer MovingImageConstPointer
Templated n-dimensional image class.