当前位置:主页 > 科技论文 > 路桥论文 >

基于交通流量图的交通信息提取技术研究

发布时间:2018-01-04 22:01

  本文关键词:基于交通流量图的交通信息提取技术研究 出处:《长安大学》2015年硕士论文 论文类型:学位论文


  更多相关文章: 谷歌地图 瓦片 交通流量图 区域填充


【摘要】:本文通过探讨当前交通信息提取技术的发展,论述了采取针对网络发布的流量图进行数据提取的方法,并且给出了一种可行的实际路段中交通信息提取方法。本文首先结合当前网络地图的瓦片金字塔技术和特点,分析了交通流量瓦片地图的属性。通过引用队列和宽度优先遍历等数据结构知识,着重阐述了网络爬虫技术的工作原理和基本操作方法,在此基础上发现可以构造网络爬虫来批量获取网络上的各种信息。由此,本文设计了一个基于网络爬虫技术的交通流瓦片下载器,实现了交通流量图的批量下载,从而为后续交通流量数据的提取研究奠定了基础;其次,在进行交通流量元素提取过程中,针对交通量元素混色干扰问题,给出了区域填充种子算法。算法由内向外按照八连通的八个方向逐步向外填色,从而有效去除了同色区域的各种干扰;同时,在代码设计过程中,采用引用传递技术来优化算法程序,提高了算法程序的运行效率,从整体上提高了交通流量图预处理操作的效率和准确性;最后,根据预处理的结果,提出了一个可行的交通信息提取方案。方案的主要思想是对真实交通环境下的路网和路段进行定义,并对定义的路段进行编码,再通过相应的匹配算法对路段与其对应的交通流量瓦片的像素点坐标和ARGB向量进行关联,最终获取相应路段的交通拥堵状态判定信息,实现了交通信息的提取。
[Abstract]:This paper discusses the development of current traffic information extraction technology and discusses the method of data extraction based on the flow chart published by the network. And a feasible method of extracting traffic information is given. Firstly, this paper combines the technology and characteristics of tile pyramid of current network map. The attributes of the traffic flow tile map are analyzed. By referring to the data structure knowledge such as queue and width priority traversal, the working principle and basic operation method of the network crawler technology are expounded. On this basis, it is found that the crawler can be constructed to get all kinds of information on the network in batches. Therefore, this paper designs a traffic flow tile loader based on the technology of web crawler. The mass download of the traffic flow chart is realized, which lays a foundation for the research of the subsequent traffic flow data extraction. Secondly, in the process of extracting traffic flow elements, a region filling seed algorithm is proposed to solve the problem of mixed color interference of traffic volume elements. Thus, all kinds of interference in the same color area are removed effectively. At the same time, in the process of code design, the use of reference transfer technology to optimize the algorithm program, improve the efficiency of the algorithm program, from the overall traffic flow graph pre-processing operation efficiency and accuracy; Finally, according to the results of preprocessing, a feasible scheme of traffic information extraction is proposed. The main idea of the scheme is to define the road network and road sections under the real traffic environment, and code the defined sections. Then the corresponding matching algorithm is used to correlate the pixel coordinates and ARGB vectors between the sections and the corresponding traffic flow tiles, and finally obtain the traffic congestion decision information of the corresponding sections. The extraction of traffic information is realized.
【学位授予单位】:长安大学
【学位级别】:硕士
【学位授予年份】:2015
【分类号】:U491

【相似文献】

相关期刊论文 前10条

1 彭轲;廖闻剑;;基于浏览器服务的网络爬虫[J];硅谷;2009年04期

2 于成龙;于洪波;;网络爬虫技术研究[J];东莞理工学院学报;2011年03期

3 杨松梅;;网络爬虫[J];硅谷;2009年15期

4 朱学芳;韩占校;;一种图像主题网络爬虫的实现方法研究[J];南京师范大学学报(工程技术版);2008年04期

5 姜从群;;简析搜索引擎的网络爬虫技术[J];科技视界;2012年29期

6 李晓鑫;;XiaoQBot网络爬虫设计与实现[J];硅谷;2011年13期

7 成功;李小正;赵全军;;一种网络爬虫系统中URL去重方法的研究[J];中国新技术新产品;2014年12期

8 黄初指;;网络爬虫用于电力广域网信息收集的探讨[J];福建电力与电工;2008年03期

9 刘明辉;张志平;张新民;;网络资源聚合方法探析[J];机械管理开发;2008年05期

10 赵婧宇;莫翘楚;张洋;;企业名录垂直搜索系统的设计与实现[J];企业技术开发;2014年08期

相关会议论文 前4条

1 夏诏杰;郭力;李晓霞;;化学主题网络爬虫的研究[A];第十届全国计算(机)化学学术会议论文摘要集[C];2009年

2 李楠;谷利泽;钮心忻;;用于XSS扫描的网络爬虫的设计与实现[A];2010年全国通信安全学术会议论文集[C];2010年

3 张军;于浩;内野宽治;;UGC中产品评论信息的挖掘[A];内容计算的研究与应用前沿——第九届全国计算语言学学术会议论文集[C];2007年

4 徐剑;柯贵明;;网络爬虫技术在搜索引擎中的应用[A];全国第21届计算机技术与应用学术会议(CACIS·2010)暨全国第2届安全关键技术与应用学术会议论文集[C];2010年

相关硕士学位论文 前10条

1 陶俊文;基于Heritrix框架的专业镇信息网络爬虫系统[D];华南理工大学;2015年

2 马汉超;基于主题网络爬虫的汽车行业多元信息web系统设计与实现[D];西南交通大学;2015年

3 李威;基于交通流量图的交通信息提取技术研究[D];长安大学;2015年

4 朱嵘良;分布式并行环境下的网络爬虫研究[D];中央民族大学;2015年

5 周思华;股票系统之热门话题发现子系统的设计与实现[D];哈尔滨工业大学;2015年

6 丁杰;基于网络爬虫的虚假网页主动智能检测[D];华北电力大学;2015年

7 唐华栋;网页防抓取系统的设计与实现[D];哈尔滨工业大学;2015年

8 白剑飞;基于层次主题模型的网络新闻汇聚[D];浙江大学;2015年

9 金梅;网络爬虫性能提升与功能拓展的研究与实现[D];吉林大学;2012年

10 芮虎;比价购物平台中网络爬虫的设计与实现[D];华东理工大学;2013年



本文编号:1380258

资料下载
论文发表

本文链接:https://www.wllwen.com/kejilunwen/daoluqiaoliang/1380258.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户ca6f5***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com