Skip to content

This project is basically hide the particular color to view the background image which we shot earlier instead of the color.

Notifications You must be signed in to change notification settings

Saisrinivenkat/Invisible-Cloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Invisible-Cloak

Simple Mask background project using Opnecv and numpy in Python

Table of contents

General Information:

This project is basically mask the current video which has a color(We specify) to an Another Image

Python Library:

  • Opencv version : 3.1.14
  • Numpy version : 1.20.0

Change Color:

The Cloak.py file will mask the white color to back.jpg image.

You can even mask the color as you want by making changes in the below code: ss1 In the above code, change the range in which your hsv color lies.

low_val_b = np.array([0,0,0])
up_val_b = np.array([0, 0, 255])

Make your changes here.

Screenshots:

My Actual Background:

before

After Execution:

after

Contact:

About

This project is basically hide the particular color to view the background image which we shot earlier instead of the color.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages