https://github.com/surajv311/invisible_cloak
Invisible cloak project... -> Red-colored cloth/item would hide those parts.... (color can be changed.)
https://github.com/surajv311/invisible_cloak
Last synced: 7 months ago
JSON representation
Invisible cloak project... -> Red-colored cloth/item would hide those parts.... (color can be changed.)
- Host: GitHub
- URL: https://github.com/surajv311/invisible_cloak
- Owner: Surajv311
- Created: 2020-07-15T06:19:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T17:06:26.000Z (about 5 years ago)
- Last Synced: 2025-01-21T00:28:19.375Z (9 months ago)
- Language: Python
- Homepage:
- Size: 218 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invisible Cloak project in python
### The following project uses opencv,numpy libraries.
Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install:```conda install opencv```
```conda install numpy ```To run the project you may use editor like pycharm and run **```cloak.py```** file.
You may use a red colored material/cloth to check the program in action.
* Appropriate comments have been added for a walkthrough.