OpenCV Probabilistic and Standard Hough Line Transform giving very different results?
I’m new to CV, and I’m trying to detect an image in a computer screen. My approach is using Hough line transform to get possible edges that form the image. I was wondering why the standard cv2.HoughLines() doesn’t work as well. Any insight helps. Thank you!