NativeMethodsaruco_drawMarker Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void aruco_drawMarker( IntPtr dictionary, int id, int sidePixels, IntPtr mat, int borderBits )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub aruco_drawMarker ( dictionary As IntPtr, id As Integer, sidePixels As Integer, mat As IntPtr, borderBits As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void aruco_drawMarker( IntPtr dictionary, int id, int sidePixels, IntPtr mat, int borderBits )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member aruco_drawMarker : dictionary : IntPtr * id : int * sidePixels : int * mat : IntPtr * borderBits : int -> unit
OpenCvSharp.NativeMethods.aruco_drawMarker = function(dictionary, id, sidePixels, mat, borderBits);