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