IMREAD_UNCHANGED包含alpha通道 img = cv2.imread('1.jpg') cv2.imshow('src' ... import imageio im2 = imageio.imread('1.jpg') print(im2.dtype) ...
確定! 回上一頁