OpenCV | python
Find lane lines on a road
Detection of lane lines from a video using OpenCV.
Used various image processing techniques to pre-process images and finally using Hough Transform found lane lines.
Used regression to collate lines to get one consolidated line for each side of the lane.