Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
source code for how to detect eye drowsiness in matlab
#1

source code for how to detect eye drowsiness in matlab

With the ongoing reduction in size and cost of computing and optical monitoring equipment, many governmental and commercial groups are attempting to develop "intelligent automobiles." According to a review of the field, most major automakers have been pursuing some sort of drowsy driver detection, using methods ranging from monitoring the weaving of the car using yaw rate sensors to monitoring the driver's eye with an in-car camera.

Particularly notable is the U.S. Department of Transportation's Intelligent Vehicle Initiative . Intelligent cars are cars that can respond to the state of the driver and increase both safety and convenience. As 90% of accidents occur due to driver error, a great savings in human life and financial loss could be realized by devices that help effective accident avoidance.

Driver drowsiness is one specific form of human error that has been well studied. Studies have shown that immediately prior to fatigue-induced accidents, the driver's eye exhibits a change in blinking behavior. Specifically, the frequency of blinking increases and the percentage of the eye covered by the lid increases. We reproduce a graph summarizing eyelid closure percentage over time before accidents (from Eye-Activity Measures of Fatigue and Napping as a Fatigue Countermeasure,

As the eye closure occurrences dramatically increase during the 10-second period preceding an accident, monitoring such closures could allow the car to take some form of automated response to wake up the driver, e.g. a loud noise, a bright light, possibly even the activation of an "autopilot" if that capability is developed. It is also known that the duration of the eye closures one minute before an accident is much higher than at earlier times. Finally, partial eye closures (measured by the ratio between horizontal and vertical portions of the visible pupil) have been shown to be an excellent way to detect drownsiness, as much as 10-12 minutes prior to an accident (IVI Brochure,

Consequently, we attempted to devise a camera + image processor system to take images of a driver's face and then attempted to process those images to determine whether the eyes were open or closed.

After trying to use cameras in the visible range of the spectrum to detect eye closure, and having considerable difficulty due to false recognition of eyes in the background of the image and due to the large change in image from day to night, we decided to implement an infrared imaging system consisting of a camera and an infrared LED as a source of illumination. This allows several benefits. First, the illumination level can be held constant -- an IR LED can illuminate the driver day and night without distracting the driver. This makes the development of image processing algorithims simpler. Second, we can select the intensity and focus of the IR light such that the driver's face is the only object illuminated. By placing appropriate spectral filters in front of the camera aperture, one could restrict the signal to only the IR light scattered from the face.
Reply

#2
> We are doing a project on "DROWSY DRIVER DETECTION SYSTEM".
> The problem is regarding the location of eyes in the image.
>
> 1.I have an image of a driver's face taken
> by ccd camera.
>
> 2.I want to segment out only eye portion from the image using matlab.
>
> 3.To do this I want an algorithm which will detect the eye location
> in the image

1. Go to the library
2. Get some books on image processing
3. Read the books (at least the TOC)
4. Go back to the library
5. Do a literature search on your specific topic
6. Order/copy/print/whatever the journal/conference articles
7. Start implementing your design
8. Post back here after you have some MATLAB code you'd like help with

9. If you're feeling lazy start with: search the web for 'eye
detection drowsy'
Reply

#3
I want to detect driver drowsiness using video in matlab.
Can any body help me?
Reply

#4
WOULD LIKE TO GET THE SOURCE CODE FOR DROWSINESS DETECTION USING MATLAB
Reply

#5

need source code for drowsiness detection in matlab
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.