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