All Projects → koba → Overhead Camera People Counter

koba / Overhead Camera People Counter

Licence: gpl-3.0
People counting algorithm using an overhead video camera

Projects that are alternatives of or similar to Overhead Camera People Counter

Primestereomatch
A heterogeneous and fully parallel stereo matching algorithm for depth estimation, implementing a local adaptive support weight (ADSW) Guided Image Filter (GIF) cost aggregation stage. Developed in both C++ and OpenCL.
Stars: ✭ 191 (+229.31%)
Mutual labels:  algorithm, opencv
Anms Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
Stars: ✭ 174 (+200%)
Mutual labels:  algorithm, opencv
Scene Text Recognition
Scene text detection and recognition based on Extremal Region(ER)
Stars: ✭ 146 (+151.72%)
Mutual labels:  algorithm, opencv
Develop Source
Open source for developer.(开发资源整理:Java,Android,算法,iOS,MacOS等等)
Stars: ✭ 219 (+277.59%)
Mutual labels:  algorithm, opencv
Beautifulgirls
爬虫+脸部识别+DCGAN脸部自动生成
Stars: ✭ 56 (-3.45%)
Mutual labels:  opencv
Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (-12.07%)
Mutual labels:  algorithm
Pdf Table
Java utility for parsing PDF tabular data using Apache PDFBox and OpenCV
Stars: ✭ 50 (-13.79%)
Mutual labels:  opencv
Algo Explorer
Android app for learning algorithms in Computer Science
Stars: ✭ 49 (-15.52%)
Mutual labels:  algorithm
Study
Algorithm / Book Reviews / Interview / ETC
Stars: ✭ 58 (+0%)
Mutual labels:  algorithm
Rpindvi
Raspberry PI NDVI Code
Stars: ✭ 57 (-1.72%)
Mutual labels:  opencv
Algorithm
algorithm library
Stars: ✭ 55 (-5.17%)
Mutual labels:  algorithm
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-12.07%)
Mutual labels:  opencv
Interview Guide
Coding/technical interview guide: data structures, algorithms, complexity analyses, interview questions
Stars: ✭ 54 (-6.9%)
Mutual labels:  algorithm
Lapjv
Go implementation of the LAPJV algorithm
Stars: ✭ 50 (-13.79%)
Mutual labels:  algorithm
Color Transfer Between Images
This is the open-source implement the paper "Color Transfer between Images" by Erik Reinhard, Michael Ashikhmin, Bruce Gooch and Peter Shirley.
Stars: ✭ 56 (-3.45%)
Mutual labels:  opencv
Nodecv
Node.js binding to OpenCV
Stars: ✭ 49 (-15.52%)
Mutual labels:  opencv
Easypr Python
EasyPR-python
Stars: ✭ 55 (-5.17%)
Mutual labels:  opencv
Learningopencv
Source code for Learning OpenCV 《学习OpenCV》源码及 Mac 运行工程
Stars: ✭ 57 (-1.72%)
Mutual labels:  opencv
Flask face detection
Face detection example in Python 3 based on OpenCV and Flask
Stars: ✭ 55 (-5.17%)
Mutual labels:  opencv
Idmatch
Match faces on id cards with OCR capabilities.
Stars: ✭ 52 (-10.34%)
Mutual labels:  opencv

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:

mkdir build
cd build
cmake ..
make

How to run it?

From overhead-camera-people-counter root folder:

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

License

GPL-3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].