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.
pip install numpy opencv pillow matplotlib
Detecting lines in an image for the purpose of lane detection for a self-driving car using Hough transform and masking.
Jupyter Notebook
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.
pip install numpy opencv pillow matplotlib