Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 565 Bytes

File metadata and controls

21 lines (11 loc) · 565 Bytes

Background substraction using python:

Background subtraction is a machine learning algorithm where we remove the background of video. Using this we can count the number of vehicles moving in a given road.

Libraries Used:

  1. Numpy
  2. OpenCV

Language:

1.Python

Information:

In the code you have to paste the link of the video if you want to get background removal for the specific video present in your machine. If u want to test for the live stream, then you can run this code and the output is stored in the same location as the code