Skip to content

Instantly share code, notes, and snippets.

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