- 1、本文档共44页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于opencv的车型识别系统设计
PAGE 6
PAGE III
摘要
随着交通拥挤和堵塞等各种问题的日益突出,以及计算机技术的不断发展,智能交通系统(Intelligent Traffic System,ITS)得到了越来越广泛的应用,其中车型分类技术是重要的一个分支。本论文对基于图像识别的车型识别系统进行了研究,通过对已有的车型识别技术经验的研究和分析,实现了一个基于图像的车型识别系统。
本文首先将拍摄到的车辆图像进行预处理,把车辆图像分割出来;然后提取出完整的车辆外轮廓曲线,最后对轮廓曲线进行分析,通过提取出的汽车的特征信息与设定好的汽车的特征信息进行比较,利用最近邻法进行识别,得出识别结果。实验结果表明,该系统具有较好的识别率和鲁棒性。
关键词:智能交通;车型识别;车型分类;图像处理
Abstract
With the traffic congestion and blockage issues become increasingly prominent, and continuous development of computer technology, intelligent transport system (Intelligent Transportation system, ITS) has been more widely applied. The vehicle classification is an important branch of ITS. In this paper, a vehicle recognition system based on image is studied. Though analysis and research the technical experience of the previous research, we developed a vehicle recognition system based on image.
In our system, the vehicle image is preprocessed in first, and the vehicle is segmentation from the image which been preprocessed. Secondly, the contour of vehicle is extracted and analyzed. Finally, the feature of vehicle model is extracted, and the nearest neighbor classier method applied to classify. The effort of experiment show that the system have good classify effort and robustious characteristic.
Keywords: Intelligent traffic system;Vehicle classification;Vehicle Category;Image processing
目录 TOC \o 1-3 \h \z \u
HYPERLINK \l _Toc265657137 1绪论 PAGEREF _Toc265657137 \h 1
HYPERLINK \l _Toc265657138 1.1课题研究背景和意义 PAGEREF _Toc265657138 \h 1
HYPERLINK \l _Toc265657139 1.2基于图像识别的车型分类系统研究现状 PAGEREF _Toc265657139 \h 2
HYPERLINK \l _Toc265657140 1.3本文的主要研究内容和结构安排 PAGEREF _Toc265657140 \h 4
HYPERLINK \l _Toc265657141 2 车型识别系统的总体设计 PAGEREF _Toc265657141 \h 5
HYPERLINK \l _Toc265657142 2.1 基于OPENCV的车型识别系统设计 PAGEREF _Toc265657142 \h 5
HYPERLINK \l _Toc265657143 2.2数字图像处理技术 PAGEREF _Toc265657143 \h 6
HYPERLINK \l _Toc265657144 2.3 本系统用到的图像处理技术 PAGEREF _Toc265657144 \h 8
HYPERLINK \l _Toc265657145 2.4 OpenCV PAGE
文档评论(0)