You are here: Start » AVL.NET » Invoke.TableOfConfusion_Histograms
Computes confusion matrix based on two histograms and threshold value.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TableOfConfusion_Histograms ( Avl.Histogram inPositiveValues, Avl.Histogram inNegativeValues, float inThreshold, Avl.ConfusionTable outConfusionTable )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPositiveValues | Avl.Histogram | Pixels values under binary classification mask. | ||
![]() | inNegativeValues | Avl.Histogram | Pixels values not covered by mask. | ||
![]() | inThreshold | float | 128.0f | Default value: 128.0f. | |
![]() | outConfusionTable | Avl.ConfusionTable |