Example of resizing the images · import cv2 · img = cv2.imread(r'C:\Users\DEVANSH SHARMA\cat.jpeg', 1) · print('Original Dimensions : ', img.shape) · scale = 60 # ...
確定! 回上一頁