Closed zugaldia closed 7 years ago
Basic lane detection up and running. There're many things that can be optimized here, but this is PR gives enough tools to start analyzing images:
For now, we have support for grayscale conversion:
Gaussian blur:
Canny:
Line drawing:
Hough:
Inspired by the approaches presented on https://github.com/udacity/CarND-LaneLines-P1.
To verify functionality is similar, the same test images are being used.