Real-time eye blink detection using facial landmarks
Reference : https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/
The Objectives of a project
Using a webcam, we will get real-time video. so, I will detect and count eye blink with real-time video.
<result>

Knowledge to be used
We use a research result how changes in the ratio of the eyes when they blink.
we need to use Opencv for detecting facial landmarks
we need to install dlib, imutils, .... packages to activity
we use model "shape_predictor_68_face_landmarks.dat"
shape_predictor_68_face_landmarks.dat" : Get 68 Face Landmarks Data
The Order of study...
what is dlib, imutils? (+how to install)
Real_time facial-landmarks-dlib-opencv-python
introduce how to detect eye blink by "real-time eye blink detection using facial landmarks"
eye-blink-detection-opencv-dlib
Last updated
Was this helpful?