Skip to content

Latest commit

History

History
5 lines (4 loc) 路 226 Bytes

File metadata and controls

5 lines (4 loc) 路 226 Bytes

Invisibility Cloak

Written in python3, this is a simple implementation of chroma-key filter.

  1. Use hsv-detector.py to choose hsv values for a particular colour.
  2. Input those values in the InvisibilityCloak.py script.