Genos

Genos was an academic project developed using C++ and OpenCV to detect gestures and hand movement through the webcam and perform accessibility related operations. The program included mute, increase/decrease volume, scroll through a document or close the current application. To achieve the intended solution I’ve used OpenCV that has the required image processing techniques. Background Subtraction Figure 1: Background Subtraction with random noise This technique was used to extract the background. [Read More]