Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Steps to detect Road Lane

1. The Sample Photo

Image

2. Preprocessing the Image

  • convert the image to the grayscale.
  • divide the image into tow parts: top half, bottom half
  • apply Gaussian blur to the top half to suppress unnecessary features
  • Image

    3. Canny Edge Detection

  • I kept refining the preprocessing steps until I got the clearest edges for lane detection. This is the result.
  • Image

    4. Apply HoughLines

    Image

    About

    No description or website provided.

    Topics

    Resources

    Stars

    0 stars

    Watchers

    1 watching

    Forks

    Releases

    Packages

    Contributors

    Languages