Skip to content

sbonisch/Computer-Vision-Finding-Lane-Lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Finding Lane Lines

This is part of the "The Complete Self-Driving Course". In this part finding lanes on an image or video was the goal.

Following steps were done on the image:

alt text

  • Grayscale: Transform colored picture into a grayscale one.
  • Smoothing image: Using Gaussian to reduce noise.
  • Edge Detection: Use Canny Edge Detection Function from OpenCV.
  • Region of Interest: Mask the region of interest in the picture.
  • Line Detection - Hough Transform:
  • Optimizing

About

A short script to detect lines in a picture with OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages