NativeMethodsimgproc_HoughLinesP Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_HoughLinesP( IntPtr src, IntPtr lines, double rho, double theta, int threshold, double minLineLength, double maxLineG )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_HoughLinesP ( src As IntPtr, lines As IntPtr, rho As Double, theta As Double, threshold As Integer, minLineLength As Double, maxLineG As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_HoughLinesP( IntPtr src, IntPtr lines, double rho, double theta, int threshold, double minLineLength, double maxLineG )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_HoughLinesP : src : IntPtr * lines : IntPtr * rho : float * theta : float * threshold : int * minLineLength : float * maxLineG : float -> unit
OpenCvSharp.NativeMethods.imgproc_HoughLinesP = function(src, lines, rho, theta, threshold, minLineLength, maxLineG);