2020年4月16日

python opencv

摘要: import cv2 as cv # 导入加载图片 img = cv.imread('test.jpg') # 图片显示 cv.imshow('img',img) # 键盘输入 # cv.waitKey(1000) cv.waitKey(0) # C++清理缓存 cv.destroyAllWindo 阅读全文

posted @ 2020-04-16 15:32 dandanduba 阅读(252) 评论(0) 推荐(0) 编辑

导航