Skip to content

Commit 3cf740b

Browse files
committed
增加依赖库imutils 的安装方法,以及README文件
1 parent 1623965 commit 3cf740b

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

python_opencv_tracking/README

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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~

Whitespace-only changes.

python_opencv_tracking/imutils

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e7f5881a3bb8317354d9aa0148edbe7281bcc0da

0 commit comments

Comments
 (0)