Android_BlinkDetection icon indicating copy to clipboard operation
Android_BlinkDetection copied to clipboard

Repository for Classification of Open/Closed eyes for Android devices

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

  1. Eye detection - Haar it is performed (Different detector for each one), and we got:

    Left Eye

    Right Eye

  2. Binary classification according to both eyes: