使用resize函数对图像进行缩放 ''' import cv2 import numpy as np img = cv2.imread('cat.jpg') height,width,channel = img.shape # 声明新的维度 new_dimension ...
確定! 回上一頁