例:
>>import cv2 as cv >>import numpy as np >>img = np.random.rand(128,256) >>img = cv.resize(img, (128, 256)) >>img.shape >>(256, 128)