NativeMethodsaruco_getPredefinedDictionary Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr aruco_getPredefinedDictionary( int name )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function aruco_getPredefinedDictionary ( name As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr aruco_getPredefinedDictionary( int name )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member aruco_getPredefinedDictionary : name : int -> IntPtr
OpenCvSharp.NativeMethods.aruco_getPredefinedDictionary = function(name);