基于Android的違章車輛管理系統(tǒng)
本文關(guān)鍵詞:基于Android的違章車輛管理系統(tǒng) 出處:《山東大學(xué)》2016年碩士論文 論文類型:學(xué)位論文
更多相關(guān)文章: 車牌識(shí)別算法 Android TCP通信 違章車輛管理數(shù)據(jù)庫(kù)
【摘要】:隨著經(jīng)濟(jì)的高速發(fā)展以及人民生活水平的提高,我國(guó)汽車保有量不斷增加,汽車已然成為人們生活中不可缺少的出行工具。汽車數(shù)量的增加導(dǎo)致道路擁堵現(xiàn)象嚴(yán)重,亂停車等違章現(xiàn)象頻繁發(fā)生。針對(duì)車輛堵塞、違章停車現(xiàn)象,以及交警執(zhí)法過程的不便,設(shè)計(jì)一套基于Android的違章車輛管理系統(tǒng),該系統(tǒng)可以方便交通管理部門進(jìn)行違章車輛管理,并提高交警的執(zhí)勤效率。本文以車牌識(shí)別算法為基礎(chǔ),結(jié)合計(jì)算機(jī)視覺技術(shù)和圖像處理技術(shù),設(shè)計(jì)了一套基于Android的違章車輛管理系統(tǒng)。該系統(tǒng)使用Android手機(jī)拍攝違章車輛圖像,利用車牌識(shí)別算法對(duì)拍攝圖像進(jìn)行車牌識(shí)別,自動(dòng)獲取違章車輛車牌號(hào),記錄車輛的違章信息;通過TCP通信實(shí)現(xiàn)手機(jī)端與服務(wù)器的連接,將違章信息上傳至服務(wù)器,通過違章車輛管理系統(tǒng)實(shí)現(xiàn)違章車輛的查詢和管理。本文的研究?jī)?nèi)容主要包括車牌識(shí)別算法的研究與改進(jìn)、Android手機(jī)客戶端車牌識(shí)別程序設(shè)計(jì)以及服務(wù)器上違章車輛管理系統(tǒng)設(shè)計(jì)三部分:1.車牌識(shí)別算法的研究與改進(jìn)。首先對(duì)車輛圖像進(jìn)行預(yù)處理操作,經(jīng)過灰度化處理、二值化處理、邊緣檢測(cè)以及形態(tài)學(xué)操作,得到預(yù)處理后圖像。然后進(jìn)行基于紋理特征與垂直投影相結(jié)合的車牌定位,基于垂直投影技術(shù)的字符分割,基于模板匹配的字符識(shí)別,最終得到車輛的車牌號(hào)信息。該算法具有較高的識(shí)別率和較快的識(shí)別速度,可以用于實(shí)際的車牌識(shí)別系統(tǒng)中。2.違章車輛管理系統(tǒng)Android手機(jī)客戶端的設(shè)計(jì)與實(shí)現(xiàn)。該部分利用Android平臺(tái)的JNI功能實(shí)現(xiàn)車牌識(shí)別算法的移植,在Android客戶端設(shè)計(jì)中實(shí)現(xiàn)違章車牌拍照、車牌識(shí)別、違章信息記錄功能。為了進(jìn)一步提高工作效率,該軟件還具備車牌識(shí)別結(jié)果錯(cuò)誤時(shí)的人工矯正功能。3.服務(wù)器上基于MFC的違章車輛管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)。該部分首先設(shè)計(jì)了基于MFC的違章車輛管理系統(tǒng),具有用戶登錄與管理員登錄兩個(gè)功能,并且構(gòu)建了違章車輛管理數(shù)據(jù)庫(kù),該數(shù)據(jù)庫(kù)包含了車輛基本信息、車主基本信息、車輛違章信息等內(nèi)容。通過TCP通信實(shí)現(xiàn)了Android手機(jī)端與服務(wù)器端的連接,將Android手機(jī)客戶端的違章信息發(fā)送到服務(wù)器。本文設(shè)計(jì)的基于Android違章車輛管理系統(tǒng),將車輛拍照、車牌識(shí)別與車輛的違章查詢處理融為一體,能夠較為準(zhǔn)確的識(shí)別出車牌號(hào)信息,方便交警管理處罰違章車輛。作為違章車輛的車主也可以登錄違章管理系統(tǒng)查看自己的違章記錄。
[Abstract]:With the rapid development of economy and the improvement of people's living standard, the number of cars in our country is increasing. Automobile has become an indispensable means of travel in people's lives. The increase in the number of cars leads to serious road congestion, random parking and other illegal phenomena occur frequently. In view of vehicle congestion, illegal parking phenomenon. As well as the inconvenience of traffic police law enforcement process, the design of a vehicle management system based on Android, this system can facilitate traffic management departments to manage illegal vehicles. And improve the efficiency of traffic police on duty. This paper based on license plate recognition algorithm, combined with computer vision technology and image processing technology. A vehicle violation management system based on Android is designed. The system uses Android mobile phone to capture the illegal vehicle image and uses the license plate recognition algorithm to recognize the license plate of the captured image. Automatically obtain the license plate number of the illegal vehicle and record the violation information of the vehicle; The connection between the mobile phone and the server is realized through TCP communication, and the violation information is uploaded to the server. Through the illegal vehicle management system to achieve the query and management of illegal vehicles. The research content of this paper mainly includes the research and improvement of license plate recognition algorithm. Android mobile phone client license plate recognition program design and server vehicle management system design three parts: 1. License plate recognition algorithm research and improvement. First of all the vehicle image preprocessing operation. After gray processing, binary processing, edge detection and morphological operation, the pre-processed image is obtained, and then the license plate location based on texture feature and vertical projection is carried out. The character segmentation based on vertical projection technology and the character recognition based on template matching result in the vehicle license plate information. The algorithm has higher recognition rate and faster recognition speed. It can be used in the actual license plate recognition system .2. the design and implementation of the Android mobile phone client in the vehicle violation management system. This part uses the JNI function of the Android platform to realize the license plate recognition. The transplant of algorithms. In the design of Android client, the functions of license plate photo, license plate recognition, violation information record are realized in order to further improve working efficiency. The software also has the function of manual correction when the result of license plate recognition is wrong. 3.Design and implementation of the vehicle management system based on MFC on the server. Firstly, this part designs the illegal vehicle management based on MFC. The system. With user login and administrator login two functions, and build a violation of the vehicle management database, the database contains the basic information of the vehicle, the owner of the basic information. Through the TCP communication, the connection between the Android mobile phone and the server is realized. The Android mobile phone client violation information sent to the server. This paper based on the Android illegal vehicle management system, will take pictures of the vehicle. License plate recognition and vehicle violation query processing are integrated, which can identify the license plate information more accurately. It is convenient for traffic police to manage and punish illegal vehicles. Owners of illegal vehicles can also log on to the system to check their own records of violations.
【學(xué)位授予單位】:山東大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2016
【分類號(hào)】:TP391.41;TP315
【相似文獻(xiàn)】
相關(guān)期刊論文 前10條
1 林耕宇;;觀摩50名Google Android程序開發(fā)競(jìng)賽作品[J];電子與電腦;2008年08期
2 樹子;;Android中文版不完全體驗(yàn)[J];互聯(lián)網(wǎng)天地;2009年04期
3 Jason Whitmire;;產(chǎn)業(yè)軟件專家如何協(xié)助解決Android的分裂困境[J];電子與電腦;2010年02期
4 蔣彬;;10款A(yù)ndroid手機(jī)必備應(yīng)用——Android操作系下的軟件評(píng)測(cè)[J];微電腦世界;2010年04期
5 ;PCWorld Windows Phone 7挑戰(zhàn)Android 毅然崛起的AndroidⅠ洗心革面的Windows Phone 7[J];微電腦世界;2010年08期
6 韓青;;Android平臺(tái)發(fā)展的動(dòng)力與挑戰(zhàn)[J];中國(guó)電子商情(基礎(chǔ)電子);2010年09期
7 方智勇;;Android手機(jī)這樣用[J];電腦迷;2010年15期
8 缺少浪漫;;Android的另一面[J];電腦迷;2010年13期
9 ;ZTE and Three Release Android ,
本文編號(hào):1393826
本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/1393826.html