车道线检测我要分享

Lane detection

matlab 检测 车道

关注次数: 278

下载次数: 1

文件大小: 1.09 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:车道线检测程序,采用matlab编写。首先对目标图像进行灰度化处理,然后进行边缘检测,得到车道线的边界。再利用霍夫变换来进行直线匹配,最后从朝向最多的一面选择作为车道线。


English Description:

Lane detection procedures, prepared using MATLAB. First of all the target image gray processing and edge detection, get the lane boundary. Then using Hough transform for line match, finally select from the side towards the most as a lane.


代码预览