NativeMethodscore_Mahalanobis Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double core_Mahalanobis( IntPtr v1, IntPtr v2, IntPtr icovar )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_Mahalanobis ( v1 As IntPtr, v2 As IntPtr, icovar As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double core_Mahalanobis( IntPtr v1, IntPtr v2, IntPtr icovar )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mahalanobis : v1 : IntPtr * v2 : IntPtr * icovar : IntPtr -> float
OpenCvSharp.NativeMethods.core_Mahalanobis = function(v1, v2, icovar);