/Line_detection

Detecting lines in an image for the purpose of lane detection for a self-driving car using Hough transform and masking.

Primary LanguageJupyter Notebook

Line_detection

Detecting lines in an image using Hough lines and masking. In this project the shape that was used for masking is a triangle and it was applied for the purpose of lane detection for a self-driving car.

alt text

Instructions

-Install required packages for Windows

  pip install numpy opencv pillow matplotlib

-Clone or download repository