# lane-line-detection **Repository Path**: luoyonghuan/lane-line-detection ## Basic Information - **Project Name**: lane-line-detection - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lane-line-detection python+opencv实现对显著区域高速的车道线检测 # 该算法主要是为了针对在使用霍夫变换进行车道线检测过程中速度较慢的问题 - ROI提取 - HSV转换 - 黄白车道提取 - 形态变换 - 边缘检测 - 霍夫变换 直线检测