from imageio import imread,imsave # 图像读取img = imread('lena.jpg') # print(img) # 查看类型,尺寸print(img.dtype,img.shape) # 显示蓝色通道img_tinted ...
確定! 回上一頁