Skip to content

Instantly share code, notes, and snippets.

@haider11234
Last active June 23, 2020 12:47
Show Gist options
  • Save haider11234/c42b91d1e1d0811adbd04cc6f1ec6c68 to your computer and use it in GitHub Desktop.
Save haider11234/c42b91d1e1d0811adbd04cc6f1ec6c68 to your computer and use it in GitHub Desktop.
reading_image
import cv2
# colored Image
Img = cv2.imread ("image.png",1)
# Black and White (gray scale)
Img_1 = cv2.imread ("image.png",0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment