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