NativeMethodsimgproc_HoughLines Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_HoughLines( IntPtr src, IntPtr lines, double rho, double theta, int threshold, double srn, double stn )
Public Shared Function imgproc_HoughLines ( src As IntPtr, lines As IntPtr, rho As Double, theta As Double, threshold As Integer, srn As Double, stn As Double ) As ExceptionStatus
public: static ExceptionStatus imgproc_HoughLines( IntPtr src, IntPtr lines, double rho, double theta, int threshold, double srn, double stn )
static member imgproc_HoughLines : src : IntPtr * lines : IntPtr * rho : float * theta : float * threshold : int * srn : float * stn : float -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
[Missing <param name="lines"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
[Missing <param name="rho"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
[Missing <param name="theta"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
[Missing <param name="srn"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
[Missing <param name="stn"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_HoughLines(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Double,System.Double)"]