Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Last active September 19, 2021 09:22
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/978b9244c565d1b3a01cbfeabc9306ef to your computer and use it in GitHub Desktop.
Save letthedataconfess/978b9244c565d1b3a01cbfeabc9306ef to your computer and use it in GitHub Desktop.
opencv part 1
gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
cv2.imshow('zebra',gray)
cv2.waitKey(0)
cv2.destroyAllWindows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment