EmbeddedVisionBasedDrivingAssistanceSystemforSafeDrivingWithRoadAccidentDetectionandReporting
EmbeddedVisionBasedDrivingAssistanceSystemforSafeDrivingWithRoadAccidentDetectionandReporting
net/publication/341459808
Embedded Vision Based Driving Assistance System for Safe Driving With Road
Accident Detection and Reporting
CITATIONS READS
0 391
2 authors, including:
Harish Gollaprolu
Vignan's Lara Institute of Technology and Sciences
22 PUBLICATIONS 143 CITATIONS
SEE PROFILE
All content following this page was uploaded by Harish Gollaprolu on 18 May 2020.
Abstract- Automated driving will have a great impact on a big gap between what is tested in a standard PC and what
society, creating new possibilities for mobility and reducing finally runs in the embedded platform. Furthermore, there is
road accidents. The presence of vision technologies inside the not a standard hardware and software platform, so various
vehicles is expected to grow as an increase in the automation solutions have been proposed by the industry and the scientific
levels. However, embedding a vision-based driver assistance community, as it is usual on still non-mature markets.
system supposes a major challenge because of the special
features of vision algorithms. Additionally, some outstanding To help reduce the huge casualty, tremendous
challenges are also identified. A learning algorithm (Machine innovations in driver assistance systems are on the horizon,
learning classification algorithms) is used to optimizing including Lane Keeping Systems (LKS) [2] and Lane
solution. This paper mainly concentrated on vision-based Departure Warning Systems (LDWS) [3]. Among these,
driving assistant system using computer vision and post-crash camera-based lane detection [4] has been a core technology
analysis using a black box. which many of the newer driver safety systems adapt. Lane
marker detection recognizes white or yellow markings from
Keywords- Advance driving assistance system (ADAS), Lane the image captured by a camera mounted in the car to provide
departure warning system (LDWS), Forward collision warning lane position for automating driving systems [4].
system (FCWS) and Post Crash Analysis.
II. PROPOSED SYSTEM
I. INTRODUCTION
This project mainly concentrated on a vision-based driving
Using transportation is an everyday practice, a assistant system using computer vision. One of the key
characteristic of the modern world, but the human role is technologies in this project is advanced driver assistance
basically taken for granted. People are using different systems (ADAS). Safety features are designed for avoiding
transportation modes such as cars, buses, trains, ships or collisions and accidents by using driving assistant technology
aircraft. From all these modes of transportation, road traffic that alerts the driver of potential dangers or by implementing
injuries are consistently one of the three causes of death for safeguards
people aged between 5 to 44 years old. More than 1.2 million
people died on the world's roads every year, and as many as The proposed system mainly consists of three parts as follows.
50 million others are injured [1].
A. The vision-based driving assistance system
The major role of computer vision in understanding B. Road accident detection and reporting system using
and analyzing the driving scene is of great importance to IoT
building more intelligent driver assistance systems. However, C. Post-crash analysis using the Black box
the implementation of these computer vision-based
applications in a real automotive environment is not A. The vision-based driving assistance system
straightforward. The vast majority of works of the scientific
literature test their driver assistance algorithms on standard An embedded vision system for driving assistance
PCs. When these algorithms are ported to an embedded need to be fulfilling trade-off between several requirements
device, they see their performance degraded and sometimes such as dependability, real-time performance, low cost, small
they cannot even be implemented. Since there are several size, low power consumption by considered all these factors
requirements and constraints to be taken into account, there is this system is designed. This driving assistance system mainly
Page | 2271 www.ijsart.com
IJSART - Volume 4 Issue 4 – APRIL 2018 ISSN [ONLINE]: 2395-1052
concentrated on three parts: 1. Lane Departure Warning Identifying the object is itself is a big task a learning-
Systems (LDWS); 2. Forward collision warning system based algorithm is used to identify objects. Support Vector
(FCWS); 3.Traffic signs recognition. Entire Vision based Machine (SVM) is used to classify objects based on obtained
driving assistance system access the data from the camera and features from the camera. Lighting condition and weather
performing basic image operation by using Open CV (an open condition have a greater impact in obtaining futures. This will
source computer vision library). Lane detection is basically to be corrected by applying filter maintain different threshold
identify the margin of the road by using edge detection. levels. Distance is estimated based on size and shape of the
Coming to FCWS objected are identified and opposite vehicle vehicle and there relative pixel values, FCWS flow chart given
distance is calculated. Object identification and traffic signs in Fig 2 in this assistance to driver performed if the distance is
recognition are performed by using machine learning. less than 10 meters and generate an alarm signal by the buzzer
at the same time a audio “you are nearby a vehicle”.
1. LDWS
3. Traffic signs recognition
At the time of ignition of the vehicle, camera
accessed and edge detection and filters are performed on each Indian Traffic signs are trained using neural networks
frame of video. We considered region of interest as trapezoid. algorithms. Each and every traffic sign images are taken in
During processing of frames huge noise is produced and different light conditions and images are trained based on their
unnecessary lines are produced several considerations are labels. There are several proposing steps are considered like
taken to eliminate them and detect straight lines. image colour segmentation. Attain reason of interest and
classifying using multiple neural networks after these
(1)
proposing steps intimate driver about traffic sing as explained
in Fig. 2 and respect audio generated for respected sing to
Where c is the curvature of the lane, m is slop, b is
intimate.
offset of the lane, x and y are coordinate values
B. Road accident detection and reporting system using IOT
Based on slop value a condition is performed if slop
is more then 80 or less than -80 intimate vehicle driver by
Road accident is detected by impact switches [7], this
generating audio “you are crossing lane” from the speaker.
are placed in the front, back, both sides of the car. During
accident huge pressure occurred on impact switches then it
said to be accident occurred according to proposed system in
such a case immediately the location of the accident and
vehicle number are sent to concern authority likes ambulance,
police etc., by using IOT simultaneously a continuous RF
signal is transmitted after the accident occurred this will help
full to identify the vehicle.
2. FCWS
IV.SOFTWARE ARCHITECTURE
REFERENCES