R

Real Time Road Lane Detection

Detecting the lanes on the road as it is a critical component of self-driving cars and autonomous vehicles

16

The problem Real Time Road Lane Detection solves

Successfully detecting the lanes so that the vehicle(autonomous) does not collide with other cars and objects.

Challenges I ran into

We might get an error saying: nonetype is not iterable after partially execution in the last process. That happens when the program can't find any line. We can overcome this hurdle with exception handling.

Discussion