houghlinesp

OpenCV houghLinesP parameters

OpenCV houghLinesP parameters Question: I am having difficulty finding the lines on a chessboard in this image using HoughLinesP with OpenCV in Python. In an attempt to understand the parameters of HoughLinesP, I have come up with the following code: import numpy as np import cv2 from matplotlib import pyplot as plt from matplotlib import …

Total answers: 4