mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
f5ea56dd29
* add Harry Potter Cloak script using Open-CV * add Indian Flag using Turtle * Delete README.md * Delete main.py * Update README.md |
||
---|---|---|
.. | ||
HarryPotterCloak.py | ||
README.md | ||
requirements.txt |
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.