I currently want to detect all perfectly horizontal edges in an image, and using the Sobel operator have achieved decent results so far.
However, I would like to display the detected edges, similarly to how you can draw contours using cv2.drawContours(), is there such a way to do this?
Thank you.