Invisibility Cloak using Color Detection and Segmentation with Open CV
Sapna Malik1, Simran Kaur2, Sejal Rana3
1Dr. Sapna Malik*, Assistant Professor, Department of Computer Science & Engineering, Maharaja Surajmal Institute of technology, GGSIPU, New Delhi, India.
2Simran Kaur, Student, B.Tech, Computer Science & Engineering, Maharaja Surajmal Institute of technology, GGSIPU, New Delhi, India.
3Sejal Rana, Student, B.Tech, Computer Science & Engineering, Maharaja Surajmal Institute of technology, GGSIPU, New Delhi, India.

Manuscript received on March 28, 2020. | Revised Manuscript received on April 25, 2020. | Manuscript published on April 30, 2020. | PP: 1621-1624 | Volume-9 Issue-4, April 2020. | Retrieval Number: D7531049420/2020©BEIESP | DOI: 10.35940/ijeat.D7531.049420
Open Access | Ethics and Policies | Cite | Mendeley
© The Authors. Blue Eyes Intelligence Engineering and Sciences Publication (BEIESP). This is an open access article under the CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/)

Abstract: Have you ever thought of making visible things invisible, just like the Harry Potter? Have you ever thought how does one supersede backgrounds and add effects in a movie? The cloak was magical and invisible in Harry Potter, the movie. As we know there is no magic and no invisible cloak which exists in the world. It’s all about the graphics tricks. The concept of an invisibility cloak is a mixture of science, fantasy, and the collective imagination. This paper helps to create one’s own ‘Invisibility Cloak’.It will make use of Python and OpenCV module specifically targeting Image Processing and Image Segmentation to create a false sense of invisibility in the frame. It will explore how an object of a specific color or texture can be manipulated using the OpenCV library of python. To achieve this, initially we’ll be capturing and storing the backdrop frame . Thereafter we’ll be identifying the red coloured fabric by making use of the above mentioned algorithms. Then we’ll segment out the red colored fabric by generating a mask and then finally , we’ll generate the final augmented(magical) output to create Invisibility cloak. These steps are discussed deeper in the paper.
Keywords: Invisibility Cloak, Image processing, OpenCV, Python.