move dirs
This commit is contained in:
7
code/Python/opencv/open-image.py
Normal file
7
code/Python/opencv/open-image.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import cv2
|
||||
|
||||
img = cv2.imread('image.png')
|
||||
|
||||
cv2.imshow('Images from Files', img)
|
||||
cv2.waitKey(0)
|
||||
cv2.destroyAllWindows()
|
||||
Reference in New Issue
Block a user