Cv2HoughLinesP Method |
Namespace: OpenCvSharp
public static LineSegmentPoint[] HoughLinesP( InputArray image, double rho, double theta, int threshold, double minLineLength = 0, double maxLineGap = 0 )
Public Shared Function HoughLinesP ( image As InputArray, rho As Double, theta As Double, threshold As Integer, Optional minLineLength As Double = 0, Optional maxLineGap As Double = 0 ) As LineSegmentPoint()
public: static array<LineSegmentPoint>^ HoughLinesP( InputArray^ image, double rho, double theta, int threshold, double minLineLength = 0, double maxLineGap = 0 )
static member HoughLinesP : image : InputArray * rho : float * theta : float * threshold : int * ?minLineLength : float * ?maxLineGap : float (* Defaults: let _minLineLength = defaultArg minLineLength 0 let _maxLineGap = defaultArg maxLineGap 0 *) -> LineSegmentPoint[]
[Missing <param name="image"/> documentation for "M:OpenCvSharp.Cv2.HoughLinesP(OpenCvSharp.InputArray,System.Double,System.Double,System.Int32,System.Double,System.Double)"]