Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lane line detection

Simple implementation of computer vision algorithm for real-time detection of straight lines.

Dependencies

  • python
  • opencv-python
  • numpy
  • math

Steps

  • region of interest
  • canny edge detector
  • hough lines detection
  • compute good lines

Run

Run python main.py in CMD

About

Simple line detection using HoughLinesP transformation with opencv-python.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages