Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Currently this application is compatible with OSX only.

1. [Quartz](https://github.com/mayank408/Mousely/edit/master/README.md) : It is used to interact with the operating system and carry out events such as clicking and moving the cursor.

2. [Dlib](http://blog.dlib.net/2014/08/real-time-face-pose-estimation.html) : It is used to detect facial landmarks with high accuracy. Blinking detection in the project is done using this library.
2. [Dlib](http://blog.dlib.net/2014/08/real-time-face-pose-estimation.html) : It is used to detect facial landmarks with high accuracy. Blink detection in the project is done using this library.

3. [OpenCV](https://opencv.org) : It is the Computer vision library which has C/C++, Python, Java interfaces. For this project, I have used OpenCV in Python.

Expand Down