Skip to content

gurugaurav/OpenCV-vehicle-counting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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