
Opencv$Python
tanmengwen
这个作者很懒,什么都没留下…
展开
-
OpenCV -- 采用Python打开摄像头并截图
import cv2.cv as cv import time if __name__ == '__main__': cv.NamedWindow("camera",1) # capture = cv.CaptureFromCAM(0) #开启摄像头 capture = cv.CaptureFromFile("Video.avi") #打开一原创 2014-12-12 13:49:56 · 17299 阅读 · 2 评论 -
A Byte of Python
1. Welcome2. Dedication3. Preface4. Introduction5. Installation6. First Steps7. Basics8. Operators and Expressions9. Control Flow10. Functions11. Modules12. Data Structures13. Problem Solving14. Objec翻译 2015-02-24 19:19:29 · 3463 阅读 · 0 评论