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
inHistogram1AvlNet.HistogramFirst input histogram.
inHistogram2AvlNet.HistogramSecond input histogram.
outHistogramIntersectiondouble

See also