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