摘要: 图像的运算可以是十进制的值运算也可以是二进制的位逻辑运算 一、图像加法运算 1 import cv2 2 import numpy as np 3 img1 = np.random.randint(0,256, size = [3,3] , dtype = np.uint8) 4 img2 = np 阅读全文
posted @ 2020-01-12 11:47 miaorn 阅读(542) 评论(0) 推荐(0)