You are here: Start » AVL.NET » Invoke.HistogramIntersection

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
inHistogram1Avl.HistogramFirst input histogram.
inHistogram2Avl.HistogramSecond input histogram.
outHistogramIntersectiondouble

See also