You are here: Start » FIL.NET » FIS.HistogramIntersection Method
FIS.HistogramIntersection Method
Calculates normalized histogram intersection norm.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void HistogramIntersection ( FilNet.Histogram inHistogram1, FilNet.Histogram inHistogram2, out double outHistogramIntersection )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inHistogram1 | FilNet.Histogram | First input histogram. | ||
![]() | inHistogram2 | FilNet.Histogram | Second input histogram. | ||
![]() | outHistogramIntersection | double |


