项目作者: ShubhangiDabral13

项目描述 :
Invisibility Cloak using python and Opencv
高级语言: Jupyter Notebook
项目地址: git://github.com/ShubhangiDabral13/Invisibility_Cloak.git
创建时间: 2020-06-04T11:22:38Z
项目社区:https://github.com/ShubhangiDabral13/Invisibility_Cloak

开源协议:

下载


Invisibility_Cloak

Invisibility Cloak using python and Opencv

A Harry Potter fan would already know what is an invisbility cloak is.So with a few line of code you can implement it.

Basic concept for the project:-

color detection and segmentation.

Modules required for the project:-

  • numpy
  • cv2

Working steps for the project:-

  • First capture and store the background using background variable.
  • Detect a cloak(a red color cloth) using detection algorithm.
  • Then segment out the red color cloth by generating mask
  • Generate the final augmented output.

And there is your magical cloak.

Author:-

Shubhangi Dabral (ShubhangiDabral13)