摘要: from PIL import Image from PIL import ImageEnhance import numpy as np # image = Image.open('file:///C:/Users/25764/Desktop/新建位图图像.bmp') #image.show() 阅读全文
posted @ 2020-05-06 20:09 liuchun玲 阅读(99) 评论(0) 推荐(0) 编辑
摘要: from PIL import Image import numpy as np vec_el = np.pi/2.2 # 光源的俯视角度,弧度值 vec_az = np.pi/4. # 光源的方位角度,弧度值 depth = 10. # (0-100) im = Image.open('C:/Us 阅读全文
posted @ 2020-05-06 19:05 liuchun玲 阅读(128) 评论(0) 推荐(0) 编辑
摘要: import numpy as np import matplotlib.pyplot as plt import matplotlib matplotlib.rcParams['font.family']='SimHei' matplotlib.rcParams['font.sans-serif' 阅读全文
posted @ 2020-05-06 16:16 liuchun玲 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-06 15:57 liuchun玲 阅读(99) 评论(0) 推荐(0) 编辑