摘要: import cv2 from PIL import Image # pic.JPG 图片的路径 img = cv2.imread("pic.JPG",-1) print("图像形状:",img.shape) print("图像高度:",img.shape[0]) print("图像宽度:",img 阅读全文
posted @ 2021-11-28 21:25 我太想努力了 阅读(389) 评论(0) 推荐(0)