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