We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1623965 commit 3cf740bCopy full SHA for 3cf740b
3 files changed
python_opencv_tracking/README
@@ -0,0 +1,14 @@
1
+1:相关具体实现的博文是:
2
+http://urlteam.org/2015/12/%E5%AD%A6%E4%B9%A0-%E7%94%A8-python-%E5%92%8C-opencv-%E6%A3%80%E6%B5%8B%E5%92%8C%E8%B7%9F%E8%B8%AA%E8%BF%90%E5%8A%A8%E5%AF%B9%E8%B1%A1/#more-464
3
+
4
+2:依赖的库之中imutils不好安装,提供安装源码
5
+请pull下imutils文件夹,进入该文件夹,运行
6
+sudo python setup.py install
7
8
+3:运行请执行
9
10
+python 1.py
11
12
+4:检测视频流请执行
13
+python motion_detector.py —video videos/example_01.mp4
14
python_opencv_tracking/README~
python_opencv_tracking/imutils
@@ -0,0 +1 @@
+Subproject commit e7f5881a3bb8317354d9aa0148edbe7281bcc0da
0 commit comments