The Invisible-Cloak is a computer vision project that uses image processing techniques to create the illusion of an invisibility cloak. The project is inspired by the cloak featured in the Harry Potter series, which makes the wearer invisible. However, unlike the magical cloak in the series, this project uses computer vision to create the illusion of invisibility.
Python 3.5 or later
OpenCV
Numpy
Clone the repository to your local machine using the following command:
git clone https://github.com/sunyux/Invisible-Cloak.git
Install the necessary dependencies using pip:
pip install opencv-python numpy
To run the program, navigate to the cloned repository directory and run the following command:
python InvisibleCloak.py
The program will start capturing the video from the default camera. Once the camera feed starts, you will be prompted to select a color to use as the cloak. Follow the instructions on the screen to select the color and create the illusion of invisibility.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
This project was inspired by the Harry Potter series and the many computer vision projects on GitHub.