You are here: Start » AVL.NET » Invoke.TableOfConfusion_Images
Computes statistics from a confusion matrix for image of groundTruth and results.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TableOfConfusion_Images ( Avl.Image inImageGroundTruth, Avl.Image inImageResults, int inThreshold, out long outTruePositive, out long outFalsePositive, out long outTrueNegative, out long outFalseNegative, Avl.ConfusionTable outConfusionTable )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageGroundTruth | Avl.Image | Binary image of ground truth. | ||
![]() | inImageResults | Avl.Image | |||
![]() | inThreshold | int | 0 | Default value: 0. | |
![]() | outTruePositive | long | |||
![]() | outFalsePositive | long | |||
![]() | outTrueNegative | long | |||
![]() | outFalseNegative | long | |||
![]() | outConfusionTable | Avl.ConfusionTable |