Skip to content

Instantly share code, notes, and snippets.

@Praveen76
Created April 16, 2022 04:01
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 Praveen76/eb93d7512bb00291d30e8dc7f5151b74 to your computer and use it in GitHub Desktop.
Save Praveen76/eb93d7512bb00291d30e8dc7f5151b74 to your computer and use it in GitHub Desktop.
import cv2 as cv
img=cv.imread(r'D:\ElonMusk.jpg')
cv.imshow('Elon Musk',img)
cv.waitKey()
cv.destroyAllWindows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment