This document summarizes a research project on detecting hand gestures to control computer functions like a mouse. The project uses computer vision and image processing techniques on webcam footage to identify hand movements and assign them mouse input commands. Specifically, it detects hand contours and tracks finger movements to control cursor movement and functions like left/right clicks. The goal is to create an intuitive touchless mouse interface that is cheaper than existing motion sensing hardware. The methodology involves skin detection, contour extraction, hand tracking, and mapping recognized gestures to mouse controls.