NativeMethodsml_EM_getCovs Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void ml_EM_getCovs( IntPtr obj, IntPtr covs )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub ml_EM_getCovs ( obj As IntPtr, covs As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void ml_EM_getCovs( IntPtr obj, IntPtr covs )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_EM_getCovs : obj : IntPtr * covs : IntPtr -> unit
OpenCvSharp.NativeMethods.ml_EM_getCovs = function(obj, covs);