摘要: pip install opencv-python 运行demo: import cv2 img = cv2.imread(r"C:\\Users\\wucj\\Desktop\\lion.jpg", 1) cv2.imshow("1", img) cv2.waitKey() 阅读全文
posted @ 2020-06-02 18:20 绍荣 阅读(198) 评论(0) 推荐(0) 编辑