Skip to content

It is a opencv-python project which identifies and displays the foreground in a black and white color scheme

License

Notifications You must be signed in to change notification settings

Midhlaj2006/BackGroundSubstracter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BG-substracter

It is a opencv-python project which identifies and displays the foreground in a black and white color scheme

please mind that this code shows the fore-ground extaction of your web cam; not of your file if you wants to edit it for your use, you can reference the link below

pre-requirements and download options

  • numpy if you have to edit the arrays

pip install numpy

pip install opencv-python

pip install opencv-contrib-python

OR just install them all with:

pip install -r requirements.txt

execution

  • first clone this repo into your PC,for that run this command
git clone https://github.com/Midhlaj2006/BackGroundSubstracter.git

or

gh repo clone Midhlaj2006/BackGroundSubstracter
  • then your BackGroundSubstracter folder you will have some thing like this:
    • Bg-substracter.py
    • LICENSE.md
    • README.md
  • now open the terminal and change directory(cd) inside BackGroundSubstracter folder and type in

python3 'Bg-substracter.py'

resources used

geekforgeeks

About

It is a opencv-python project which identifies and displays the foreground in a black and white color scheme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages