OpenCV2-Python-Tutorials icon indicating copy to clipboard operation
OpenCV2-Python-Tutorials copied to clipboard

Include parameter names in cv2.HoughLinesP()

Open khtee opened this issue 4 years ago • 0 comments

There is a parameter called lines in between threshold and minLineLength. Without specifying the parameter name will cause cv2.HoughLinesP() to take the wrong positional parameter.

Docstring: HoughLinesP(image, rho, theta, threshold[, lines[, minLineLength[, maxLineGap]]])

khtee avatar Mar 04 '21 09:03 khtee