Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 341 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 341 Bytes

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