Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

cv2 read rgb image

import cv2
#read image
img = cv2.imread('D:/image-1.png')
#print its shape
print('Image Dimensions :', img.shape)
Source by pythonexamples.org #
 
PREVIOUS NEXT
Tagged: #read #rgb #image
ADD COMMENT
Topic
Name
3+6 =