Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Last active September 19, 2021 09:18
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 letthedataconfess/1c44bf39e4918b71158b85ea44279ca1 to your computer and use it in GitHub Desktop.
Save letthedataconfess/1c44bf39e4918b71158b85ea44279ca1 to your computer and use it in GitHub Desktop.
opencv part 1
img = cv2.imread('Zebra.jpg')
plt.figure(figsize = (10,6))
plt.imshow(img)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment