gurugaurav / OpenCV-vehicle-counting

OpenCv based live vechicle counting system written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV-Vehicle-Counting

This is a OpenCV based c++ program to count number of vehicle passing in a video.

Requirements:

  • Linux, I have used Ubuntu.
  • OpenCV 2.4
  • curses
  • Eclipse with CDT plugin (optional if you are comfortable with command line)

Install OpenCV on Ubuntu using

sudo apt-get install libopencv-dev 

Install curses library using

sudo apt-get install   libncurses5-dev libncursesw5-dev

if you are using eclipse , see here how to configure eclipse for OpenCV.

Youtube

About

OpenCv based live vechicle counting system written in C.


Languages

Language:C++ 79.6%Language:Makefile 20.4%