读取数据img = cv2.imread("cat.jpg-600") # 转换成灰度图img_gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) # 输出维度print(img_gray.shape) ...
確定! 回上一頁