/Invisible-Cloak

This is an Invisible Cloak. It works on basic fundamentals of Image Processing and OpenCV

Primary LanguagePython

Invisible-Cloak

This is an Invisible Cloak created using an image processing technique called color detection and segmentation. I have used red color cloth here. We can use any other color of cloth.

Algorithm:

  1. Capture and store the background frame [ This will be done for some seconds ]
  2. Detect the given colored cloth using color detection and segmentation algorithm.
  3. Segment out the given colored cloth by generating a mask. [ used in code ]
  4. Generate the final augmented output to create a magical effect.