Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.43 KB

File metadata and controls

31 lines (17 loc) · 1.43 KB

A-Lane-Detection-Based-on-Reliable-Lane-Markings

This project proposes effective lane detection aproach for parallel lanes First two binary images are obtained from region of interest of gray-scale images. The obtained binary images are merged by a novel neigborhood AND operator and then transformed to bird's eye viev via inverse perspective mapping. Then gaussian probablity density functions fit to left and right histogram image acuired from bird's eye view. Then a polynomal lane model is estimated from the identified regions. I used RGB images which is taken from the CalTech database. In this project, the methods in the following article have been implemented.

You can view the article. https://ieeexplore.ieee.org/document/8404486

Results

image

Histogram of Lane Regions Piksel Density for First Image

image

Input of First Test Image / Output of First Test Image

image

Input of Second Test Image / Output of Second Test Image

image

Input of Third Test Image / Output of Third Test Image