Skip to content

Instantly share code, notes, and snippets.

@Yuktha-Majella
Created October 26, 2021 14:26
Show Gist options
  • Save Yuktha-Majella/12b8d1b52bb2444a0a821f0db2d30035 to your computer and use it in GitHub Desktop.
Save Yuktha-Majella/12b8d1b52bb2444a0a821f0db2d30035 to your computer and use it in GitHub Desktop.
Reading an image using cv2
import numpy as np
import cv2
img = cv2.imread('C:\\Users\\Admin\\Downloads\\operations on images\\Billiards.jpg')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment