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