摘要: 以下代码都是在python中使用OpenCV import cv2 img = cv2.imread('ex1.jpg', 1) cv2.imshow('image', img) cv2.waitKey(0) OpenCV库的引入:import cv2 OpenCV读取的图片,图片数据的组织形式为b 阅读全文
posted @ 2020-03-30 20:57 荒唐了年少 阅读(796) 评论(0) 推荐(0) 编辑