import cv2; # 加载一张JPG格式的图片; img = cv2.imread('example.jpg'); # 获取图像的通道数量; channels = img.shape[2]; # 判断颜色模式 ...
確定! 回上一頁