Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import cv2
  2. img =cv2.imread('tr.jpg')
  3.  
  4. cv2.imshow('image',img)
  5.  
  6. cv2.waitKey(0)
  7. cv2.destroyAllWindows()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement