Color Detection & Segmentation based Invisible Cloak
收藏Mendeley Data2026-04-18 收录
下载链接:
https://data.mendeley.com/datasets/dpr2x6kjj3
下载链接
链接失效反馈官方服务:
资源简介:
This project is actually inspire from the cloak which is used in Harry Potter Movie. As in movie when harry put this cloak on itself it become invisible same as it in this program when a person put the cloak he/she will become invisible. We will create the Invisible Cloak using an Image Processing Techniques called Color Detection and Segmentation.
AIM: The aim of the Invisibility Cloak Project using Image Processing is to develop a system that can digitally create the illusion of invisibility on a person in real-time camera.
This research paper presents a fascinating project on creating an "Invisible Cloak" effect using Python and Computer Vision techniques. While true invisibility is still a fantasy, our approach leverages Color Detection and Segmentation to achieve a captivating visual illusion. The system identifies the person wearing the cloak and the background colors, then seamlessly blends the person with the surroundings, giving the appearance of vanishing from view. We explore the potential applications in entertainment, augmented reality, and creative visual effects. The methodology is straightforward, utilizing existing computer vision techniques, making it accessible and capable of real-time processing. However, challenges exist, such as sensitivity to lighting and background complexities.
This project aims to creates a magical experience by using an Image Processing technique called Color Detection & Segmentation resulting in false sense of Invisibility in the frame.
OBJECTIVES:
1- Capture & Store background frame using Image Acquisition by Store a single frame before starting the infinite loop
2- Detect the defined color using color detection & segmentation algorithm
3- Segment out the defined colored part by generating mask & applying it on frame
4- Generate the final output to create a magical effect by combining frames together, & remove the unnecessary noise from masks.
创建时间:
2023-08-29



