OpenCv based live vechicle counting system written in C.
This is a OpenCV based c++ program to count number of vehicle passing in a video.
Requirements:
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.