freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)論文-基于android平臺(tái)的車輛信息查詢系統(tǒng)的開(kāi)發(fā)設(shè)計(jì)-文庫(kù)吧

2025-05-17 10:42 本頁(yè)面


【正文】 ............................................................................... 40 6 結(jié)語(yǔ)與后續(xù)計(jì)劃 ........................................................................................................................ 42 參考文獻(xiàn) ......................................................................................................................................... 43 致 謝 ............................................................................................................................................. 46 插圖目錄 : 圖 1 Android架構(gòu)圖 ................................................................................................................... 9 圖 2 OpenCV的構(gòu)成 .................................................................................................................. 14 圖 3 AndroidVIQ項(xiàng)目目錄結(jié)構(gòu) ................................................................................................. 15 圖 4 原始車輛圖像 ................................................................................................................. 16 圖 5 灰階圖像 ........................................................................................................................ 16 圖 6 平滑與增強(qiáng)過(guò)后的灰階圖像 .............................................................................................. 16 圖 7 二值圖像 .......................................................................................................................... 17 圖 8 輪廓圖像(黑色背景上的白色輪廓線,不易觀察) ........................................................... 17 圖 9 檢測(cè)出的車牌圖像 ............................................................................................................ 18 圖 10 車牌圖像的輪廓 .............................................................................................................. 18 圖 11 分割后的車牌字符 .......................................................................................................... 19 圖 12 分割后再合并的車牌字符 ................................................................................................ 19 圖 13 車牌字符訓(xùn)練圖片 圖 14 連通多部首漢字以簡(jiǎn)化盒子文件的修改 .............................. 20 圖 15 項(xiàng)目 tesseractandroidtools的目錄結(jié)構(gòu) .................................................................... 21 圖 16 本系統(tǒng)直接用例模型 ....................................................................................................... 24 圖 17 系統(tǒng)抽象用例模型 .......................................................................................................... 24 圖 18 細(xì)化并擴(kuò)展了的用例模型 ................................................................................................ 25 圖 19用例“編輯車輛信息”的順序圖 ...................................................................................... 27 圖 20 UI類的交互圖 ................................................................................................................. 28 圖 21 用例“瀏覽車輛信息庫(kù)”和“瀏覽車輛登記單”實(shí)際的類圖 ........................................... 31 圖 22 項(xiàng)目目錄結(jié)構(gòu) ................................................................................................................. 33 圖 23類“ VehicleItemViewActivity”的實(shí)現(xiàn) .......................................................................... 36 圖 24 車輛信息庫(kù) 圖 25 快速查找 圖 26 快速查找 ...................................................... 37 圖 27 車輛信息庫(kù)列表項(xiàng)的上下文菜單 圖 28 查看車輛 圖 29 編輯車輛信息 ..................... 38 圖 30 刪除車輛信息 圖 31 聯(lián)系車主 圖 32 瀏覽車輛登記單 ........................................... 38 圖 33 查看車輛 圖 34登記車輛 圖 35 登記信息立即顯示在了登記記錄列表中 .................. 39 圖 36 查詢 /登記車輛 圖 37 成功登記的車輛 圖 38 創(chuàng)建車輛信息 ................................... 40 圖 39 成功 創(chuàng)建車輛信息 .......................................................................................................... 40 華南 理工大學(xué)畢業(yè)設(shè)計(jì)(論文) 4 摘 要 本文基于 Android 移動(dòng)操作系統(tǒng),集成了 OpenCV、 Tesseract OCR、 JavaCPP、 SQLite等幾大開(kāi)源技術(shù), 設(shè)計(jì)并 實(shí)現(xiàn)了 一個(gè) 基于 Android 平臺(tái)的車輛信息查詢系統(tǒng) 。該系統(tǒng) 除 針對(duì)車輛信息及其 車輛登記記錄 簡(jiǎn)單快捷 的增刪改查操作外,還具有 自動(dòng)車牌 識(shí)別 、 快速撥打電話、多終端數(shù)據(jù)同步等功能 ,能滿足小區(qū)(停車場(chǎng))車輛管理、 “ 黑的 ” 鑒別 、 基于車輛識(shí)別的 個(gè)性化服務(wù) 等諸多場(chǎng)景的需求。 論文主要 學(xué)習(xí)、 研究 基于 Android 平臺(tái)的車輛信息查詢系統(tǒng) 的技術(shù)實(shí)現(xiàn) ,具體內(nèi)容包括: Android 技術(shù)背景 , Android 平臺(tái)本地應(yīng)用的開(kāi)發(fā) , Android 平臺(tái)數(shù)據(jù)的存儲(chǔ)與同步,以及 Android 平臺(tái)上車牌識(shí)別技術(shù)的實(shí)現(xiàn) 。 通過(guò)本 對(duì) 課題的 調(diào)查、 研究與實(shí)現(xiàn), 歸納 出了 Android 系統(tǒng)在車輛管理方面的典型應(yīng)用場(chǎng)景和用例; 介紹 了與之相關(guān)的理論和技術(shù)基礎(chǔ);詳細(xì)講解了這些理論和技術(shù)基礎(chǔ)在本系統(tǒng)中的實(shí)踐與運(yùn)用 ;圍繞數(shù)據(jù)同步子課程,研究了在多個(gè) Android 終端間同步數(shù)據(jù)的解決方案 ; 圍繞 關(guān)鍵子課題 車牌識(shí)別,研究并采用了 OpenCV 作為車牌圖像 處理技術(shù),Tesseract OCR 作為車牌字符識(shí)別技術(shù), JavaCPP 作為在 Android 平臺(tái)上高效調(diào)用 OpenCV與 Tesseract OCR 共享 庫(kù)的技術(shù), 以及 Android 上內(nèi)置的 SQLite 嵌入式數(shù)據(jù)庫(kù) 技術(shù) 。 本文的特色在于: 1) 將車牌識(shí)別技術(shù)在 Android 上 成功 實(shí)現(xiàn) ; 2) 集成創(chuàng)新 , 車牌識(shí)別等技術(shù)取材于 谷歌代碼上的 開(kāi)源項(xiàng)目 , 源碼易于獲得且 允許 商業(yè)應(yīng)用 ; 3) 本課題亦以開(kāi)源項(xiàng)目的形式 開(kāi)展。 關(guān)鍵詞: Android。 車牌識(shí)別 。 信息系統(tǒng) 。 OpenCV。 Tesseract OCR。 JavaCPP。 SQLite 華南 理工大學(xué)畢業(yè)設(shè)計(jì)(論文) 5 Abstract This thesis implements a Vehicle Information Query (VIQ for short) system based on Android mobile operating system. It integrates four open source technologies: OpenCV, Tesseract OCR, JavaCPP and SQLite. Besides a set of fast CRUD operations on vehicle information and vehicle checking records, the implemented VIQ system also has features like automatic licence plate recognition (ALPR), fast call making, data sync among multiple terminals and more, which can satisfy requirements of senerios like munity (or parking lot) vehicles management, illegal taxis identification, customized services based on vehicle identification and so on. In this thesis, we studied the implementation of VIQ systems based on Android. It mainly includes: 1) the background of Android。 2) the development of Android local application。 3) the storage and sync of data on Android。 and 4) the implementation of ALPR on Android. Through the investigation, study and implementation of this degree project, this thesis has summarized some typical scenarios and use cases of Android applications on vehicle managements。 introduced related theory and technology basis。 detailed the application of them in this project。 on data sync, studied solutions to syncing data among multiple Android terminals。 on
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1