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