Awesome-Python-Scripts/Image-Processing/Invisible_cloak at master · devender15/Awesome-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Invisible Cloak

This is a python script about the cloak of invisibility which was used by harry to become invisible.

How it works

  • It captures and store the background.
  • Detect the defined color using color detection.
  • Segment out the red colored cloth by generating a mask.
  • Generate the final augmented output to create a magical effect.

Installation

  • Use the package manager pip to install Opencv.
pip install opencv-python
  • Install Numpy
pip install numpy