Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 257 Bytes

lane_detection_hough

lane detection using hough transform.

  • ROI extractino and edge detection.
  • line detection using hough transform.
  • false-positive removal.
  • left and right lane classification.
  • line model fitting.
  • calculate the vanishing point.