项目作者: DanielsKraus

项目描述 :
Detecting lines in an image for the purpose of lane detection for a self-driving car using Hough transform and masking.
高级语言: Jupyter Notebook
项目地址: git://github.com/DanielsKraus/Line_detection.git
创建时间: 2019-09-01T17:47:50Z
项目社区:https://github.com/DanielsKraus/Line_detection

开源协议:

下载


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

  1. pip install numpy opencv pillow matplotlib

-Clone or download repository