文件名称:HeadCounter-master
- 所属分类:
- 其他小程序
- 资源属性:
- 上传时间:
- 2018-03-14
- 文件大小:
- 112kb
- 下载次数:
- 0次
- 提 供 者:
- denij*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
= Head Counter =
The aim of this software is to be able to count the number of people present in a crowd, especially in protests, and provide an estimate as accurate as possible. This software is currently at a very early stage.
Compilation
===========
You need OpenCV to compile this software. It should work well with the latest opencv from debian and ubuntu as well. It uses CMake to build. The process is as follow :
cd HeadCounter
mkdir build
cd build
cmake ..
make
this should compile both cvplayer and headcounter.
cvplayer is a simple test utility to check that your opencv configuration manage to read a specific file
headcounter is the main program. headcounter -h gives you instruction on how to use it.
Support
=======
You can contact me at quemener dot yves at free dot fr.
The aim of this software is to be able to count the number of people present in a crowd, especially in protests, and provide an estimate as accurate as possible. This software is currently at a very early stage.
Compilation
===========
You need OpenCV to compile this software. It should work well with the latest opencv from debian and ubuntu as well. It uses CMake to build. The process is as follow :
cd HeadCounter
mkdir build
cd build
cmake ..
make
this should compile both cvplayer and headcounter.
cvplayer is a simple test utility to check that your opencv configuration manage to read a specific file
headcounter is the main program. headcounter -h gives you instruction on how to use it.
Support
=======
You can contact me at quemener dot yves at free dot fr.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
HeadCounter-master | 0 | 2012-10-04 |
HeadCounter-master\CMakeLists.txt | 293 | 2012-10-04 |
HeadCounter-master\Makefile | 1967 | 2012-10-04 |
HeadCounter-master\README | 796 | 2012-10-04 |
HeadCounter-master\cvPlayer | 0 | 2012-10-04 |
HeadCounter-master\cvPlayer\cvPlayer.cpp | 1785 | 2012-10-04 |
HeadCounter-master\data | 0 | 2012-10-04 |
HeadCounter-master\data\haarcascade_frontalface_alt.xml | 919871 | 2012-10-04 |
HeadCounter-master\doc | 0 | 2012-10-04 |
HeadCounter-master\doc\blog.xml | 1514 | 2012-10-04 |
HeadCounter-master\headCounter.cpp | 14611 | 2012-10-04 |