Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

your cv2 related code is working fine, use cv2.imshow() / cv2.waitKey(), not matplotlib, and you get:

image description

your cv2 related code is working fine, use cv2.imshow() / cv2.waitKey(), not matplotlib, and you get:

image description

(the WTF is matplotlib, and we can't help you with it, sorry)

your cv2 related code is working fine, use cv2.imshow() / cv2.waitKey(), not matplotlib, and you get:

image description

cv2.imshow("lines", im)
cv2.waitKey()

(the WTF is matplotlib, and we can't help you with it, sorry)