Description:
This project includes different types of computer-application control without keyboard and mouse using computer-vision algorithms. A webcam is required with the computer for this purpose. We have used Logitech c310 webcam.
It includes:
For motion detection, optical flow is used.
For face-tracking, at first the face is detected using cascade object detector. Cascade object detector uses the Viola-Jones detection algorithm and a trained classification model for detection. Then facial feature is identified to track. Here, facial tone is used as the facial feature. Then face is tracked using Histogram based tracking.
The code is shared in my github page in this link: https://github.com/mdshafayat/motion_track_game