Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0ede0fb

Browse files
Readme file is added
1 parent a12ea83 commit 0ede0fb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

‎Invisibility_Cloak/README.md‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<h1 align="center">Invisibility Cloak</h1>
2+
An invisibility cloak is a magical garment which renders whomever or whatever it covers invisible
3+
<br>
4+
In this project we create an invisibility cloak using python
5+
6+
---------------------------------------------------------------------
7+
8+
## Modules Used
9+
- time
10+
- OpenCv
11+
- numpy
12+
13+
## How it works
14+
15+
- Capture and store static the background frame
16+
- Capture current frames and convert image into HSV colour space
17+
- Detect the defined color (red in our case) using color detection.
18+
- Segment out the color by generating cloak
19+
- Generate the final output by replacing cloak with background to create a resulting frame.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /