Being a harry potter fan I always had a childhood fantasy of using an invisibility cloak. Well it turns out that
using simple image processing tricks I can now actually fulfil my childhood fantasy.
This [code] turns a red
colour cloth into an invisibility cloak.
- It's a fun application which you will enjoy using.
- You can learn some key functions of opencv from this project.
- Clone this repo to your local machine using
https://github.com/kaustubhsh/Invisibility_Cloth.git
The code is written in Python (
Python3
) You need the following libraries
- numpy
- OpenCV
- time