https://github.com/affromero/android_blinkdetection
Repository for Classification of Open/Closed eyes for Android devices
https://github.com/affromero/android_blinkdetection
android android-app android-application android-library blink-detection-algorithm closed-eyes drowsiness-detection drowsy-driver-warning-system eye-detection eyes face java opencv opencv-python opencv4android
Last synced: 7 months ago
JSON representation
Repository for Classification of Open/Closed eyes for Android devices
- Host: GitHub
- URL: https://github.com/affromero/android_blinkdetection
- Owner: affromero
- Created: 2015-07-13T14:55:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T14:43:09.000Z (about 9 years ago)
- Last Synced: 2023-03-02T21:32:58.025Z (over 2 years ago)
- Topics: android, android-app, android-application, android-library, blink-detection-algorithm, closed-eyes, drowsiness-detection, drowsy-driver-warning-system, eye-detection, eyes, face, java, opencv, opencv-python, opencv4android
- Language: Java
- Homepage:
- Size: 8.5 MB
- Stars: 22
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OpenCV-Projects
# it has code and APK for binary classification of Open/Closed eyes.This work is developed in *3* stages in order to classify Open/Closed Eyes.
For each frame, let's say:

1. Face detection - *LBP* it is performed:

- Then changing ROI

- Then both eyes are located according to geometry of the face

- Now changing ROI for each eye
Left Eye
Right Eye
2. Eye detection - *Haar* it is performed (Different detector for each one), and we got:
Left Eye
Right Eye
3. Binary classification according to both eyes:

