umardx / Counter-CV

Vehicle Detection, Tracking and Counting using OpenCV 3.2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Counter-CV

For Linux users

  • For Linux, a CMakefile is provided to compile the source code.

  • Check out the latest project source code and compile it:

$ git clone https://github.com/umardx/Counter-CV.git
$ cd Counter-CV
$ cd build
$ cmake ..
$ make
  • Run Main:
$ ./start_counter.sh

About

Vehicle Detection, Tracking and Counting using OpenCV 3.2.0


Languages

Language:C++ 86.2%Language:CMake 12.8%Language:Python 0.9%Language:Shell 0.1%