|
| 1 | +<h1 align="center">Invisibility Cloak</h1> |
| 2 | +An invisibility cloak is a magical garment which renders whomever or whatever it covers invisible |
| 3 | +<br> |
| 4 | +In this project we create an invisibility cloak using python |
| 5 | + |
| 6 | +--------------------------------------------------------------------- |
| 7 | + |
| 8 | +## Modules Used |
| 9 | +- time |
| 10 | +- OpenCv |
| 11 | +- numpy |
| 12 | + |
| 13 | +## How it works |
| 14 | + |
| 15 | +- Capture and store static the background frame |
| 16 | +- Capture current frames and convert image into HSV colour space |
| 17 | +- Detect the defined color (red in our case) using color detection. |
| 18 | +- Segment out the color by generating cloak |
| 19 | +- Generate the final output by replacing cloak with background to create a resulting frame. |
0 commit comments