摘要:In the Advanced Driver Assistance System (ADAS), lane detection plays a vital role to avoid road accidents of an Autonomous vehicle. Also, autonomous vehicles should be able to navigate by themselves, in-order to do, it needs to understand its surrounding conditions like a human. So that vehicle can determine its path in streets and highways it can maintain lane manoeuvre. Also, It has become the most fundamental aspect to consider in current ADAS research. One of the major hurdles in self-driving vehicle research is identifying the curved lanes, multiple lanes with challenging light, and weather conditions, especially in Indian highway scenarios. As it is a vision-based lane detection approach we are using OpenCV library which consists of multiple algorithms like the optimization of canny edge detection to find out the edges, features of the lane and Hough Transform for lane line generation and apply on the particular region of interest.