Invisible Cloak - Harry Potter Computer Vision
A real-time invisibility cloak effect using Computer Vision and Python. This project demonstrates color-based segmentation, HSV masking, Gaussian blur, Sobel edge detection, and real-time video processing with OpenCV and Flask. Wear a colored cloak, capture the background, and watch yourself disappear on screen!
December 6, 2025
1 milestones completed
Active Development
Technology Stack
Development Timeline
Follow the journey of this project from conception to completion. Each milestone represents a significant step forward in development.
Project Development & Implementation
Built the complete invisibility cloak system using OpenCV for real-time video processing. Implemented HSV color masking for cloak detection, Gaussian blur and Sobel filters for smooth edge transitions, and integrated everything into a Flask web application for live browser streaming.