Lane Departure Warning System
Lane Departure Warning System
To design a system which can detect the lanes on the road from
the images taken through a camera mounted on the moving
vehicle and give a warning signal corresponding to its safety level
with respect to the current position.
OVERVIEW
I. Introduction
II. Literature Survey
III. Specifications
Hardware
Software
IV. Block Diagram
V. Present status
VI. References
WHY?
Financial
Damage Expected Rise :
15% of World 60% by 2020
GDP
LANE
DEPARTURE
WARNING
SYSTEM 40 % of all
fatalities
INTRODUCTION
3. A lane departure warning is a
safety system in a car which
alerts the driver when the car
drifts out of its lane.
SPECIFICATIONS
LANE
Power
Supply
COMPUTER uC
Sensor selection
CMOS CCD
• Lesser response time. • More. Shifting of charge from
• Cheaper each pixel takes time.
• CMOS imagers offer superior • CCDs offer slightly better image
integration, quality and flexibility at the
• Most suitable for medium quality expense of system size.
video applications • They remain the most suitable
• Avoids Vertical smear. technology for high-end imaging
applications such as space
photography.
• Anti blooming arrangement
needed.
Color Models
•Thresholding
•Image Filtering
The system may not work under the conditions mentioned below
•Very bad weather conditions like heavy fog which reduce visibility.
‘rgb2gray’ command in
MATLAB converts RGB
values to grayscale
values by forming a
weighted sum of the R,
G, and B components. A Gray scale Image
We use Y= 0.3R+0.6G+0.1B.
THRESHOLDING