Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 36fcdcd

Browse files
authored
Updated README
1 parent 5983c30 commit 36fcdcd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Invisible Cloak
2+
This is a python script about the cloak of invisibility which was used by harry to become invisible.
3+
4+
## How it works
5+
* It captures and store the background.
6+
* Detect the defined color using color detection.
7+
* Segment out the red colored cloth by generating a mask.
8+
* Generate the final augmented output to create a magical effect.
9+
10+
## Installation
11+
* Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Opencv.
12+
13+
```bash
14+
pip install opencv-python
15+
```
16+
* Install Numpy
17+
18+
```bash
19+
pip install numpy
20+
```

0 commit comments

Comments
 (0)