Skip to content

Instantly share code, notes, and snippets.

@Nithilaa
Created October 26, 2021 04:50
Show Gist options
  • Save Nithilaa/a0c4dacdefcb5f6e554d78516b4c29d6 to your computer and use it in GitHub Desktop.
Save Nithilaa/a0c4dacdefcb5f6e554d78516b4c29d6 to your computer and use it in GitHub Desktop.
import cv2
img = cv2.imread('flower_image.jpg', 0)
#or
#img = cv2.imread('C:\\Users\\Admin\\Downloads\\flower_image.jpg', 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment