Skip to content

A simple opencv demonstration of background removal / blurring

Notifications You must be signed in to change notification settings

nmakes/back-blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Back-Blur

A simple demonstration of Background removal / blurring

Requirements

Tested on python 3.6.9 with the following packages installed:

opencv-python==3.4.2.17
numpy==1.18.3

Execution

Run the following command

python3 camera.py

To use background removal (using a false background), set (Line 258)

mode = 'remove'

For background blurring, set

mode = 'blur'

For neither of them (raw camera output), set

mode = None

Sample

For best results, sit in a well lit area, with a plain background, and uncover your face.

Demonstration

About

A simple opencv demonstration of background removal / blurring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages