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


