Skip to content

Instantly share code, notes, and snippets.

@Praveen76
Created April 15, 2022 16:30
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/f13b6595667e0895354c5d76d1922c43 to your computer and use it in GitHub Desktop.
Save Praveen76/f13b6595667e0895354c5d76d1922c43 to your computer and use it in GitHub Desktop.
import cv2 as cv
img=cv.imread('D\image.jpg")
cv.imshow('img',img)
cv.waitkey(0)
cv.destroyAllWindows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment