Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Latest commit

 

History

History

A-BASIC-LANE-DETECTION

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Detected highway lane lines on a video stream. Used OpencV image analysis techniques to identify lines, including Hough Transforms and Canny edge detection.


Requirements:

  • Jupyter notebook: BASIC_LANE_DETECTION.ipynb
  • Writeup: WRITEUP.pdf

Possible improvements on my pipeline

  • Parameters can be tweaked for even better performance
  • If there was abrupt changes between two frames, we can reject the result of the second frame because it does not make sense.
  • Considering the following two consecutive frames, this does not make sense because of the abrupt change so we should disregard the second frame and consider it as an error/anomaly/miscalculation.

References