International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 181 - Number 25 |
Year of Publication: 2018 |
Authors: Rajneesh, Anudeep Goraya, Gurmeet Singh |
10.5120/ijca2018918055 |
Rajneesh, Anudeep Goraya, Gurmeet Singh . Real Time Drivers Drowsiness Detection and alert System by Measuring EAR. International Journal of Computer Applications. 181, 25 ( Nov 2018), 38-45. DOI=10.5120/ijca2018918055
On road driver’s fatigue and drowsiness is contributing more than 30%[1] of reported road accidents. Driver drowsiness can be estimated by monitoring biomedical signals ,visual assessment of driver’s bio-behavior from face images , by monitoring drivers performance or by combines all above techniques. Proposed algorithm is based on live monitoring of EAR (Eye aspect Ratio) by application of Image processing. HD live video is decomposed in continues frames and facial landmarks has been detected using pre trained Neural Network based Dlib functions. Dlib functions are trained using HAAR Cascade algorithm. Intel’s Open source Image processing libraries (OPEN CV) is used as primary Image processing tool. Python Language is used as main codding language. EAR is calculated by calculating Euclidean distance between measured eye coordinates . Blink and microsleep detection mechanism is implemented by monitoring EAR against a threshold value. Blinks and drowsiness level are displayed on monitor screen with microsleep detection audio warning .