Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 17, 2021 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/d080e5dca48ce6fdd9f1a0d35320e835 to your computer and use it in GitHub Desktop.
Save amankharwal/d080e5dca48ce6fdd9f1a0d35320e835 to your computer and use it in GitHub Desktop.
import cv2
img = cv2.imread("aman.png")
cv2.imshow("Aman", img)
cv2.waitKey(0)
cv2.destroyAllWindows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment