NativeMethods.imgproc_LineSegmentDetector_compareSegments Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_LineSegmentDetector_compareSegments( IntPtr obj, Size size, IntPtr lines1, IntPtr lines2, IntPtr image )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_LineSegmentDetector_compareSegments ( obj As IntPtr, size As Size, lines1 As IntPtr, lines2 As IntPtr, image As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_LineSegmentDetector_compareSegments( IntPtr obj, Size size, IntPtr lines1, IntPtr lines2, IntPtr image )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_LineSegmentDetector_compareSegments : obj : IntPtr * size : Size * lines1 : IntPtr * lines2 : IntPtr * image : IntPtr -> int
OpenCvSharp.NativeMethods.imgproc_LineSegmentDetector_compareSegments = function(obj, size, lines1, lines2, image);