项目作者: Asim-2000

项目描述 :
⚡ Harry Potter's Invisible Cloak!
高级语言: Python
项目地址: git://github.com/Asim-2000/The-Invisible-Cloak.git
创建时间: 2020-07-10T19:17:07Z
项目社区:https://github.com/Asim-2000/The-Invisible-Cloak

开源协议:

下载


The-Invisible-Cloak

Implementation of program that behave in a manner to imtate the invisibility cloak of Harry Potter!

This technique is opposite to the Green Screening. In green screening, we remove background but here we will remove the foreground frame.

  1. Capture and store the background frame
  2. Detect the defined color using color detection and segmentation algorithm.
  3. Segment out the defined colored part by generating a mask.
  4. Generate the final augmented output to create a magical effect. [ output.avi ]