Skip to content

KaiXin-Chen/Lane-Detection-Using-Canny-Hough-Estimation-of-Vanishing-Points

Repository files navigation

Lane Detection Using Canny Hough Estimation of Vanishing Points (CHEVP)

Example

example

Basic info

This is a class project for Stanford CS231A, which detects the direction of a lane. This is a reimplementation of the closed source project "Lane detection and tracking using B-Snake" by Yue Wang, Eam Khwang Teoha, Dinggang Shen. We first reimplemented CHEVP from scratch with aid from OpenCV functions (cv2.houghP() and cv2.Canny()), then we reimplemented the OpenCV functions we used as well (reimplemented cv2.houghP() and cv2.Canny()).

Contributors

Contributors are Kaixin Chen and Shunyao Xu. Kaixin Chen is in charge of implementing the CHEVP algorithm used for lane detection, parameter tunning and implementing a RANSAC function used by CHEVP. Shunyao Xu is in charge of implementing Hough transform and Canny edge detector used by CHEVP (these two functions are reimplementations of cv2.HoughP() and cv2.canny()), parameter tuning and evaluation.

How to use

Run the Lane_Detection_Through_Spline Jupiter notebooks to perform lane detection.

Want to learn more?

Read Final Report.pdf for more information about the project

About

Class project for Stanford CS231A. Contributors are Kaixin Chen and Shunyao Xu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published