mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-12-02 16:31: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
6 lines
347 B
Markdown
6 lines
347 B
Markdown
## 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. |