Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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