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

AVS.TableOfConfusion_Histograms Method

Computes confusion matrix based on two histograms and threshold value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TableOfConfusion_Histograms
(
	AvlNet.Histogram inPositiveValues,
	AvlNet.Histogram inNegativeValues,
	float inThreshold,
	AvlNet.ConfusionTable outConfusionTable
)

Parameters

Name Type Range Default Description
inPositiveValuesAvlNet.HistogramPixels values under binary classification mask.
inNegativeValuesAvlNet.HistogramPixels values not covered by mask.
inThresholdfloat128.0fDefault value: 128.0f.
outConfusionTableAvlNet.ConfusionTable

See also