HoughLinesP

Description

Finds line segments in a binary image using the probabilistic Hough transform.

Signature

cv2.HoughLinesP(image, rho, theta, threshold[, lines[, minLineLength[, maxLineGap]]]) → lines

Parameters

Notes


References

Created with OpenCV 4.4.0