View Project

Detecting Lane Lines using Sobel Operator and Curve Fitting

- Process input image using sober operator to detect edges in different ways - Combine separate detections into one binary image - Run curve fitting to find

Comments