摘要:
1 from PIL import Image 2 import numpy as np 3 4 def paint(oname,sname): 5 a = np.asarray(Image.open(oname).convert('L')).astype('float') 6 7 depth = 15. # (... 阅读全文
posted @ 2017-04-30 18:47
breakcozy
阅读(277)
评论(1)
推荐(0)
2017年4月30日