项目作者: koba

项目描述 :
People counting algorithm using an overhead video camera
高级语言: C++
项目地址: git://github.com/koba/overhead-camera-people-counter.git
创建时间: 2017-07-11T00:49:20Z
项目社区:https://github.com/koba/overhead-camera-people-counter

开源协议:GNU General Public License v3.0

下载


overhead-camera-people-counter

Why it exists?

I created it out of the need to explore the OpenCV library to count people passing through a door. The algorithm is based on https://github.com/jeffskinnerbox/people-counter.

How to build it?

1. Install dependencies

Run the script which corresponding to your OS:

  • ./scripts/prebuild-linux.sh
  • ./scripts/prebuild-macos.sh
  • ./scripts/prebuild-windows.cmd

2. Build

From overhead-camera-people-counter root folder:

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

How to run it?

From overhead-camera-people-counter root folder:

  1. ./build/people-counter data/bus.avi

License

GPL-3.0