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.