Click or drag to resize

NativeMethodscore_Mahalanobis Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static double core_Mahalanobis(
	IntPtr v1,
	IntPtr v2,
	IntPtr icovar
)

Parameters

v1
Type: SystemIntPtr
v2
Type: SystemIntPtr
icovar
Type: SystemIntPtr

Return Value

Type: Double
See Also