Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 429 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 429 Bytes

lane_detection_hough

Created by Juhyun Ahn and Daijin Kim at POSTECH IM Lab

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.