SlideShare a Scribd company logo
Sundarapandian et al. (Eds) : ITCS, SIP, CS & IT 09,
pp. 51–59, 2013. © CS & IT-CSCP 2013 DOI : 10.5121/csit.2013.3106
A Much Advanced and Efficient Lane
Detection Algorithm for Intelligent Highway
Safety
Prof. Sachin Sharma1
and Dr. D. J. Shah2
1
Department of Electronics & Communication, GTU, Ahmedabad, India
sharma.f@gmail.com
2
Department of Electronics & Communication, GTU, Ahmedabad, India
djshah@lcit.org
ABSTRACT
This paper presents a much advanced and efficient lane detection algorithm. The algorithm is
based on (ROI) Region of Interest segmentation. In this algorithm images are pre-processed by
a top-hat transform for de-noising and enhancing contrast. ROI of a test image is then
extracted. For detecting lines in the ROI, Hough transform is used. Estimation of the distance
between Hough origin and lane-line midpoint is made. Lane departure decision is made based
on the difference between these distances. As for the simulation part we have used Matlab
software.Experiments show that the proposed algorithm can detect the lane markings accurately
and quickly.
Keywords
Hough transform, Top-Hat transform, lane detection, lane departure, ROI Segmentation.
1. INTRODUCTION
With the help of offered machine vision algorithms, dozens of processors control every
performance aspect of today’s automobiles which are rising exponentially. In the future,
vehicles tend to be more intelligent and shall assist the driver both concerning comfort and
safety. Several facilities are being offered under Advanced Driver Assistance Systems (ADAS)
like night vision assistance, lane departure warning system (LDWS), pedestrian detection
system (PDS), smart airbags, cruise control, etc. As the reliability and the performance of the
algorithms have been significantly improved due to the increasing performance of computers,
vision systems have been acknowledged in the automatic control community as a powerful and
versatile sensor to measure motion, position and structure of the environment. If efficient
algorithms are developed for such modern vision systems, then the performance of the system
will certainly improved to large extent. With increase in the challenges in identifying the road
lanes, robust algorithms must be used to mitigate the problems of poor lane detection, less
efficiency poor performance under different traffic and environmental conditions. Many time
road lanes are fade and not visible.
52 Computer Science & Information Technology (CS & IT)
2. PROBLEM ADDRESSED
With increasing challenges in the identification of road lanes, robust algorithms must be used to
mitigate the problems of poor lane detection, less efficiency, poor performance in traffic and
different environmental conditions. Many time road lanes are fade and not visible. Two-lane,
three lane, and four - lane roads are present in many cities of the developed and under-developed
countries. Such factors are becoming obstacles in identifying the road lane for Lane Departure
Warning Systems (LDWS). Especially, when multiple lanes are present on a road, the detection
algorithm may identify all these lanes due to viewing angle of camera inside a car or vehicle. On
urban highways, multiple entry and exit points are present with relatively small distances between
adjacent entry and exit points. This scenario explains the presence of various lane markings on
urban roads. For LDWS, these detected lane edges may lead detection algorithm towards
complexity and inaccuracy. Also, while giving departure warning, multiple lane boundaries may
give false warnings. During the processing of lane departure, time to lane crossing (TLC)
parameter may be affected.
According to the survey carried out by National Highway Traffic Safety Administration o f
U S , 43 % of the total traffic accident casualties are the results of the abnormal
lane switching/departure on the road, which is also the major cause of the traffic accident in
the list [1]. In the previous studies of the Driver Assistance System (DAS), a m u c h
powerful computing machine and large size memory are required to carry out the
calculation of the computer vision and graphic processing algorithms [2], [3]. There
are articles contributed to the studies and methods of lane recognition, such as the stereo
vision system [4], [5] which transform the image coordinate system back to the real world
coordination. Then, the method is applied to identify the lane markings and remove other
irrelevant objects in the image. To improve the performance, it was proposed using curvature
method only in the far end of the image but adopting the straight line pattern in the near end to
identify the lane markings in order to reduce the time required for identification [6]. Many
approaches have been applied to lane detection, which can be classified as either feature-based
or model based [7], [8]. Hsiao et. Al. presents lane departure algorithm based on spatial
and temporal mechanism [9]. But this approach suffers from poor illumination
problem. In [10]-[11], occlusion handling algorithm for lane tracking is presented. But is has a
limitation of low computational speed.
3. ABOUT THIS PAPER
In this paper, effective ROI is considered as a first step of algorithm processing after pre-
processing by top-hat transform [2]. ROI is further segmented to avoid the problem o f
m u l t i p l e lanes. Segmenting the ROI has the advantage of dividing multiple lanes
present in the ROI. This ROI is further divided into left and right sub-regions. Lane marking
using HT is carried out in segmented regions of an image. Processing an image without
segmentation will detect many Hough lines due to which ambiguity will be created in
estimating lane departure. Segmenting ROI will reduce the complexity of the lane detection.
Segmentation helps to give lane identification in appropriate manner giving only desired
lane lines which are required for estimating lane departure information. This methodology
will have the net effect of enhancement in the speed of operation; reduced ambiguity,
hence the computational time required for lane departure warning will be reduced. Thus,
driver will get lane departure information instantly and will have more warning onset time. It is
desirable for LDWS to have more onset time. Onset time is the amount of time the driver gets
to bring the car in lane when deviated out of lane.
Computer Science & Information Technology (CS & IT) 53
The paper is organized as follows. Section 4.1 describes procedure for dynamic threshold value
selection. Section 4.2 describes segmentation of ROI. Modified lane departure method
is elucidated in section 4.3. Section 5 explains experimental validation. Section 6 concludes
the paper.
4. DYNAMIC THRESHOLD VALUE SELETION
In this paper, a method based on histogram statistics will be used to determine the fitting
threshold value dynamically.
4.1 Proposed Method
The procedure is to define a neighborhood and move its center from pixel to pixel. At every
location, histogram of the points in the neighborhood is first computed and thereafter the
histogram specification transformation function is obtained. This function is then used to map
the intensity of the pixel centered in the neighborhood. As shown in Figure 1, the
Figure 1. Pixel translation with 4×4 neighborhood
center of the neighborhood region is then moved to an adjacent pixel location and the
procedure is repeated. Because only one row or column of the neighborhood changes during
the pixel- to-pixel translation of the neighborhood, updating the histogram obtained in the
previous location with the new data introduced at each motion step is possible. Row
translation is shown in Figure 1. A 4×4 neighborhood is taken into consideration. This method
has many advantages as can be seen from the Figure. Figure 2 shows the histogram of input
and output image.
54 Computer Science & Information Technology (CS & IT)
Figure 2. Histogram Specification Transformation Function. (a) Input Image (b) Output Image
Output image is obtained when the proposed method of dynamic threshold value selection is
applied to an input image. Rayleigh distribution is taken into account in histogram
specification transformation because it describes the random level brightness and contrast
ratio of lane images appropriately. From Figure 2 (b) it is clear that the histogram is equalized
and uniformly spaced. This process gives an input image an enhanced contrast level which
makes lane detection easier. Figure 3 shows the flow of the algorithm.
Figure 3. Flow of the algorithm
4.2 ROI Segmentation
Lower area of a lane image, shown dotted in Figure 4, is considered as region of
interest (ROI). In this part of an image, road lanes are present. This is the lower region of the
view seen by a camera which can be situated inside a car near rear view mirror. This ROI is
Computer Science & Information Technology (CS & IT) 55
further divided into left and right sub- regions. Lane marking using Hough Transform
(HT) will be carried out in segmented regions of an image
Figure 4. Region of Interest
Segmentation helps to give lane identification in appropriate manner giving only desired
lane lines which are required for estimating lane departure information. This methodology
will have the net effect of enhancement in the speed of operation. Also, with reduced
ambiguity, the computational time required for lane departure warning is reduced. Thus,
driver will get lane departure information instantly and will have more warning onset time.
4.3 Modified Lane Departure Method
The new proposed methodology for lane departure indication is described in this section. ROI
of an image is extracted and represented as Ri . Edges in an image are detected using Hough
transform. Hough origin Ho is placed at the coordinate (x/ 2,0) . Edges of lanes are extracted.
Left edge mid-point and right edge mid-point viz. Μ L , Μ R is calculated. A line
joining from each mid-point to Hough origin is plotted and its length is measured as Κ L
, Κ R . Also, horizontal distance between the mid-points is noted down as length C shown
below in Figure 5.
Figure 5. New Lane Departure Calculation on ROI (a) Left departure, (b) Right departure
If the value of length C is greater than initial threshold value Τi then the position of car will
be examined for departure. The terms KL, KR are used to obtain information in this regard. As
shown in above Figure 5 (a), if length KR is less than KL then car is near right lane otherwise
56 Computer Science & Information Technology (CS & IT)
if length KR is greater than KL then car is near left lane. The initial thresholds for minimum
lengths are set. If either of the length KL, KR reduces below some threshold TL, TR then
lane departure on left side or right side occurs and necessary warning will be given to
driver. The algorithm for proposed lane departure method is given in following pseudo code
On the contrary, if the value of C is lesser than initial threshold value Τi , as shown in
Figure 6, car is crossing the lane and is on the central axis of the road
Figure 6. New Lane Departure Calculation on ROI
As shown in this Figure, dotted lane marking is identified. Edges are extracted with outer
boundaries. The length C is the distance between the edges shown in Figure 6. C is always
less than the initial threshold value in case when car is in left or right lane. Also, during
left or right departure, C is always greater than initial threshold. ROI segmentation is taken
into account. The uniqueness of the algorithm lies in considering value of C as shown in
Figure 5.
Three cases are assumed:
Case I: C is greater than initial threshold value Ti when left departure occurs – In this case,
the value of C is greater than 50. The length KL , KR are calculated. Centroid of KL, KR
is estimated which decides C value. For left departure, KL < KR is condition is satisfied.
Computer Science & Information Technology (CS & IT) 57
Case II: C i s greater than initial threshold value Ti when right departure occurs - In this
case, the value of C is greater than 50. For left departure, KR < KL condition is satisfied.
Case III: C is less than initial threshold value Ti - In this case C value is less than 50. Car is
crossing the lane .
5. EXPERIMENTAL VALIDATION
The proposed algorithm of lane departure is simulated in MATLAB. The software runs on
i5 processor at 2.53 GHz.As shown in Figure 7 (a) original image is shown. The lane
detection is performed using Hough transform. The detected lane boundaries are shown in
Figure 7 (b) in green color. It seen that HT detects lane boundaries accurately.
Figure 7. Lane Detection. (a) Original Image, (b) Lane Detection shown in green color
Modified lane departure method is used to generate warning to the driver. If the car is deviated
from the lane, the color of identified lane markings is changed from green to red. A
caution or a warning is generated and displayed to the driver. Figure 8 (a) shows that car is
departing towards right side. Figure 8 (b) shows that car is crossing the middle boundary
and is at the center on a road. Figure 8 (c) shows that car is departing towards left side.
Figure 8. Lane Departure shown in Red color. (a) Right Side, (b) At Center, (c) Left Side
In case III, C value is 130. Also, length KR is greater than KL informing left departure
condition has occurred. Thus, accurate predictions are obtained using the proposed algorithm.
Table 1 shows that the proposed algorithm gives lane departure information in
fraction of second, with average value equal to 0.053622 second. The second last column
58 Computer Science & Information Technology (CS & IT)
shows time required for each execution of identifying the departure
Table 1: Lane Departure Parameters of Proposed Algorithm
Image C KL KR Time (s) Departure
1 100 72 58 0.051774 Right
2 79 95 95 0.046725 In Lane
3 130 68 134 0.062367 Left
4 120 80 49 0.053745 Right
5 150 80 80 0.053512 In Lane
6 110 70 138 0.054011 Left
7 115 69 140 0.053113 Left
6. CONCLUSION
In this paper, an improved method for lane departure warning system is presented. Hough
transform is used to detect the lane markings. The lane departure method is improved by ROI
segmentation technique. By measuring the distance between the lanes and using it to make out
decision for left or right departure, the proposed algorithm accurately detects the lanes in
short span of time. It is observed that the proposed algorithm has average execution time of
0.053622 second. It has the benefit of less complexity and fast execution. This algorithm, if
optimized, will further enhance the speed of operation. For lane departure warning system it is
necessary that the algorithm must be executed in short span of time with better accuracy so that
driver will get more onset time to bring the car in lane. Our paper fulfills these conditions by
giving less time to generate warning. Thus, proposed algorithm is suitable for real-time
application for LDWS.
ACKNOWLEDGEMENTS
The authors would like to thank everyone, just everyone!
REFERENCES
[1] National Highway Traffic Safety Administration, http://www.nhtsa.dot.gov/
[2] Long Chen, Qingqyan Li and Qin Zou, “Block-Constraint Line Scanning Method for Lane
Detection”, IEEE Intelligent Vehicles Symposium, 2010
[3] Robert M. Haralick and Linda G. Shapiro, “Computer and Robot Vision,” Vol.1, Addison Wesley
Publishing Company Inc., 1992.
[4] Yue Feng WAN, Francois CABESTAING and Jean-Christophe BURIE, “A new edge detector for
Obstacle Detection with a Linear Stereo Vision System”, IEEE Proceedings, 2010, pp. 130 – 135.
[5] Mathias Perrollaz, Anne Spalanzani and Didier Aubert, “Probabilistic representation of the
uncertainty of stereo vision and application to obstacle detection”, 2010 IEEE Intelligent Vehicles
Symposium Univeristy of California, San Diego, Ca, USA, June 21-24 2010, pp.313-318.
[6] C. R. Jung and C. R. Kelber, “A robust linear parabolic model for lane following,” Proceedings of
XVII Brazilian Symposium on Computer Graphics and Image Processing, Oct. 2004, pp. 7279.
Computer Science & Information Technology (CS & IT) 59
[7] Joel C. McCall and Mohan M.Trivedi, “Video-based Lane Estimation and Tracking for Driver
Assistance: Survey, System, and Evaluation”, IEEE Transactions on Intelligent Transportation
Systems, vol.7, 2006, pp.20-37, doi: 10.1109/TITS.2006.869595.
[8] Broggi and S. Berte, “Vision-based Road Detection in Automotive Systems: a Real-time
Expectation-driven Approach”, Journal of Artificial Intelligence Research, vol.3, 1995, pp. 325-348.
[9] Pei-Yung Hsiao, Chun-Wei Yeh, Shih-Shinh Huang, and Li-Chen Fu, “A Portable Vision-Based
Real-Time Lane Departure Warning System: Day and Night”, IEEE Transaction on Vehicular
Technology, vol. 58, No. 4, May 2009
[10] Bing-Fei Wu, Senior Member, IEEE, Chuan-Tsai Lin, Student Member, IEEE, and Yen-Lin Chen,
Member, IEEE, “Dynamic Calibration and Occlusion Handling Algorithms for Lane Tracking”,
IEEE Transaction on Industrial Electronics, vol. 56, No. 5, May 2009.
[11] Nak Yong Ko, Reid Simmons, Koung Kim, “A Lane based obstacle avoidance Method for Mobile
Robot Navigation”, KSME International Journal, Vo. 17, No. 11, pp. 1693-1703, 2010.
Authors:
Sachin Sharma, Ph.D. pursuing, is Assistant Professor, Electronics and
Communication Department, SVBIT, Gandhinagar (Gujarat). He is having more
than 5 years of experience in Academics, Research & Industry. He has published
numerous articles related to Image Processing, Digital Signal Processing, and
Intelligent Transportation Systems. He is an active member of several professional
societies, including ISTE, IEEE and SAE.
Dr. Dharmesh Shah is working as Principal at LCIT, Bhandu (Gujarat). He is
also the Dean – Engineering (Zone II), GTU, Ahmedabad. He is having more than 15 years of experience in
Academics, Research & Industry. He has published numerous articles related to VLSI, Digital Signal
Processing, and Image Processing. He is an active member of several professional societies, including
IETE, ISTE and IEEE.
Ad

More Related Content

What's hot (20)

碩一工研院研究成果
碩一工研院研究成果碩一工研院研究成果
碩一工研院研究成果
Shaun Lin
 
Density of route frequency for enforcement
Density of route frequency for enforcement Density of route frequency for enforcement
Density of route frequency for enforcement
Conference Papers
 
Lane Detection and Obstacle Aviodance
Lane Detection and Obstacle AviodanceLane Detection and Obstacle Aviodance
Lane Detection and Obstacle Aviodance
Nishanth Sriramoju
 
A Novel Multiple License Plate Extraction Technique for Complex Background in...
A Novel Multiple License Plate Extraction Technique for Complex Background in...A Novel Multiple License Plate Extraction Technique for Complex Background in...
A Novel Multiple License Plate Extraction Technique for Complex Background in...
CSCJournals
 
40120140501008
4012014050100840120140501008
40120140501008
IAEME Publication
 
Traffic sign recognition
Traffic sign recognitionTraffic sign recognition
Traffic sign recognition
AKR Education
 
Lane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance RevisedLane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance Revised
Phanindra Amaradhi
 
A new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environmentsA new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environments
eSAT Journals
 
A new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeA new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive route
eSAT Publishing House
 
Microstrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collectionMicrostrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collection
eSAT Publishing House
 
50120140504010
5012014050401050120140504010
50120140504010
IAEME Publication
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET Journal
 
Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...
Conference Papers
 
IRJET- Road Recognition from Remote Sensing Imagery using Machine Learning
IRJET- Road Recognition from Remote Sensing Imagery using Machine LearningIRJET- Road Recognition from Remote Sensing Imagery using Machine Learning
IRJET- Road Recognition from Remote Sensing Imagery using Machine Learning
IRJET Journal
 
Vibration based condition monitoring of rolling element bearing using xg boo...
Vibration based condition monitoring of rolling element bearing using  xg boo...Vibration based condition monitoring of rolling element bearing using  xg boo...
Vibration based condition monitoring of rolling element bearing using xg boo...
Conference Papers
 
Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...
sipij
 
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
ijtsrd
 
IRJET- Design and Development of Traffic Flow Prediction System for Efficient...
IRJET- Design and Development of Traffic Flow Prediction System for Efficient...IRJET- Design and Development of Traffic Flow Prediction System for Efficient...
IRJET- Design and Development of Traffic Flow Prediction System for Efficient...
IRJET Journal
 
Scenario-Based Development & Testing for Autonomous Driving
Scenario-Based Development & Testing for Autonomous DrivingScenario-Based Development & Testing for Autonomous Driving
Scenario-Based Development & Testing for Autonomous Driving
Yu Huang
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
IRJET Journal
 
碩一工研院研究成果
碩一工研院研究成果碩一工研院研究成果
碩一工研院研究成果
Shaun Lin
 
Density of route frequency for enforcement
Density of route frequency for enforcement Density of route frequency for enforcement
Density of route frequency for enforcement
Conference Papers
 
Lane Detection and Obstacle Aviodance
Lane Detection and Obstacle AviodanceLane Detection and Obstacle Aviodance
Lane Detection and Obstacle Aviodance
Nishanth Sriramoju
 
A Novel Multiple License Plate Extraction Technique for Complex Background in...
A Novel Multiple License Plate Extraction Technique for Complex Background in...A Novel Multiple License Plate Extraction Technique for Complex Background in...
A Novel Multiple License Plate Extraction Technique for Complex Background in...
CSCJournals
 
Traffic sign recognition
Traffic sign recognitionTraffic sign recognition
Traffic sign recognition
AKR Education
 
Lane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance RevisedLane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance Revised
Phanindra Amaradhi
 
A new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environmentsA new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environments
eSAT Journals
 
A new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeA new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive route
eSAT Publishing House
 
Microstrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collectionMicrostrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collection
eSAT Publishing House
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET Journal
 
Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...
Conference Papers
 
IRJET- Road Recognition from Remote Sensing Imagery using Machine Learning
IRJET- Road Recognition from Remote Sensing Imagery using Machine LearningIRJET- Road Recognition from Remote Sensing Imagery using Machine Learning
IRJET- Road Recognition from Remote Sensing Imagery using Machine Learning
IRJET Journal
 
Vibration based condition monitoring of rolling element bearing using xg boo...
Vibration based condition monitoring of rolling element bearing using  xg boo...Vibration based condition monitoring of rolling element bearing using  xg boo...
Vibration based condition monitoring of rolling element bearing using xg boo...
Conference Papers
 
Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...
sipij
 
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
ijtsrd
 
IRJET- Design and Development of Traffic Flow Prediction System for Efficient...
IRJET- Design and Development of Traffic Flow Prediction System for Efficient...IRJET- Design and Development of Traffic Flow Prediction System for Efficient...
IRJET- Design and Development of Traffic Flow Prediction System for Efficient...
IRJET Journal
 
Scenario-Based Development & Testing for Autonomous Driving
Scenario-Based Development & Testing for Autonomous DrivingScenario-Based Development & Testing for Autonomous Driving
Scenario-Based Development & Testing for Autonomous Driving
Yu Huang
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
IRJET Journal
 

Similar to A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highway Safety (20)

Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
IRJET Journal
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
IRJET Journal
 
Automatic Number Plate Recognition System A Histogram Based Approach
Automatic Number Plate Recognition System  A Histogram Based ApproachAutomatic Number Plate Recognition System  A Histogram Based Approach
Automatic Number Plate Recognition System A Histogram Based Approach
Joe Osborn
 
E011142632
E011142632E011142632
E011142632
IOSR Journals
 
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
IRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
IRJET Journal
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking System
IRJET Journal
 
Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident AssistanceDeep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
IRJET Journal
 
A017430110
A017430110A017430110
A017430110
IOSR Journals
 
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET Journal
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
IRJET Journal
 
A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...
Md. Faishal Rahaman
 
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
IRJET Journal
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET Journal
 
IRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET- Analysis and Prediction of Delay at Signalized Junctions in BangaloreIRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET Journal
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET Journal
 
Improved Performance of Fuzzy Logic Algorithm for Lane Detection Images
Improved Performance of Fuzzy Logic Algorithm for Lane Detection ImagesImproved Performance of Fuzzy Logic Algorithm for Lane Detection Images
Improved Performance of Fuzzy Logic Algorithm for Lane Detection Images
IRJET Journal
 
Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan Vehicle
IRJET Journal
 
IRJET- Dynamic Traffic Management System
IRJET- Dynamic Traffic Management SystemIRJET- Dynamic Traffic Management System
IRJET- Dynamic Traffic Management System
IRJET Journal
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET Journal
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
IRJET Journal
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
IRJET Journal
 
Automatic Number Plate Recognition System A Histogram Based Approach
Automatic Number Plate Recognition System  A Histogram Based ApproachAutomatic Number Plate Recognition System  A Histogram Based Approach
Automatic Number Plate Recognition System A Histogram Based Approach
Joe Osborn
 
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
IRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
IRJET Journal
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking System
IRJET Journal
 
Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident AssistanceDeep Learning Based Vehicle Rules Violation Detection and Accident Assistance
Deep Learning Based Vehicle Rules Violation Detection and Accident Assistance
IRJET Journal
 
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET- Prediction of Traffic Signs for Automated Vehicles using Convolutional...
IRJET Journal
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
IRJET Journal
 
A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...
Md. Faishal Rahaman
 
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
IRJET Journal
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET Journal
 
IRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET- Analysis and Prediction of Delay at Signalized Junctions in BangaloreIRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET Journal
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET Journal
 
Improved Performance of Fuzzy Logic Algorithm for Lane Detection Images
Improved Performance of Fuzzy Logic Algorithm for Lane Detection ImagesImproved Performance of Fuzzy Logic Algorithm for Lane Detection Images
Improved Performance of Fuzzy Logic Algorithm for Lane Detection Images
IRJET Journal
 
Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan Vehicle
IRJET Journal
 
IRJET- Dynamic Traffic Management System
IRJET- Dynamic Traffic Management SystemIRJET- Dynamic Traffic Management System
IRJET- Dynamic Traffic Management System
IRJET Journal
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET Journal
 
Ad

More from cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
cscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
cscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
cscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
cscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
cscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
cscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
cscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
cscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
cscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
cscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
cscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
cscpconf
 
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
cscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
cscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
cscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
cscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
cscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
cscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
cscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
cscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
cscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
cscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
cscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
cscpconf
 
Ad

Recently uploaded (20)

IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERSIMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
rajaselviazhagiri1
 
Rebuilding the library community in a post-Twitter world
Rebuilding the library community in a post-Twitter worldRebuilding the library community in a post-Twitter world
Rebuilding the library community in a post-Twitter world
Ned Potter
 
CNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscessCNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscess
Mohamed Rizk Khodair
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
Look Up, Look Down: Spotting Local History Everywhere
Look Up, Look Down: Spotting Local History EverywhereLook Up, Look Down: Spotting Local History Everywhere
Look Up, Look Down: Spotting Local History Everywhere
History of Stoke Newington
 
How to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 WebsiteHow to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 Website
Celine George
 
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Leonel Morgado
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
libbys peer assesment.docx..............
libbys peer assesment.docx..............libbys peer assesment.docx..............
libbys peer assesment.docx..............
19lburrell
 
Chemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptxChemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptx
Mayuri Chavan
 
Final Evaluation.docx...........................
Final Evaluation.docx...........................Final Evaluation.docx...........................
Final Evaluation.docx...........................
l1bbyburrell
 
MICROBIAL GENETICS -tranformation and tranduction.pdf
MICROBIAL GENETICS -tranformation and tranduction.pdfMICROBIAL GENETICS -tranformation and tranduction.pdf
MICROBIAL GENETICS -tranformation and tranduction.pdf
DHARMENDRA SAHU
 
INSULIN.pptx by Arka Das (Bsc. Critical care technology)
INSULIN.pptx by Arka Das (Bsc. Critical care technology)INSULIN.pptx by Arka Das (Bsc. Critical care technology)
INSULIN.pptx by Arka Das (Bsc. Critical care technology)
ArkaDas54
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
The History of Kashmir Lohar Dynasty NEP.ppt
The History of Kashmir Lohar Dynasty NEP.pptThe History of Kashmir Lohar Dynasty NEP.ppt
The History of Kashmir Lohar Dynasty NEP.ppt
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
Bipolar Junction Transistors (BJTs): Basics, Construction & Configurations
Bipolar Junction Transistors (BJTs): Basics, Construction & ConfigurationsBipolar Junction Transistors (BJTs): Basics, Construction & Configurations
Bipolar Junction Transistors (BJTs): Basics, Construction & Configurations
GS Virdi
 
antiquity of writing in ancient India- literary & archaeological evidence
antiquity of writing in ancient India- literary & archaeological evidenceantiquity of writing in ancient India- literary & archaeological evidence
antiquity of writing in ancient India- literary & archaeological evidence
PrachiSontakke5
 
How to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo SlidesHow to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo Slides
Celine George
 
PUBH1000 Slides - Module 11: Governance for Health
PUBH1000 Slides - Module 11: Governance for HealthPUBH1000 Slides - Module 11: Governance for Health
PUBH1000 Slides - Module 11: Governance for Health
JonathanHallett4
 
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERSIMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
IMPACT_OF_SOCIAL-MEDIA- AMONG- TEENAGERS
rajaselviazhagiri1
 
Rebuilding the library community in a post-Twitter world
Rebuilding the library community in a post-Twitter worldRebuilding the library community in a post-Twitter world
Rebuilding the library community in a post-Twitter world
Ned Potter
 
CNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscessCNS infections (encephalitis, meningitis & Brain abscess
CNS infections (encephalitis, meningitis & Brain abscess
Mohamed Rizk Khodair
 
Module 1: Foundations of Research
Module 1: Foundations of ResearchModule 1: Foundations of Research
Module 1: Foundations of Research
drroxannekemp
 
Look Up, Look Down: Spotting Local History Everywhere
Look Up, Look Down: Spotting Local History EverywhereLook Up, Look Down: Spotting Local History Everywhere
Look Up, Look Down: Spotting Local History Everywhere
History of Stoke Newington
 
How to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 WebsiteHow to Configure Extra Steps During Checkout in Odoo 18 Website
How to Configure Extra Steps During Checkout in Odoo 18 Website
Celine George
 
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Redesigning Education as a Cognitive Ecosystem: Practical Insights into Emerg...
Leonel Morgado
 
How to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 PurchaseHow to Manage Amounts in Local Currency in Odoo 18 Purchase
How to Manage Amounts in Local Currency in Odoo 18 Purchase
Celine George
 
libbys peer assesment.docx..............
libbys peer assesment.docx..............libbys peer assesment.docx..............
libbys peer assesment.docx..............
19lburrell
 
Chemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptxChemotherapy of Malignancy -Anticancer.pptx
Chemotherapy of Malignancy -Anticancer.pptx
Mayuri Chavan
 
Final Evaluation.docx...........................
Final Evaluation.docx...........................Final Evaluation.docx...........................
Final Evaluation.docx...........................
l1bbyburrell
 
MICROBIAL GENETICS -tranformation and tranduction.pdf
MICROBIAL GENETICS -tranformation and tranduction.pdfMICROBIAL GENETICS -tranformation and tranduction.pdf
MICROBIAL GENETICS -tranformation and tranduction.pdf
DHARMENDRA SAHU
 
INSULIN.pptx by Arka Das (Bsc. Critical care technology)
INSULIN.pptx by Arka Das (Bsc. Critical care technology)INSULIN.pptx by Arka Das (Bsc. Critical care technology)
INSULIN.pptx by Arka Das (Bsc. Critical care technology)
ArkaDas54
 
How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18How to Share Accounts Between Companies in Odoo 18
How to Share Accounts Between Companies in Odoo 18
Celine George
 
Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...Classification of mental disorder in 5th semester bsc. nursing and also used ...
Classification of mental disorder in 5th semester bsc. nursing and also used ...
parmarjuli1412
 
Bipolar Junction Transistors (BJTs): Basics, Construction & Configurations
Bipolar Junction Transistors (BJTs): Basics, Construction & ConfigurationsBipolar Junction Transistors (BJTs): Basics, Construction & Configurations
Bipolar Junction Transistors (BJTs): Basics, Construction & Configurations
GS Virdi
 
antiquity of writing in ancient India- literary & archaeological evidence
antiquity of writing in ancient India- literary & archaeological evidenceantiquity of writing in ancient India- literary & archaeological evidence
antiquity of writing in ancient India- literary & archaeological evidence
PrachiSontakke5
 
How to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo SlidesHow to Add Button in Chatter in Odoo 18 - Odoo Slides
How to Add Button in Chatter in Odoo 18 - Odoo Slides
Celine George
 
PUBH1000 Slides - Module 11: Governance for Health
PUBH1000 Slides - Module 11: Governance for HealthPUBH1000 Slides - Module 11: Governance for Health
PUBH1000 Slides - Module 11: Governance for Health
JonathanHallett4
 

A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highway Safety

  • 1. Sundarapandian et al. (Eds) : ITCS, SIP, CS & IT 09, pp. 51–59, 2013. © CS & IT-CSCP 2013 DOI : 10.5121/csit.2013.3106 A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highway Safety Prof. Sachin Sharma1 and Dr. D. J. Shah2 1 Department of Electronics & Communication, GTU, Ahmedabad, India sharma.f@gmail.com 2 Department of Electronics & Communication, GTU, Ahmedabad, India djshah@lcit.org ABSTRACT This paper presents a much advanced and efficient lane detection algorithm. The algorithm is based on (ROI) Region of Interest segmentation. In this algorithm images are pre-processed by a top-hat transform for de-noising and enhancing contrast. ROI of a test image is then extracted. For detecting lines in the ROI, Hough transform is used. Estimation of the distance between Hough origin and lane-line midpoint is made. Lane departure decision is made based on the difference between these distances. As for the simulation part we have used Matlab software.Experiments show that the proposed algorithm can detect the lane markings accurately and quickly. Keywords Hough transform, Top-Hat transform, lane detection, lane departure, ROI Segmentation. 1. INTRODUCTION With the help of offered machine vision algorithms, dozens of processors control every performance aspect of today’s automobiles which are rising exponentially. In the future, vehicles tend to be more intelligent and shall assist the driver both concerning comfort and safety. Several facilities are being offered under Advanced Driver Assistance Systems (ADAS) like night vision assistance, lane departure warning system (LDWS), pedestrian detection system (PDS), smart airbags, cruise control, etc. As the reliability and the performance of the algorithms have been significantly improved due to the increasing performance of computers, vision systems have been acknowledged in the automatic control community as a powerful and versatile sensor to measure motion, position and structure of the environment. If efficient algorithms are developed for such modern vision systems, then the performance of the system will certainly improved to large extent. With increase in the challenges in identifying the road lanes, robust algorithms must be used to mitigate the problems of poor lane detection, less efficiency poor performance under different traffic and environmental conditions. Many time road lanes are fade and not visible.
  • 2. 52 Computer Science & Information Technology (CS & IT) 2. PROBLEM ADDRESSED With increasing challenges in the identification of road lanes, robust algorithms must be used to mitigate the problems of poor lane detection, less efficiency, poor performance in traffic and different environmental conditions. Many time road lanes are fade and not visible. Two-lane, three lane, and four - lane roads are present in many cities of the developed and under-developed countries. Such factors are becoming obstacles in identifying the road lane for Lane Departure Warning Systems (LDWS). Especially, when multiple lanes are present on a road, the detection algorithm may identify all these lanes due to viewing angle of camera inside a car or vehicle. On urban highways, multiple entry and exit points are present with relatively small distances between adjacent entry and exit points. This scenario explains the presence of various lane markings on urban roads. For LDWS, these detected lane edges may lead detection algorithm towards complexity and inaccuracy. Also, while giving departure warning, multiple lane boundaries may give false warnings. During the processing of lane departure, time to lane crossing (TLC) parameter may be affected. According to the survey carried out by National Highway Traffic Safety Administration o f U S , 43 % of the total traffic accident casualties are the results of the abnormal lane switching/departure on the road, which is also the major cause of the traffic accident in the list [1]. In the previous studies of the Driver Assistance System (DAS), a m u c h powerful computing machine and large size memory are required to carry out the calculation of the computer vision and graphic processing algorithms [2], [3]. There are articles contributed to the studies and methods of lane recognition, such as the stereo vision system [4], [5] which transform the image coordinate system back to the real world coordination. Then, the method is applied to identify the lane markings and remove other irrelevant objects in the image. To improve the performance, it was proposed using curvature method only in the far end of the image but adopting the straight line pattern in the near end to identify the lane markings in order to reduce the time required for identification [6]. Many approaches have been applied to lane detection, which can be classified as either feature-based or model based [7], [8]. Hsiao et. Al. presents lane departure algorithm based on spatial and temporal mechanism [9]. But this approach suffers from poor illumination problem. In [10]-[11], occlusion handling algorithm for lane tracking is presented. But is has a limitation of low computational speed. 3. ABOUT THIS PAPER In this paper, effective ROI is considered as a first step of algorithm processing after pre- processing by top-hat transform [2]. ROI is further segmented to avoid the problem o f m u l t i p l e lanes. Segmenting the ROI has the advantage of dividing multiple lanes present in the ROI. This ROI is further divided into left and right sub-regions. Lane marking using HT is carried out in segmented regions of an image. Processing an image without segmentation will detect many Hough lines due to which ambiguity will be created in estimating lane departure. Segmenting ROI will reduce the complexity of the lane detection. Segmentation helps to give lane identification in appropriate manner giving only desired lane lines which are required for estimating lane departure information. This methodology will have the net effect of enhancement in the speed of operation; reduced ambiguity, hence the computational time required for lane departure warning will be reduced. Thus, driver will get lane departure information instantly and will have more warning onset time. It is desirable for LDWS to have more onset time. Onset time is the amount of time the driver gets to bring the car in lane when deviated out of lane.
  • 3. Computer Science & Information Technology (CS & IT) 53 The paper is organized as follows. Section 4.1 describes procedure for dynamic threshold value selection. Section 4.2 describes segmentation of ROI. Modified lane departure method is elucidated in section 4.3. Section 5 explains experimental validation. Section 6 concludes the paper. 4. DYNAMIC THRESHOLD VALUE SELETION In this paper, a method based on histogram statistics will be used to determine the fitting threshold value dynamically. 4.1 Proposed Method The procedure is to define a neighborhood and move its center from pixel to pixel. At every location, histogram of the points in the neighborhood is first computed and thereafter the histogram specification transformation function is obtained. This function is then used to map the intensity of the pixel centered in the neighborhood. As shown in Figure 1, the Figure 1. Pixel translation with 4×4 neighborhood center of the neighborhood region is then moved to an adjacent pixel location and the procedure is repeated. Because only one row or column of the neighborhood changes during the pixel- to-pixel translation of the neighborhood, updating the histogram obtained in the previous location with the new data introduced at each motion step is possible. Row translation is shown in Figure 1. A 4×4 neighborhood is taken into consideration. This method has many advantages as can be seen from the Figure. Figure 2 shows the histogram of input and output image.
  • 4. 54 Computer Science & Information Technology (CS & IT) Figure 2. Histogram Specification Transformation Function. (a) Input Image (b) Output Image Output image is obtained when the proposed method of dynamic threshold value selection is applied to an input image. Rayleigh distribution is taken into account in histogram specification transformation because it describes the random level brightness and contrast ratio of lane images appropriately. From Figure 2 (b) it is clear that the histogram is equalized and uniformly spaced. This process gives an input image an enhanced contrast level which makes lane detection easier. Figure 3 shows the flow of the algorithm. Figure 3. Flow of the algorithm 4.2 ROI Segmentation Lower area of a lane image, shown dotted in Figure 4, is considered as region of interest (ROI). In this part of an image, road lanes are present. This is the lower region of the view seen by a camera which can be situated inside a car near rear view mirror. This ROI is
  • 5. Computer Science & Information Technology (CS & IT) 55 further divided into left and right sub- regions. Lane marking using Hough Transform (HT) will be carried out in segmented regions of an image Figure 4. Region of Interest Segmentation helps to give lane identification in appropriate manner giving only desired lane lines which are required for estimating lane departure information. This methodology will have the net effect of enhancement in the speed of operation. Also, with reduced ambiguity, the computational time required for lane departure warning is reduced. Thus, driver will get lane departure information instantly and will have more warning onset time. 4.3 Modified Lane Departure Method The new proposed methodology for lane departure indication is described in this section. ROI of an image is extracted and represented as Ri . Edges in an image are detected using Hough transform. Hough origin Ho is placed at the coordinate (x/ 2,0) . Edges of lanes are extracted. Left edge mid-point and right edge mid-point viz. Μ L , Μ R is calculated. A line joining from each mid-point to Hough origin is plotted and its length is measured as Κ L , Κ R . Also, horizontal distance between the mid-points is noted down as length C shown below in Figure 5. Figure 5. New Lane Departure Calculation on ROI (a) Left departure, (b) Right departure If the value of length C is greater than initial threshold value Τi then the position of car will be examined for departure. The terms KL, KR are used to obtain information in this regard. As shown in above Figure 5 (a), if length KR is less than KL then car is near right lane otherwise
  • 6. 56 Computer Science & Information Technology (CS & IT) if length KR is greater than KL then car is near left lane. The initial thresholds for minimum lengths are set. If either of the length KL, KR reduces below some threshold TL, TR then lane departure on left side or right side occurs and necessary warning will be given to driver. The algorithm for proposed lane departure method is given in following pseudo code On the contrary, if the value of C is lesser than initial threshold value Τi , as shown in Figure 6, car is crossing the lane and is on the central axis of the road Figure 6. New Lane Departure Calculation on ROI As shown in this Figure, dotted lane marking is identified. Edges are extracted with outer boundaries. The length C is the distance between the edges shown in Figure 6. C is always less than the initial threshold value in case when car is in left or right lane. Also, during left or right departure, C is always greater than initial threshold. ROI segmentation is taken into account. The uniqueness of the algorithm lies in considering value of C as shown in Figure 5. Three cases are assumed: Case I: C is greater than initial threshold value Ti when left departure occurs – In this case, the value of C is greater than 50. The length KL , KR are calculated. Centroid of KL, KR is estimated which decides C value. For left departure, KL < KR is condition is satisfied.
  • 7. Computer Science & Information Technology (CS & IT) 57 Case II: C i s greater than initial threshold value Ti when right departure occurs - In this case, the value of C is greater than 50. For left departure, KR < KL condition is satisfied. Case III: C is less than initial threshold value Ti - In this case C value is less than 50. Car is crossing the lane . 5. EXPERIMENTAL VALIDATION The proposed algorithm of lane departure is simulated in MATLAB. The software runs on i5 processor at 2.53 GHz.As shown in Figure 7 (a) original image is shown. The lane detection is performed using Hough transform. The detected lane boundaries are shown in Figure 7 (b) in green color. It seen that HT detects lane boundaries accurately. Figure 7. Lane Detection. (a) Original Image, (b) Lane Detection shown in green color Modified lane departure method is used to generate warning to the driver. If the car is deviated from the lane, the color of identified lane markings is changed from green to red. A caution or a warning is generated and displayed to the driver. Figure 8 (a) shows that car is departing towards right side. Figure 8 (b) shows that car is crossing the middle boundary and is at the center on a road. Figure 8 (c) shows that car is departing towards left side. Figure 8. Lane Departure shown in Red color. (a) Right Side, (b) At Center, (c) Left Side In case III, C value is 130. Also, length KR is greater than KL informing left departure condition has occurred. Thus, accurate predictions are obtained using the proposed algorithm. Table 1 shows that the proposed algorithm gives lane departure information in fraction of second, with average value equal to 0.053622 second. The second last column
  • 8. 58 Computer Science & Information Technology (CS & IT) shows time required for each execution of identifying the departure Table 1: Lane Departure Parameters of Proposed Algorithm Image C KL KR Time (s) Departure 1 100 72 58 0.051774 Right 2 79 95 95 0.046725 In Lane 3 130 68 134 0.062367 Left 4 120 80 49 0.053745 Right 5 150 80 80 0.053512 In Lane 6 110 70 138 0.054011 Left 7 115 69 140 0.053113 Left 6. CONCLUSION In this paper, an improved method for lane departure warning system is presented. Hough transform is used to detect the lane markings. The lane departure method is improved by ROI segmentation technique. By measuring the distance between the lanes and using it to make out decision for left or right departure, the proposed algorithm accurately detects the lanes in short span of time. It is observed that the proposed algorithm has average execution time of 0.053622 second. It has the benefit of less complexity and fast execution. This algorithm, if optimized, will further enhance the speed of operation. For lane departure warning system it is necessary that the algorithm must be executed in short span of time with better accuracy so that driver will get more onset time to bring the car in lane. Our paper fulfills these conditions by giving less time to generate warning. Thus, proposed algorithm is suitable for real-time application for LDWS. ACKNOWLEDGEMENTS The authors would like to thank everyone, just everyone! REFERENCES [1] National Highway Traffic Safety Administration, http://www.nhtsa.dot.gov/ [2] Long Chen, Qingqyan Li and Qin Zou, “Block-Constraint Line Scanning Method for Lane Detection”, IEEE Intelligent Vehicles Symposium, 2010 [3] Robert M. Haralick and Linda G. Shapiro, “Computer and Robot Vision,” Vol.1, Addison Wesley Publishing Company Inc., 1992. [4] Yue Feng WAN, Francois CABESTAING and Jean-Christophe BURIE, “A new edge detector for Obstacle Detection with a Linear Stereo Vision System”, IEEE Proceedings, 2010, pp. 130 – 135. [5] Mathias Perrollaz, Anne Spalanzani and Didier Aubert, “Probabilistic representation of the uncertainty of stereo vision and application to obstacle detection”, 2010 IEEE Intelligent Vehicles Symposium Univeristy of California, San Diego, Ca, USA, June 21-24 2010, pp.313-318. [6] C. R. Jung and C. R. Kelber, “A robust linear parabolic model for lane following,” Proceedings of XVII Brazilian Symposium on Computer Graphics and Image Processing, Oct. 2004, pp. 7279.
  • 9. Computer Science & Information Technology (CS & IT) 59 [7] Joel C. McCall and Mohan M.Trivedi, “Video-based Lane Estimation and Tracking for Driver Assistance: Survey, System, and Evaluation”, IEEE Transactions on Intelligent Transportation Systems, vol.7, 2006, pp.20-37, doi: 10.1109/TITS.2006.869595. [8] Broggi and S. Berte, “Vision-based Road Detection in Automotive Systems: a Real-time Expectation-driven Approach”, Journal of Artificial Intelligence Research, vol.3, 1995, pp. 325-348. [9] Pei-Yung Hsiao, Chun-Wei Yeh, Shih-Shinh Huang, and Li-Chen Fu, “A Portable Vision-Based Real-Time Lane Departure Warning System: Day and Night”, IEEE Transaction on Vehicular Technology, vol. 58, No. 4, May 2009 [10] Bing-Fei Wu, Senior Member, IEEE, Chuan-Tsai Lin, Student Member, IEEE, and Yen-Lin Chen, Member, IEEE, “Dynamic Calibration and Occlusion Handling Algorithms for Lane Tracking”, IEEE Transaction on Industrial Electronics, vol. 56, No. 5, May 2009. [11] Nak Yong Ko, Reid Simmons, Koung Kim, “A Lane based obstacle avoidance Method for Mobile Robot Navigation”, KSME International Journal, Vo. 17, No. 11, pp. 1693-1703, 2010. Authors: Sachin Sharma, Ph.D. pursuing, is Assistant Professor, Electronics and Communication Department, SVBIT, Gandhinagar (Gujarat). He is having more than 5 years of experience in Academics, Research & Industry. He has published numerous articles related to Image Processing, Digital Signal Processing, and Intelligent Transportation Systems. He is an active member of several professional societies, including ISTE, IEEE and SAE. Dr. Dharmesh Shah is working as Principal at LCIT, Bhandu (Gujarat). He is also the Dean – Engineering (Zone II), GTU, Ahmedabad. He is having more than 15 years of experience in Academics, Research & Industry. He has published numerous articles related to VLSI, Digital Signal Processing, and Image Processing. He is an active member of several professional societies, including IETE, ISTE and IEEE.
  翻译: