Python图像库PIL 使用

可以轻松的使用一下图像功能,官方API:http://effbot.org/imagingbook/ from PIL import Image def img_show(img): pil_img = Image.fromarray(np.uint8(img)) pil_img.show() (x_train, t_train), (x_test, t_test) = load_mn
相关文章
相关标签/搜索