Skip to content

Open source solution for gathering and processing statistics on road traffic

Notifications You must be signed in to change notification settings

Bifrost-Research/traffic-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traffic-Viewer

Open source solution for gathering statistics from traffic cameras and processing them.

alt tag

Goal

The first step of the project will focus on extracting basic information from image sequences recorded by traffic cameras :

  • Number
  • Position
  • Average celerity
  • Individual speed (if acurate)

Accuracies of those statistics and computing time will be the main focus of this project, the long term goal being running several instances of the program on the same device, to gather and process flows from different sources.

Methodology

The first part of that work will be implemented in python2 with opencv to easily investigate different methods, and then will be implemented in C++ to ensure good real time performances.

Requirements

  • python 2.7.12
  • opencv 3.1
  • opencv-contrib

About

Open source solution for gathering and processing statistics on road traffic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages