Eye Pointer: A system designed for amputees - Haar Cascade, OpenCV, C#
The objective of this project is to develop a system for physically impaired people who do not have a pair of working hands. The system provides different functionalities to the users: navigate computers using head movements, eye blink for clicking, different head gestures to read documents, and watch multimedia. The system is developed using C#.
- The head movement is tracked using EmguCV (OpenCV wrapper) and some heuristic calculations.
- Blink detection is performed using haarcascade of eyes.
- The movement is smoothened using Kalman filtering.
- This system implements the Viola-Jones algorithm for detection (i.e., blink & face).
- This system also supports voice commands for different functionalities.
Publication Source: Check the publication
This Project’s GitHub Repository