import numpy as np from imageio import imread,imsave # 图像读取 img = imread('lena.jpg') # print(img) # 查看类型,尺寸 print(img.dtype ...
確定! 回上一頁