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