Simplex11
0
Q:

how to find left top width and height on an image using python

import cv2

im = cv2.imread('data/src/lena.jpg')

print(type(im))
# <class 'numpy.ndarray'>

print(im.shape)
print(type(im.shape))
# (225, 400, 3)
# <class 'tuple'>
0

New to Communities?

Join the community