- This is project uses the concept of computer vision implemented using
Python
,OpenCv
,Numpy
. - This is opposite green-screening(which removes background frame). Here, it will remove the foreground blue-colored object, creating a sense of invisibility.
- Click Here to watch the demo Video
Python
OpenCv
Numpy
Webcam
- Capture and store the background frame.
- Detects the blue-colored object/cloth using color detection.
- Segment out the blue-colored cloth by generating a mask.
- Finally, merges the masked background frame with the real frame, creating a sense of invisibility.
- Color Space Conversion
- Color Tracking
- Image Masking
- Image segmentation
Hope you all like this magical project ❤️