博碩士論文 101552017 詳細資訊




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

摘要(中) 機器視覺技術已被廣泛地應用在各個領域,例如製造業生產線的瑕疵偵測技術。傳統的機器視覺系統開發流程,需耗費大量的開發時間與成本。本論文基於Grafcet描述語言的特性,設計具有快速開發與跨平台能力的機器視覺系統開發平台。此一平台使用開放源碼的Beremiz編輯器編輯Grafcet,透過平台解析Grafcet XML檔案中的流程步驟,取得各步驟的功能模組名稱與參數後,經過相關的影像處理流程後,呈現執行結果。結合此兩種軟體,搭配成為一個具有快速開發、驗證能力的開發平台。基於Grafcet描述語言,將嵌入式系統的架構與各功能模組以Grafcet描述語言建立離散事件模型,在離散事件模型中可以清楚地知道所有功能模組的動作、控制條件與狀態轉移。此一方式設計的主要重點為提供一友善的使用者介面與清楚明確的功能接口函數,讓系統使用者對所需的功能採用模組化的配置方式開發,可以縮短開發時間與成本,即時觀看執行結果。
摘要(英) Machine vision technology has been widely applied in various fields, such as manufacturing line defect detection. The traditional processes to development machine vision take a lot of time and cost. In this paper, we proposed a development platform, based on Grafcet description language features, with rapid and Cross-Platform abilities to design machine vision systems. We use an open source software Beremiz as Grafcet editor and parse the process steps, function names and parameters from Grafcet XML file through the platform. It’s capable of rapid development and validation by use of this methodology. Based on Grafcet description language to create discrete events for the embedded system can clearly show all the actions, conditions and state transitions of the architecture. The advantage of this approach is to provide a user-friendly and clear functional interface for users modular-configuring development. It can effectively improve the system design tasks and complexities.
關鍵字(中) ★ 機器視覺 關鍵字(英) ★ Machine Vision
論文目次 摘要 I
ABSTRACT II
誌謝 III
目錄 IV
圖目錄 VI
表目錄 VIII
第一章、緒論 1
1.1 研究背景與動機 1
1.2 研究目標 3
1.3 論文架構 5
第二章、機器視覺系統開發 6
2.1 機器視覺系統 6
2.2 機器視覺系統開發軟體與環境 9
2.3 OpenCV介紹 12
2.4 Grafcet離散事件建模 14
2.5 離散事件建模 16
第三章、機器視覺快速開發平台 18
3.1 機器視覺系統離散事件編輯器 18
3.2 嵌入式中介軟體 19
3.3 機器視覺系統模擬器 22
3.4 快速開發流程 23
第四章、系統實作與驗證 25
4.1 開發流程 25
4.2 Beremiz Grafcet編輯器 26
4.3 機器視覺系統模擬器-XML Parser 26
4.3.1 Grafcet解析 27
4.3.2 編碼表(Coding Table)31
4.4 實作 32
4.4.1 二值化 33
4.4.2 Sobel Operator 35
4.4.3 Canny 36
4.4.4 Laplace 37
4.4.5 Houghlines 38
4.4.6 Houghcircles 41
4.4.7 Smooth 43
4.4.8 Template Matching 44
4.5 驗證 47
4.5.1 Template Matching實驗結果 47
4.5.2 條碼辨識實驗結果 50
4.6 與傳統嵌入式系統開發方法比較 54
第五章、結論與未來展望 57
5.1 結論 57
5.2 未來展望 58
參考文獻 59
參考文獻 [1] Jiaxing Che, Chunjiang Zhao, Yunhe Zhang ,Cheng Wang, Xiaojun Qiao, “Embeded Smart Camera in Measuring Area of Plant Leves”,International Forum on Computer Science-Technology and Applications ,Volume: 3 ,pp. 6-9, 2009.
[2] Schumacher, F., Schrock, S., Fay, A., “Tool support for an automatic transformation of GRAFCET specifications into IEC 61131-3 control code”, IEEE 18th Conference Emerging Technologies & Factory Automation (ETFA), pp. 1-4, 2013.
[3] 歐陽衡,“機器視覺用在封裝IC外觀瑕疵檢測之研究”,國立成功大學工程科學系,碩士論文,2007
[4] Elias N. Malamas, Euripides G.M. Petrakis, Michalis Zervakis, Laurent Petit , Jean-didier Legat “A survey on industrial vision systems, applications and tools, Image and Vision Computing 21 (2003)”, Journal of Image and Vision Computing, Volume: 21,pp. 171-188, 2003.
[5] Taylor, CJ, Graham, J, Cooper, DH, “System architectures for interactive knowledge-based image-interpretation,” Philosophical Transactions of the Royal Society of London (A) Mathematical and Physical Sciences, Volume: 324, pp. 457-465, 1988.
[6] Baglietto, P., Maresca, M., Migliardi, M., and Zingirian, N., “Image Processing on High-Performance RISC Systems,” Proceedings of the IEEE, Volume: 84, Issue: 7, pp. 917-930, 1996.
[7] Michael Magee, Steven Seida, “An Industrial Model-Based Computer Vision System” , Journal of Manufacturing Systems, Volume:14, Issue :3,pp. 169-186, 1995.
[8] NI Vision Builder, “NI Vision Builder AI“, [Online].Available: http://www.ni.com/vision/zht/vbai.htm
[9] National Instruments, “NI Vision Builder for Automated Inspection Tutorial”, 2011
[10] OpenCV, “OpenCV “, [Online].Available: http://opencv.org/
[11] OpenCV, “OpenCV Tutorials “, [Online].Available: http://docs.opencv.org/doc/tutorials/tutorials.html
[12] 陳慶瀚,“GRAFCET離散事件建模”,國立中央大學資訊工程學系MIAT實驗室講義,2009.
[13] Ching-Han Chen, Tun-Kai Yao, Jia-Hong Dai, Chen-Yuan Chen, “A pipelined multiprocessor SOC design methodology for streaming signal processing“, Journal of Vibration and Control, Volume: 20,No:2,pp. 163-178,2014
[14] Ching-Han Chen, Chia-Ming Kuo, Chen-Yuan Chen, Jia-Hong Dai, “The design and synthesis using hierarchical robotic discrete-event modeling”, Journal of Vibration and Control, Volume: 19,No:11,pp.1603–1613,2013.
[15] Esteez, E., Marcos, M., Irisarri, E., “Analysis of IEC 61131-3 Compliance through PLCopen XML Interface”, 7th IEEE International Conference on Industrial Informatics, pp. 757-762,2009.
[16] Van der Wal, E., “Introduction into IEC 1131-3 and PLCopen”, IEE Colloquium on The Application of IEC 61131 to Industrial Control: Improve Your Bottom Line Through High Value Industrial Control Systems (Ref. No. 1999/076) ,pp. 2/1-2/8, London,1999.
[17] PLCopen Technical Committee 6, “XML Formats for IEC 61131-3,Ver 1.0”, April 2005.
指導教授 陳慶瀚(Pierre Chen) 審核日期 2014-7-24
推文 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聯絡  - 隱私權政策聲明