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