Skip to content

Detects Lane and calculated steering angle to stay in the mid of lane

Notifications You must be signed in to change notification settings

SuyashVerma2311/Lane-Detection-and-Steering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Lane Detection and Steering (only Image Processing)

  • This projects detects lane in the video and then calculates the steering angle needed for following the lane.
  • Author : Suyash Verma ([email protected])

Implementation

  • The input file was sourced from here -> (https://youtu.be/6q5_A5wOwDM)
  • No advanced concepts were used like ML, DL, AI etc.
  • This pipeline uses Image Processing techniques like Image-Thresholding, Morphological Transformations, Histogram analysis, Hough-Line Transform, Masking etc.
  • It also applies some mathematical and statistical functions to generalize the output.
  • Then it computes the center of the lane and finding the angle that needs to be steered. (Note: This is not absolute reading, but a intermediary value that can be used in control algorithms like PID.
  • This all is built using Python Libraries namely: OpenCV, Numpy, statistics, math, etc.

Sample Output:

  • This is a frame from the output of the project. one frame of output

About

Detects Lane and calculated steering angle to stay in the mid of lane

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages