This is a python script about the cloak of invisibility which was used by harry to become invisible.
- It captures and store the background.
- Detect the defined color using color detection.
- Segment out the red colored cloth by generating a mask.
- Generate the final augmented output to create a magical effect.
- Use the package manager pip to install Opencv.
pip install opencv-python- Install Numpy
pip install numpy