摘要: import cv2import numpy as nppath = "test2.jpg"img = cv2.imread(path)height, width, depth = img.shape[0:3]# 图片二值化处理,把[240, 240, 240]~[255, 255, 255]以外的 阅读全文
posted @ 2019-07-15 19:21 牛牛码代码 阅读(4381) 评论(1) 推荐(0) 编辑