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