1 Star 0 Fork 1

downloadproject / Detect

forked from 尘年灬往事 / Detect 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 410 Bytes
一键复制 编辑 原始数据 按行查看 历史

Detect - An object detecting and tracking algorithm

本算法基于边缘查找,SVM和KCF跟踪算法。

本版本依赖于OpenCV 2.4, 并已成功在妙算平台上运行。

运行测试代码前准备:

准备样本集,提取hog特征并训练模型。

准备images.txt,样本集文件名列表,并置于./RunTracker 同一目录下。

编译及运行:

cmake .
make
./RunTracker show
1
https://gitee.com/projectdownload/Detect.git
git@gitee.com:projectdownload/Detect.git
projectdownload
Detect
Detect
master

搜索帮助