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