TODO: Detailed explanation
The project is aimed at lane detection from a video taken from a front-camera of a car to automatically detect lanes and determine the radius of curvature and the vehicle position in the lane. Implemented in OpenCV Python.
- Fix Camera Distortion
- Perspective Transformation
- Lane detection with a combination of edge detection, R-Channel, S-Channel, L-Channel Thresholding.
- Detecting the lane lines by histogram binning and box stacking.
- Fitting a polynomial curve to the lane lines
- Calculating the Radius of curvature and vehicular position in the lane.
- Visualization
included in run.py