摘要: 图像相加: import cv2 import numpy as np image = cv2.imread("3.jpg") cv2.imshow("3",image) #图像image各像素加100 M = np.ones(image.shape,dtype="uint8")*100 #与ima 阅读全文
posted @ 2020-01-18 20:47 天子骄龙 阅读(1347) 评论(0) 推荐(0)