Click or drag to resize

CvInvokeMahalanobis Method

http://www.emgu.com
Calculates the weighted distance between two vectors and returns it

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 Mahalanobis(
	IInputArray v1,
	IInputArray v2,
	IInputArray iconvar
)

Parameters

v1
Type: Emgu.CVIInputArray
The first 1D source vector
v2
Type: Emgu.CVIInputArray
The second 1D source vector
iconvar
Type: Emgu.CVIInputArray
The inverse covariation matrix

Return Value

Type: Double
the Mahalanobis distance
See Also