Skip to content

affromero/Android_BlinkDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: