Lane Detection Module
Go BackThis project implements a camera-based lane detection module which splits a video stream into frames and processes the frames to identify the lane boundaries on the road. The following steps are applied to the frames to generate the lane detection:
- Color and Gradient Threshold
- Perspective Transformation
- Lane Fitting

