![]() | 1 | initial version |
your cv2 related code is working fine, use cv2.imshow() / cv2.waitKey(), not matplotlib, and you get:
![]() | 2 | No.2 Revision |
your cv2 related code is working fine, use cv2.imshow() / cv2.waitKey(), not matplotlib, and you get:
(the WTF is matplotlib, and we can't help you with it, sorry)
![]() | 3 | No.3 Revision |
your cv2 related code is working fine, use cv2.imshow() / cv2.waitKey(), not matplotlib, and you get:
cv2.imshow("lines", im)
cv2.waitKey()
(the WTF is matplotlib, and we can't help you with it, sorry)