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


