Drawing Detected Sobel Edges [closed]

asked 2018-06-01 11:13:42 -0600

Melkarid gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-12 16:17:07.050142

Comments