博碩士論文 103522087 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:15 、訪客IP:3.149.248.100
姓名 劉冠伶(Kuan-Ling Liu)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 嵌入式攝影機的軟硬體協同開發平台
(Hardware/Software Collaborative Development Platform of Embedded Camera)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著機器視覺的進步,逐漸以機器取代人眼進行視覺檢測等應用,然而開發一嵌入式視覺應用過程複雜、耗時,且仰賴開發人員的技術能力,需耗費大量開發成本。本研究提出一個嵌入式攝影機的軟硬體協同開發平台,於微控制器中實作嵌入式影像處理中介軟體與Grafcet虛擬機器,於FPGA中實作取像與影像處理硬體加速器,兩者形成軟硬體協同處理器。最後結合PC端Grafcet圖形開發和驗證軟體,形成一個可開發嵌入式視覺應用的軟硬體協同開發平台。此開發平台中最為核心的模組為嵌入式影像處理中介軟體,其具有多種影像處理、分析方法,協助使用者開發視覺應用,且為Non-OS系統,使用的記憶體資源少、可移植性高。最後,以兩個嵌入式視覺應用開發案例,驗證本研究設計之嵌入式攝影機軟硬體開發平台,於開發視覺應用上具有快速開發且減少開發複雜度的優點,並且開發的視覺應用可獨立運作於嵌入式裝置中。
摘要(英) As machine vision advances, machines have gradually replaced human vision for visual inspection and other applications. However, developing an embedded visual application is complicated and time-consuming, and heavily dependent on professional capacity. This paper proposed a hardware/software collaborative development platform of embedded camera. This development platform includes hardware/software collaborative processor which is composed of microcontroller and FPGA, and PC software. This paper implements embedded image processing middleware and Grafcet virtual machine on microcontroller, and implements image capture and image processing hardware accelerator on FPGA. Then, we design a PC software which contains two function: development using Grafcet description language and verification of user design. In this paper, the core of development platform is embedded image processing middleware. This middleware includes many methods of image processing and image analysis to helps user develop vision applications. Moreover, the middleware is Non-OS system and thus it has the advantages of less memory usage and high portability. Finally, we verify this development platform through the two experiments of embedded vision application development. The result shows that the development platform features rapid development of vision applications and reduces complexity of development. Additionally, developing vision application can run independently on embedded devices.
關鍵字(中) ★ 嵌入式攝影機
★ FPGA
★ 微控制器
★ 軟硬體協同
★ 開發平台
★ 嵌入式
★ 攝影機
★ 中介軟體
關鍵字(英) ★ embedded camera
★ FPGA
★ microcontroller
★ hardware/doftware vollaborative
★ development platform
★ embedded
★ camera
★ middleware
★ Grafcet
論文目次 目錄
摘要 i
Abstract ii
誌謝 iii
目錄 iv
圖目錄 vii
表目錄 x
第一章、緒論 1
1.1研究背景 1
1.2研究目的 3
1.3論文架構 3
第二章、嵌入式視覺系統 4
2.1影像處理中介軟體 4
2.2嵌入式視覺軟硬體設計 5
2.3嵌入式攝影機軟硬體協同開發平台 10
第三章、嵌入式影像處理中介軟體設計 12
3.1 MEIPM設計 12
3.2影像二值化 14
3.3影像平滑化 17
3.4邊緣偵測 19
3.5細線化 23
3.6 BLOB分析 26
3.7紋理分析 29
第四章、視覺檢測系統 34
4.1嵌入式系統設計方法論 34
4.1.1 IDEF0 35
4.1.2 Grafcet 36
4.2視覺檢測系統架構設計 38
4.3離散事件建模 40
4.3.1 Grafcet虛擬機器 42
4.3.2取像控制與硬體加速 43
4.4軟硬體整合 48
4.5視覺應用開發案例 51
第五章、開發平台實作與驗證 53
5.1軟硬體開發環境 53
5.2視覺檢測系統功能驗證 55
5.2.1影像處理中介軟體模組功能驗證 55
5.2.2硬體模組驗證與軟硬體性能比較 61
5.2.3軟硬體協同處理 65
5.3視覺檢測應用開發平台驗證 65
5.3.1紋理分析實例 68
5.3.2 BLOB分析實例 71
第六章、結論與未來研究方向 76
6.1、結論 76
6.2、未來研究方向 77
參考文獻 78
附錄一 81

參考文獻 參考文獻
[1] L. Maggiani, C. Salvadori, M. Petracca, P. Pagano, and R. Saletti, "Reconfigurable FPGA architecture for computer vision applications in smart camera networks," in Distributed Smart Cameras (ICDSC), 2013 Seventh International Conference on, 2013, pp. 1-6.
[2] LabVIEW. (2016). LabVIEW 系統軟體設計 - National Instruments. Available: http://www.ni.com/labview/zht/
[3] 張睿騰, "機器視覺系統快速開發平台," 中央大學資訊工程學系碩士在職專班學位論文, pp. 1-73, 2014.
[4] itseez. (2016). OpenCV. Available: http://opencv.org/
[5] P. Constante, A. Gordon, O. Chang, E. Pruna, F. Acuna, and I. Escobar, "Artificial Vision Techniques to Optimize Strawberry′s Industrial Classification," IEEE Latin America Transactions, vol. 14, pp. 2576-2581, 2016.
[6] A. S. Silva, F. M. Q. Severgnini, M. L. Oliveira, V. M. S. Mendes, and Z. M. A. Peixoto, "Object Tracking by Color and Active Contour Models Segmentation," IEEE Latin America Transactions, vol. 14, pp. 1488-1493, 2016.
[7] Y. Ege, M. Kabaday?, O. Kalender, M. Coram?k, H. C?tak, E. Yuruklu, et al., "A New Electromagnetic Helical Coilgun Launcher Design Based on LabVIEW," IEEE Transactions on Plasma Science, vol. 44, pp. 1208-1218, 2016.
[8] C. Aytekin, Y. Rezaeitabar, S. Dogru, and ?. Ulusoy, "Railway Fastener Inspection by Real-Time Machine Vision," IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 45, pp. 1101-1107, 2015.
[9] S. G. Kashid, S. A. Pardeshi, S. D. Sirsat, and V. H. Bonge, "Remote capturing of water meter reading using DSP processor," in 2015 Third International Conference on Image Information Processing (ICIIP), 2015, pp. 45-49.
[10] C.-Y. Lin, P.-J. Hsieh, and F.-A. Chang, "DSP based uncalibrated visual servoing for a 3-DOF robot manipulator," in 2016 IEEE International Conference on Industrial Technology (ICIT), 2016, pp. 1618-1621.
[11] F. Schwiegelshohn, L. Gierke, and M. Hubner, "FPGA based traffic sign detection for automotive camera systems," in Reconfigurable Communication-centric Systems-on-Chip (ReCoSoC), 2015 10th International Symposium on, 2015, pp. 1-6.
[12] S. Sajjanar, S. K. Mankani, P. R. Dongrekar, N. S. Kumar, and H. R. Aradhya, "Implementation of real time moving object detection and tracking on FPGA for video surveillance applications," in Distributed Computing, VLSI, Electrical Circuits and Robotics (DISCOVER), IEEE, 2016, pp. 289-295.
[13] Z. Wang, H. Song, H. Xiao, W. He, J. Gu, and K. Yuan, "A real-time small moving object detection system based on infrared image," in 2014 IEEE International Conference on Mechatronics and Automation, 2014, pp. 1149-1154.
[14] N. Otsu, "A threshold selection method from gray-level histograms," Automatica, vol. 11, pp. 23-27, 1975.
[15] W. Niblack, An introduction to digital image processing: Strandberg Publishing Company, 1985.
[16] J. Canny, "A computational approach to edge detection," IEEE Transactions on pattern analysis and machine intelligence, pp. 679-698, 1986.
[17] F. W. M. Stentiford and R. G. Mortimer, "Some new heuristics for thinning binary handprinted characters for OCR," IEEE Transactions on Systems, Man, and Cybernetics, vol. 13, pp. 81-84, 1983.
[18] T. Zhang and C. Y. Suen, "A fast parallel algorithm for thinning digital patterns," Communications of the ACM, vol. 27, pp. 236-239, 1984.
[19] R. M. Haralick and K. Shanmugam, "Textural features for image classification," IEEE Transactions on systems, man, and cybernetics, pp. 610-621, 1973.
[20] C.-H. Chen, C.-M. Kuo, S.-H. Hsieh, and C.-Y. Chen, "RETRACTED: Highly efficient very-large-scale integration (VLSI) implementation of probabilistic neural network image interpolator," Journal of Vibration and Control, vol. 20, pp. 218-224, 2014.
[21] C.-H. Chen, T.-K. Yao, J.-H. Dai, and C.-Y. Chen, "RETRACTED: A pipelined multiprocessor system-on-a-chip (SoC) design methodology for streaming signal processing," Journal of Vibration and Control, vol. 20, pp. 163-178, 2014.
[22] R. J. Mayer, "IDEF0 function modeling," A Reconstruction of the Original Air Force Wright Aeronautical Laboratory Technical Report, AFWAL-TR-81-4023 (The IDEF0 Yellow Book), Knowledge-Based System Inc, College Station, TX, 1992.
[23] R. David, "Grafcet: A powerful tool for specification of logic controllers," IEEE transactions on control systems technology, vol. 3, pp. 253-268, 1995.

指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2017-1-20
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明