0% found this document useful (0 votes)
8 views

Drowsiness Detector Using Opencv

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Drowsiness Detector Using Opencv

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

SECOND YEAR ECE COURSE PROJECT FINAL REVIEW

DROWSINESS DETECTOR
USING OPENCV

PRESENTED BY
MAHALAKSHMI S A – 22EC068
SABARISH K – 22EC098
GUIDE : Mr.K.Praveen M.E.,
Assistant Professor
Department of ECE
PROBLEM STATEMENT

The task is to design and implement a


drowsiness detection system capable of
accurately identifying signs of driver fatigue in
real-time. The system should utilize various
algorithms to monitor key indicators such as eye
movements, facial expressions, and head
positions. When the system detects drowsiness,
it should promptly alert the driver through
auditory, visual, or tactile cues to regain
alertness or take appropriate measures.
INTRODUCTION
✓ Drowsiness while driving is a significant cause
of accidents globally. Our project aims to
develop a drowsiness detection system to
mitigate the risk of accidents due to driver
fatigue.

✓ Here we have mentioned some statistical data on


accidents due to drowsiness:1 in 25 drivers
admit to falling asleep behind the wheel.
(CDC)Drowsy driving accounts for about
100,000 crashes annually on the roadway,
71,000 injuries and 1,550 fatalities each year.

✓ (AAA Foundation)In 2019, more than 1,200


drivers who were involved in fatal crashes
reported being drowsy, which accounted for
about 2.4 percent of all fatal accidents.
TECHNOLOGY USED
OPENCV Open Source Computer Vision Library.

Scientific computing library that builds on top of NumPy, providing


SCIPY additional functionality for numerical optimization, integration,
interpolation, linear algebra, statistics, and more

Convenience library, provide helper functions to simplify common tasks


IMUTILS such as resizing, rotating, and displaying images

Modern toolkit containing machine learning algorithms and tools for


DLIB various computer vision tasks such as facial landmark detection, object
detection, face recognition, and more
BLOCK DIAGRAM
WORKING
✓ A camera captures the driver's face in real-time. Face detection algorithms identify and
locate the driver's face within the image. Once detected, the face is cropped to isolate it
from the background.

✓ Morphological processing techniques are applied to the cropped face image to enhance
its quality and remove any noise or unwanted artifacts. By identifying the position and
shape of the eyes, the system can track eye movements and detect signs of drowsiness,
such as prolonged closure or erratic movements.

✓ If the system detects signs of drowsiness that surpass a predefined threshold, an alarm is
activated to alert the driver. - Alarms can take various forms, such as audible alerts,
visual warnings on the dashboard
CODE
MERITS AND DEMERITS

MERITS
➢ Enhanced Safety
➢ Accident Prevention
➢ Customizable Alerts

DEMERITS
➢ False Positives
➢ Dependency
➢ Technical Limitations
REFERENCES

01 https://www.youtube.com/watch?v=u7_34o_rs8o

02 https://en.wikipedia.org/wiki/Driver_drowsiness_detection

03 https://pyimagesearch.com/2017/05/08/drowsiness-detection-opencv/
APPLICATIONS

• Automotive Industry
• Mining and Heavy
Machinery
• Rail Transportation
• Military
• Health care
CONCLUSION
Drowsiness detection systems are pivotal in
01 preventing accidents caused by fatigued driving.

By addressing the critical issue of drowsy driving,


02 this project aims to save lives and prevent
accidents on the road.

Early detection of drowsiness allows drivers to take


03 necessary breaks and avoid potential accidents.

By continuing to support research and


development efforts in this field, we can create
04 safer roads for everyone and save countless lives
in the process.

You might also like