Skip to content

Instantly share code, notes, and snippets.

@haider11234
Created June 23, 2020 12:57
Show Gist options
  • Save haider11234/e8c4f88117f15cc8aad9262c903b23b6 to your computer and use it in GitHub Desktop.
Save haider11234/e8c4f88117f15cc8aad9262c903b23b6 to your computer and use it in GitHub Desktop.
resolution
Import cv2
# Black and White (gray scale)
Img = cv2.imread ("image.png",0)
print(img.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment