Created on 22nd April 2023
•
Classical interactions tools like keyboard, mouse, touchscreen, etc. may limit the way we use the system. All these systems require physical contact, in order to interact with system. To develop a video game that provides a seamless and intuitive experience for the player. while also being accurate and reliable and avoiding fatigue or discomfort for prolonged use, we use object detection and image processing in detecting and interpreting different hand gestures.
To address this challenge and to ensure that the gestures required for the game are easy to learn and remember, and that the overall gameplay mechanics are engaging and challenging enough to keep players motivated and entertained, we aim to design a snake game using OpenCV library in python. It can be used to play any game or control any application using object detection only.
There are many challenges associated with the accuracy and usefulness of gesture recognition software. For image-and usefulness of gesture recognition software. For image-based gesture recognition there are limitations on the based gesture recognition, there are limitations on the equipment used and equipment used and image noise.
In the existing system some of these have only the gesture control where the system can detect only the direction of the object and the snake moves in towards the direction of the object without tracking the path of the snake. Some of these have pre-defined data set for the system where the system detects the object based upon the data set given to the system and the movement of the snake is decided.
This detection of the particular object is achieved through image detection module which is used for detection of objects using computer vision (OpenCV) which helps the detection of objects through live videos which is achieved using webcam.
Technologies used