Awesome-Python-Scripts/Harry-Potter-Cloak/README.md
Dhruv Bansal f5ea56dd29
add Harry Potter Cloak script using Open-CV (#228)
* add Harry Potter Cloak script using Open-CV

* add Indian Flag using Turtle

* Delete README.md

* Delete main.py

* Update README.md
2021-10-06 11:29:56 +05:30

347 B

Harry Potter Cloak using OpenCV

This is a fun python script to simulate a harry potter cloak using image masking with the help of opencv library. It also uses the numpy library for some mathematical calculations.

Requirements: You will need Python installed on your system along with numpy and opencv library for this script to work properly.