POSTECH-IMLAB / lane_detection_hough

Lane detection using hough transform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Lane detection using hough transform

License:GNU Lesser General Public License v3.0


Languages

Language:Tcl 97.6%Language:C 2.4%