Mousely
MAYANK TRIPATHI
New Delhi, Delhi
- 0 Collaborators
A Utility Application made with OpenCV allowing the user to control the cursor with head movements and can perform click events using the blinking of eyes. ...learn more
Project status: Published/In Market
Overview / Usage
A Utility Application made with OpenCV allowing the user to control the cursor with head movements and can perform click events using the blinking of eyes.
Blinking of the left eye corresponds to the Left click event.
Blinking of right eye corresponds to the Right-click event.
Blinking of both the eyes corresponds to the Double click event.
Technologies used : OpenCV, Quartz and Dlib
Currently, this application is compatible with OSX only.
Methodology / Approach
- Quartz : It is used to interact with the operating system and carry out events such as clicking and moving the cursor.
- Dlib : It is used to detect facial landmarks with high accuracy. Blinking detection in the project is done using this library.
- OpenCV : It is the Computer vision library which has C/C++, Python, Java interfaces. For this project, I have used OpenCV in Python.
Technologies Used
- Quartz : It is used to interact with the operating system and carry out events such as clicking and moving the cursor.
- Dlib : It is used to detect facial landmarks with high accuracy. Blinking detection in the project is done using this library.
- OpenCV : It is the Computer vision library that has C/C++, Python, Java interfaces. For this project, I have used OpenCV in Python.