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