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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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