ZhangZhihui's Blog  

2020年3月16日

摘要: 很简单,生成一个窗口实时显示摄像头的内容,然后将摄像头对准这个窗口。代码如下: import cv2clicked = Falsedef onMouse(event, x, y, flags, param): global clicked if event == cv2.EVENT_LBUTTONU 阅读全文
posted @ 2020-03-16 17:25 ZhangZhihuiAAA 阅读(126) 评论(0) 推荐(0) 编辑
 
摘要: The supported options may include the following:0: This option is an uncompressed raw video file. The file extension should be .avi.cv2.VideoWriter_fo 阅读全文
posted @ 2020-03-16 12:57 ZhangZhihuiAAA 阅读(2653) 评论(0) 推荐(0) 编辑
 
摘要: 可分别用来根据位置获取numpy矩阵中的值和为给定位置赋新值,速度比用index快。 阅读全文
posted @ 2020-03-16 09:06 ZhangZhihuiAAA 阅读(1336) 评论(0) 推荐(1) 编辑