You are here: Start » AVL.NET » AVS.TableOfConfusion_Images Method

AVS.TableOfConfusion_Images Method

Computes statistics from a confusion matrix for image of groundTruth and results.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TableOfConfusion_Images
(
	AvlNet.Image inImageGroundTruth,
	AvlNet.Image inImageResults,
	int inThreshold,
	out long outTruePositive,
	out long outFalsePositive,
	out long outTrueNegative,
	out long outFalseNegative,
	AvlNet.ConfusionTable outConfusionTable
)

Parameters

Name Type Range Default Description
inImageGroundTruthAvlNet.ImageBinary image of ground truth.
inImageResultsAvlNet.Image
inThresholdint0Default value: 0.
outTruePositivelong
outFalsePositivelong
outTrueNegativelong
outFalseNegativelong
outConfusionTableAvlNet.ConfusionTable

See also