1 / 55
文档名称:

毕业论文.docx

格式:docx   大小:2,059KB   页数:55页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业论文.docx

上传人:xiaodengyou 2018/5/7 文件大小:2.01 MB

下载得到文件列表

毕业论文.docx

相关文档

文档介绍

文档介绍:Study on Lane Mark Identification Algorithm Based on
Image Processing
Abstract
In order to improve the real-time and accuracy of lane recognition algorithm, presents a method of lane detection based on improved Hough transform. The preprocessing stage in the lane line, first determine the image of the region of interest, and then smoothing, adaptive threshold segmentation, edge detection of image, thereby reducing the amount of data processing stage, most of the interference factors. The recognition phase in the lane line, according to the nature of the circle and ellipse, improvement of the Hof transform to the traditional, greatly reduces the amount putation in the detection of circle and ellipse, and improve the accuracy of detection. Finally, the use of OpenCV image processing library program, proved the correctness of the new algorithm, and the desired result.
Key Words:lane mark identification;ellipse detection;hough transform
基于图像处理的车道线识别算法研究
摘要
为了提高车道线识别算法的实时性和准确性,提出了一种基于改进Hough变换的车道线检测方法。在车道线的预处理阶段,首先确定图像中的感兴趣区域,然后
对图像进行平滑处理、自适应阈值分割、边缘检测,从而减少了后期的处理数据量,排除了大部分的干扰因素。在车道线的识别阶段,根据圆和椭圆的性质,对传统的霍夫变换进行改进,极大减小了在检测圆和椭圆时的计算量,并提高了检测的准确性。最后使用OpenCV图像处理库编写程序,证明了新算法的正确性,得到了理想的结果。
关键词:车道线识别椭圆检测霍夫变换
目录
摘要 I
Abstract II
目录 III
第1章 绪论 1
研究背景 1
国内外研究现状 2
国外研究现状 2
国内研究现状 3
论文主要内容 3
第2章 车道线的预处理 5
认识车道线 5
车道线的基本分类 5
车道线的标划区分 6
车道线的基本形状 6
感兴趣区域 6
平滑滤波 7
均值滤波 7
中值滤波 8
高斯滤波 9
平滑滤波总结 10
二值化 10
二值化的基本概念 10
大津法自适应阈值分割 10
边缘提取 11
Sobel算子 12
Canny算子 13
Sobel算子和Canny算子的比较 14
第3章 Hough变换直线和椭圆的检测 15
Hough变换直线检测 15
Hough变换直线检测的基本原理 15
Hough变换的缺陷和改进 16
Hough变换圆检测 17
Hough变换圆检测的基本原理 17
对hough变换圆检测算法的改进 18
最小二乘法求曲线上一点的切线 18
Hough变换椭圆检测 19
第4章 车道线的识别 22
结论 25
参考文献: 26
致谢 28
附录1 29
绪论
研究背景
车道线的识别是图像处理和交通智能化领域的一个重要分支,特别是近年来,随着只能汽车、自动识别的发展和应用,车道线识别的研究得到了长足的发展,并且会在未来随着人们对识别精度、速度的要求越来越高,车道线识别