/Lane_and_Turn_Detection

Lane and Turn Detection using Hough lines and histogram of lanes approach

Primary LanguagePythonMIT LicenseMIT

Lane & Turn Detection

License MIT

Authors

Description

The project contains the implementation of a pipeline for Lane and Turn Detection using histogram of lanes approach. The video is converted in HLS colour space to filter out the lanes. Furter the Warp perspective and the Homograpgy methods are Implemented from scratch to create overlays on lanes

Output

Dependencies

  • Ubuntu 16
  • Python 3.7
  • OpenCV 4.2
  • Numpy
  • copy
  • sys
  • argparse

Run

To run the lane detection on challenge video-

python3.7 Lane_Detection.py

Reference