Skip to content

Simple line detection using HoughLinesP transformation with opencv-python.

Notifications You must be signed in to change notification settings

filchy/lane-line-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages