Click or drag to resize

CvInvokeCompareHist Method

http://www.emgu.com
Compares two histograms.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static double CompareHist(
	IInputArray h1,
	IInputArray h2,
	HistogramCompMethod method
)

Parameters

h1
Type: Emgu.CVIInputArray
First compared histogram.
h2
Type: Emgu.CVIInputArray
Second compared histogram of the same size as H1 .
method
Type: Emgu.CV.CvEnumHistogramCompMethod
Comparison method

Return Value

Type: Double
The distance between the histogram
See Also