You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Instructions
-Install required packages for Windows
pip install numpy opencv pillow matplotlib
-Clone or download repository
About
Detecting lines in an image for the purpose of lane detection for a self-driving car using Hough transform and masking.