摘要: 导包: 打开图像: 输出: 阅读全文
posted @ 2019-06-26 18:29 Geeksongs 阅读(1557) 评论(0) 推荐(0) 编辑
摘要: 首先导包: 阅读全文
posted @ 2019-06-26 14:40 Geeksongs 阅读(1780) 评论(0) 推荐(0) 编辑
摘要: 首先导包: 开始干正事儿,看能够显示图片不: 图像加法的简单例子,从数值上进行理解: 减法的例子,也是从数值上进行理解: 图像加法实战,让之前我们读入的图片亮度增加: 得解 阅读全文
posted @ 2019-06-26 13:39 Geeksongs 阅读(3593) 评论(0) 推荐(0) 编辑
摘要: import numpy as np image=np.zeros((300,300,3),dtype='uint8') (cx,cy)=image.shape[1]//2,image.shape[0]//2#其中的cx和cy就是我们图像中点的坐标 阅读全文
posted @ 2019-06-26 13:13 Geeksongs 阅读(8884) 评论(0) 推荐(0) 编辑

Coded by Geeksongs on Linux

All rights reserved, no one is allowed to pirate or use the document for other purposes.