Resize Image using Opencv Python. import cv2 filename = 'your_image.jpg' W = 1000. oriimg = cv2.imread(filename,cv2.CV_LOAD_IMAGE_COLOR)
確定! 回上一頁