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

AVS.DifferenceHistogram Method

Computes histogram representing difference between corresponding bars of given histograms.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DifferenceHistogram
(
	AvlNet.Histogram inHistogram1,
	AvlNet.Histogram inHistogram2,
	AvlNet.Histogram outHistogram
)

Parameters

Name Type Range Default Description
inHistogram1AvlNet.HistogramInput histogram1.
inHistogram2AvlNet.HistogramInput histogram2.
outHistogramAvlNet.HistogramOutput histogram.

See also