Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Drawing Detected Sobel Edges

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.