tzutalin / dlib-android-app

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android
Apache License 2.0
674 stars 249 forks source link

eye open/close detection #36

Open brijeshg opened 6 years ago

brijeshg commented 6 years ago

Hi, How I can implement eye open/close detection as I am not able to get any java function for detecting eye separately using dlib. Only eye landmark we can set for eye open as six landmarks and eye close as 4 landmarks. But how can I set those condition using 68_facial_landmark.dat model is directly using here in this java coding.I am not able to get the information to find how landmark can be fix for eye detection. Can someone please assist me on this.

Thanks

ZaidaBurrola commented 6 years ago

https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/