项目作者: gurugaurav

项目描述 :
OpenCv based live vechicle counting system written in C.
高级语言: C++
项目地址: git://github.com/gurugaurav/OpenCV-vehicle-counting.git
创建时间: 2018-09-12T10:45:36Z
项目社区:https://github.com/gurugaurav/OpenCV-vehicle-counting

开源协议:

下载


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

  1. sudo apt-get install libopencv-dev

Install curses library using

  1. sudo apt-get install libncurses5-dev libncursesw5-dev

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

Youtube