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