A First Attempt at Lane Detection

This entry is part 2 of 2 in the series Visual Localization Along Highways

Lane Detection after filtering the image with a filter that accentuates vertical lines of a certain width and then applying the Hough Transform.

Passing the output of the Hough Transform through a Kalman Filter for temporal smoothing is expected to improve the consistency of lane detection.