You are here: Start » AVL.NET » AVS.HistogramDistance Method

AVS.HistogramDistance Method

Computes the numeric distance between two histograms.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void HistogramDistance
(
	AvlNet.Histogram inHistogram1,
	AvlNet.Histogram inHistogram2,
	AvlNet.DistanceMeasure inDistanceMeasure,
	out double outDistance
)

Parameters

Name Type Range Default Description
inHistogram1AvlNet.HistogramFirst input histogram.
inHistogram2AvlNet.HistogramSecond input histogram.
inDistanceMeasureAvlNet.DistanceMeasureMeasure of distance.
outDistancedoubleOutput distance value.

See also