会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Xcsg
做正确的事,正确的做事。
CnBlogs
Home
New Post
Contact
Admin
Subscription
2019年3月9日
pillow与numpy实现图片素描化
from PIL import Image import numpy as np #封装一个图像处理类 class TestNumpy(object): def photo2paint(self,img_url): # 读取图片 my_photo = np.asarray(Image.open(img_url).convert("L")).astype(...
Read More
posted @ 2019-03-09 09:52 Xcsg
Views(763)
Comments(0)
Diggs(0)
Edit
公告