欢迎来到三一文库! | 帮助中心 三一文库31doc.com 一个上传文档投稿赚钱的网站
三一文库
全部分类
  • 幼儿/小学教育>
  • 中学教育>
  • 高等教育>
  • 研究生考试>
  • 外语学习>
  • 资格/认证考试>
  • 论文>
  • IT计算机>
  • 法律/法学>
  • 建筑/环境>
  • 通信/电子>
  • 医学/心理学>
  • ImageVerifierCode 换一换
    首页 三一文库 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    通信论文基于机器视觉的道路检测跟踪系统研究.doc

    • 资源ID:136173       资源大小:27.01KB        全文页数:3页
    • 资源格式: DOC        下载积分:5
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录 QQ登录 微博登录
    二维码
    微信扫一扫登录
    下载资源需要5
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP免费专享
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    通信论文基于机器视觉的道路检测跟踪系统研究.doc

    1、基于机器视觉的道路检测跟踪系统研究 基于机器视觉的道路检测跟踪系统研究 Research of Road Detection and Tracking System Based on Machine Vision 【中文摘要】 基于机器视觉的智能导航系统是智能交通系统的组成部分,是智能车辆导航系统的一项关键技术,而道路图像检测跟踪系统又是智能导航系统中的重点部分,本文针对智能车辆视觉导航系统研究了基于机器视觉的图像处理和分析的道路检测和跟踪算法。论文介绍了智能交通系统的研究背景、研究意义、当今国内外的发展现状、发展趋势和难点;介绍了实现道路检测算法所采用的计算机视觉理论和方法。本文利用视觉传感

    2、器(摄像机)采集道路图像,主要利用Virtual c+对算法进行仿真。在图像滤波和增强处理方面,经过试验效果对比,特别是通过对比在对图像加入噪声模拟气候条件不好的情况下,发现采用中值滤波效果好、速度快,滤波后边缘也比较清晰,利于以后的继续处理。在图像边缘检测中,通过仿真实验比较,本文利用Sobel算子,它的优点是方法简单、计算量小、处理速度快,并且所得的边缘光滑、连续、误差率低,而且Sobel算子对噪声条件下的图像检测效果比较令人满意,受到噪声影响小,检测结果边缘比较连续,比较适用于道路图像检测跟踪系统。在本文中,为了提高系统的实时性和鲁棒性,需要对图像进行二值化,选择利用对最佳阈值分割方法进

    3、行改进,采用迭代方法,提高了算法的抗噪声能力。为了更好的提取道路图像的车道线,提出了利用基于集合思想的数学形态学,形态学运算保证了道路区域的封闭性,同时对噪声有很好的滤波作用。对于道路图像的车道线,本文采用直线道路模型等道路约束条件,利用Hough变换进行直线特征提取,Hough变换鲁棒性好,抗噪音性能强,且能连接共线短直线。通过直线参数可以求出车辆相对车道线的位置偏移和角度偏移,接着论文提出利用卡尔曼滤波对车道线跟踪。论文还提出了针对不同路况同时利用GPS、红外等异类多传感器进行信息融合,从而达到利用多个传感器联合导航的优势,提高导航系统的有效性。利用采集的实际道路图像对本文提出的算法进行仿

    4、真实验,仿真结果表明道路检测和跟踪算法是可行的和有效的。【英文摘要】 Intelligent navigation system based on machine Vision is a part of the intelligent transportation systems. It is the key technique of intelligent vehicle guidance. The road image tracking system plays an important role in the intelligent navigation system. This pap

    5、er researches the algorithm of lane detection and track for the visual intelligent vehicle navigation system based image processing and analysis.In this paper, research background, meaning, current status of internal and world, trend and difficulties of the intelligent transportation systems is firs

    6、tly introduced.Then Machine Vision theory and method for the realization of the road detection are introduced. In this paper, the visual sensor (camera) is used to collect the road images, and Virtual C + + is used for the simulation algorithm.In image filtering and enhancement, comparing with the r

    7、esult of the trials, especially comparing the images after adding noise to simulate the real climatic condition, it can be found that the effect of median filtering is fast, good to use, and the edge is clearer then others. It is in favor of the future to deal with. In image edge, by simulate experi

    8、ments, the paper uses Sobel edge detector. It is simple. Its operation speed is quick and processes lubricity and series. And it affects by the noise smaller. It is suitable for detection of the road image tracking system. For the real time and robustness of system, the road image must be binary. By

    9、 the improvement of optical threshold segment, iteration mean is used for the advancement of resist noise. For the distilling road line better, Mathematical Morphology based on assemble is used for the sealing and filtering of road. Abort the line images, as the restriction condition of the line and

    10、 so on. Hough transform is used of distilling the line. The real time and robustness of Hough transform is very good. And it links the short ling of one line. By the parameter of road line, the deviation of site and angle are known between the road line and vehicle. And Kalman filter is used for tra

    11、cking the road line.In this paper, it also proposes that using GPS, infrared and other heterogeneous multi-sensor information fusion at the same time for different road. The advantage of using different kinds of multiple sensors is that can improve the effectiveness of navigation systems.The algorit

    12、hm proposed by the paper are used to process actual lane image, simulated results show that the algorithm is right and effective. There are 48 figures and 34 references in this article.【中文关键词】 机器视觉; 图像增强; 边缘检测; Hough变换; 卡尔曼滤波 【英文关键词】 Machine Vision; Image Enhancement; Edge Detection; Hough Transform

    13、 Kalman Filter 【毕业论文目录】 基于机器视觉的道路检测跟踪系统研究致谢 5-6 中文摘要 6-7 ABSTRACT 7-8 1 综述 11-18 1.1 课题背景 11-12 1.2 国内外研究现状 12-14 1.3 基于机器视觉的道路检测及研究意义 14-16 1.4 本文所做的工作 16-17 1.5 文章结构 17-18 2 机器视觉检测系统 18-24 2.1 引言 18 2.2 机器视觉及其发展 18-21 2.2.1 机器视觉发展动力 19 2.2.2 机器视觉发展历程与应用趋势 19-20 2.2.3 机器视觉技术环节 20-21 2.3 基于机器视觉的道路检

    14、测跟踪系统 21-23 2.3.1 基于机器视觉的道路检测方法 21-22 2.3.2 系统成像几何模型 22-23 2.4 本章小结 23-24 3 道路图像滤波和增强 24-36 3.1 引言 24-25 3.2 图像增强方法 25-35 3.2.1 点处理 26-29 3.2.2 空间域滤波 29-34 3.2.3 频域滤波 34-35 3.3 本章小结 35-36 4 道路图像边缘检测 36-48 4.1 引言 36-37 4.2 微分运算及梯度锐化 37-38 4.3 经典边缘检测算子及效果比较 38-42 4.3.1 Roberts边缘检测算子 39 4.3.2 Sobel边缘检测

    15、算子 39-40 4.3.3 Prewitt边缘检测算子 40 4.3.4 Kirsch边缘检测 40 4.3.5 高斯-拉普拉斯算子 40-42 4.4 经典边缘提取算子提取图像边缘的结果对比分析 42-47 4.5 本章小结 47-48 5 道路图像检测和跟踪算法研究 48-67 5.1 引言 48 5.2 道路检测算法的假设和算法仿真平台 48-50 5.2.1 算法基本假设 48-49 5.2.2 道路检测软、硬件仿真平台 49-50 5.3 基于道路标识线的道路图像的识别 50-61 5.3.1 道路图像预处理 51-52 5.3.2 道路图像的边缘检测和分割 52 5.3.3 道路图像的数学形态学修正 52-55 5.3.4 Hough变换 55-57 5.3.5 车辆位置与角度偏差测量 57-58 5.3.6 利用卡尔曼滤波器进行跟踪 58-61 5.4 不足及改进 61-62 5.5 本章小结 62 5.6 实验结果 62-67 6 总结和展望 67-69 参考文献 69-71 作者简历 71-73 学位论文数据集 73


    注意事项

    本文(通信论文基于机器视觉的道路检测跟踪系统研究.doc)为本站会员(peixunshi0)主动上传,三一文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三一文库(点击联系客服),我们立即给予删除!




    宁ICP备18001539号-1

    三一文库
    收起
    展开