This document summarizes a student project that aims to create an invisible cloak using color detection and segmentation techniques in image processing. The objectives are to capture background images, detect colored objects in the frame using HSV color space, generate a mask to segment out the colored object, and combine the processed frames to create the effect of invisibility. The methodology involves capturing images using a webcam, processing them with OpenCV libraries, and testing the cloak in real-time. So far the team has completed capturing background images and detecting and segmenting colored objects, and is working on combining the frames. Accuracy and precision metrics will be used to evaluate the model's performance.