Skip to content

A vehicle counter and speed measuring program developed using Python and OpenCV library.

License

Notifications You must be signed in to change notification settings

kylecueters/traffic-video-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Video Analysis

A traffic video analysis program that counts and measures speed of moving vehicles passing on a lane. This was an undergrad thesis in Computer Science program entitled A Short-Term Traffic Counts Forecasting using Seasonal ARIMA Time Series Analysis and Forecasting Algorithm presented on December 2017 at Manuel S. Enverga University Foundation, Philippines.

Screenshot

Screenshot

Getting Started

To run the program you will need to install some packages, see prerequisites.

Prerequisites

  • Python 3
  • OpenCV-Python
  • NumPy
  • Schedule

Installing

Install Python 3 here https://www.python.org/downloads/.

Installing opencv-python

pip install opencv-python

Installing numpy

pip install numpy

Installing schedule

pip install schedule

Running the program

C:\PYTHON-PATH\python.exe C:\PROGRAM-PATH\FinalVideoAnalysis.py

Built With

  • Python - The programming language used
  • OpenCV - Computer vision library used

Authors

License

This project is licensed under the GNU Affero General Public License v3.0 License - see the LICENSE.md file for details

About

A vehicle counter and speed measuring program developed using Python and OpenCV library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages