From 92df0c37e78077ecb6a0b38f7e85a5634053d813 Mon Sep 17 00:00:00 2001 From: Divyanshu Date: Sat, 28 Oct 2017 20:10:09 +0530 Subject: [PATCH] Update Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d174c18..e8d04e9 100644 --- a/README.md +++ b/README.md @@ -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.