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