ebpo90 / Closed-Eye-Detection-with-opencv

First, using 'haarcascade_frontalface_alt.xml' to check if there is a face or not. Second, using 'haarcascade_eye_tree_eyeglasses.xml' to check if there is a opened-eye or not. Thus, If I get data: face(o) -> eyes(x), that is the person who is closing his eyes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Closed-Eye-Detection-with-opencv

First, using 'haarcascade_frontalface_alt.xml' to check if there is a face or not. Second, using 'haarcascade_eye_tree_eyeglasses.xml' to check if there is a opened-eye or not. Thus, If I get data: face(o) -> eyes(x), that is the person who is closing his eyes.

About

First, using 'haarcascade_frontalface_alt.xml' to check if there is a face or not. Second, using 'haarcascade_eye_tree_eyeglasses.xml' to check if there is a opened-eye or not. Thus, If I get data: face(o) -> eyes(x), that is the person who is closing his eyes.


Languages

Language:Python 100.0%