NativeMethodsaruco_detectMarkers Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void aruco_detectMarkers( IntPtr image, IntPtr dictionary, IntPtr corners, IntPtr ids, IntPtr detectParameters, IntPtr outrejectedImgPoints )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub aruco_detectMarkers ( image As IntPtr, dictionary As IntPtr, corners As IntPtr, ids As IntPtr, detectParameters As IntPtr, outrejectedImgPoints As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void aruco_detectMarkers( IntPtr image, IntPtr dictionary, IntPtr corners, IntPtr ids, IntPtr detectParameters, IntPtr outrejectedImgPoints )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member aruco_detectMarkers : image : IntPtr * dictionary : IntPtr * corners : IntPtr * ids : IntPtr * detectParameters : IntPtr * outrejectedImgPoints : IntPtr -> unit
OpenCvSharp.NativeMethods.aruco_detectMarkers = function(image, dictionary, corners, ids, detectParameters, outrejectedImgPoints);