Skip to content

Conversation

@khtee
Copy link

@khtee khtee commented Mar 4, 2021

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]]])

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]]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant