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