Hand Swifter: Control computer with hand gestures - Haar Cascade, OpenCV, C#
A system to replace the traditional mouse and keyboard that only uses hand gestures to control computers. This system focuses on navigating computers, reading documents and controlling multimedia like videos, pictures. This multimodal system uses a leap motion device and a webcam to capture hand movements and different gestures.
- Real-time tracking of hand movement. (haarcascade, Viola-Jones)
- Implements the Kalman filter for smoothing.
- Captures hand gesture with leap motion device.
Publication Source: Check the publication
This Project’s GitHub Repository