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