Skip to content

A python program which renders any blue color object invisible(Like Harry Potter's Invisibility Cloak). Works in live video

License

Notifications You must be signed in to change notification settings

Jarvis-BITS/Invisibility-Cloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Invisibility-Cloak(Image processing)

A python program which renders any blue color object invisible(Like Harry Potter's Invisibility Cloak) using OpenCV. Works both in live video and picture mode.

Note: Any color can be swapped out for blue by replace the blue color's HSV values by the HSV values of the color of your choice

This program works by implementing Masking, Color Seperation,Segmentation & Image Augmentation.

Libraries to be installed:

  1. OpenCV
  2. Numpy
pip install opencv-python
pip install numpy

Blimey Harry!

About

A python program which renders any blue color object invisible(Like Harry Potter's Invisibility Cloak). Works in live video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages