跳到主要內容

臺灣博碩士論文加值系統

(44.200.82.149) 您好!臺灣時間:2023/06/11 02:17
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:邱胤華
研究生(外文):Chiu, Yin-Hua
論文名稱:影像處理應用於定位系統之研究
論文名稱(外文):The Application of The Image Processing in Positioning System
指導教授:林君明林君明引用關係
指導教授(外文):Lin, Jun-Ming
學位類別:碩士
校院名稱:中華大學
系所名稱:機械工程學系碩士班
學門:工程學門
學類:機械工程學類
論文種類:學術論文
論文出版年:2013
畢業學年度:101
語文別:中文
論文頁數:118
中文關鍵詞:定位系統機器視覺影像處理樣本產生器
外文關鍵詞:Positioning SystemMachine VisionImage ProcessingTemplate Generator
相關次數:
  • 被引用被引用:1
  • 點閱點閱:336
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
本論文提出一套定位系統,應用機器視覺與影像處理技術,整合機械結構設計、影像處理、運動控制、人機介面等操作技術。
本論文先針對待測物體進行影像擷取,制定一個最佳之光學環境;撰寫樣本產生器之程式,對於待測物體製作圖形比對之樣本;驅動平台移動,當待測物體移動至CCD攝影機所在的位置時,擷取待測物體影像,做影像處理和圖形比對,將樣板位置輸出,透過座標轉換,將數值輸入給平台,進行定位誤差補償,補償完畢後,即可將平台移至下一檢測位置,進行下一檢測步驟。
另外,本論文依照目前業界之產品規範,進行影像處理技術於定位系統之檢測研究與設計,以達到產品要求之精度規格;光學字符辨識系統( OCR, Optical Character Recognition ),字元辨識率可達 99%;晶粒計數系統,晶粒陣列尺寸10 mm × 10 mm與晶粒尺寸12 mil為例,計算誤差小於1/10000;Lamp LED與High-Power LED外觀檢測系統,檢測之瑕疵精度為0.07mm,小於檢測區域公差(規格)為0.1mm。

For this theme, we design and development a system of positioning system, it application of machine vision and image processing technology, its include mechanical structure design, image processing, motion control, Human–Computer interface, etc.
First, we capture the image and design a best optical environment for the chip. Then writing the template generator program, to make a template for pattern match. Drive the stage, when the chip moves to the location of the CCD camera, capture the images, doing some image processing and pattern match. After pattern match, output the positioning error value. Through the coordinate transformation, input the value to the stage, do positioning error compensation. When the positioning error compensation finish, take the stage to the next location, to the next test step.
Other, in this thesis, according to the industry's products norm, research and design the image processing techniques to positioning system, to meet the accuracy specifications of the products. For the Optical Character Recognition System, character recognition rate of up to 99%. For the Die Counter System, grain array size 10 mm × 10 mm and grain size 12 mil, calculation error is less than 1/10000. For the Lamp LED and High-Power LED Appearance Detection System, the defect detection accuracy of 0.07mm, less than the detection area tolerances (specifications) of 0.1mm.

摘要 i
Abstract ii
誌謝 iii
目錄 iv
表目錄 viii
圖目錄 ix
第一章 緒論 1
1.1 前言 1
1.2 研究動機與目的 1
1.3 文獻回顧 3
1.3.1 機器視覺應用與發展 3
1.3.2 影像比對與定位 5
1.4 論文架構 7
第二章 系統介紹 8
2.1 電荷耦合元件(Charge Coupled Device,CCD)攝影機 8
2.2 鏡頭(Lens) 10
2.2.1 鏡頭種類 10
2.2.2 鏡頭選擇因素 11
2.3 照明系統 13
2.3.1 打光方式 13
2.3.2 光源選擇 16
2.4 控制平台 17
2.4.1 XY平台 17
2.4.2 旋轉平台 18
2.4.3 平台操作測試 20
第三章 定位系統 23
3.1 光學環境設計 23
3.1.1 定位系統CCD攝影機選擇 23
3.1.2 定位系統鏡頭選擇 27
3.1.3 定位系統光源選擇 29
3.2 樣本產生器 31
3.2.1 Microsoft Visual Studio 2010之C# 與 .NET 31
3.2.2 樣本產生器操作方法 32
3.2.3 樣本產生器操作介面 35
3.3 影像處理 36
3.3.1 影像濾波 36
3.3.2 影像分割與影像二值化 41
3.3.3 影像型態學 48
3.3.4 曲線逼近 52
3.3.4 圖形比對 55
3.4 座標轉換 61
3.5 定位系統架構 61
3.5.1 定位系統機構設計 62
第四章 定位方法研究 65
4.1 定位系統之研究 65
4.1.1 定位系統方法一(頂點識別) 66
4.1.2 定位系統方法二(強化邊緣輔助之頂點識別) 68
4.1.3 定位系統方法三(樣板圖形比對) 71
4.1.4 定位系統之比較 73
4.2 定位系統架構與流程 75
第五章 系統驗證與測試 77
5.1 各項設備驗證結果 77
5.1.1 CCD攝影機與鏡頭解析精度量測 77
5.1.2 平台重複精度驗證 84
5.2 機構校正 89
5.2.1 CCD攝影機位置校正 90
5.3 定位系統測試 93
第六章 影像處理之應用 96
6.1 光學字符辨識 ( OCR, Optical Character Recognition )系統 96
6.1.1 系統概要 96
6.1.2 儀器架構 96
6.1.3 OCR辨識系統研究 97
6.2 晶粒計數 98
6.2.1 系統概要 98
6.2.2 儀器架構 99
6.2.3 晶粒計數系統瑕疵分類 100
6.2.4 晶粒計數系統研究 101
6.3 Lamp LED外觀檢查系統 103
6.3.1 系統概要 103
6.3.2 儀器架構 104
6.3.3 Lamp LED外觀檢查系統瑕疵分類 104
6.3.4 Lamp LED外觀檢查系統研究 107
6.4 HIigh-Power LED外觀檢查系統 108
6.4.1 系統概要 108
6.4.2 儀器架構 108
6.4.3 High-Power LED外觀檢查系統瑕疵分類 109
6.4.4 High-Power LED外觀檢查系統研究 111
第七章 結論 113
7.1 結論 113
7.2 未來展望 114
參考文獻 115

[1] Roland T. C., and Charles A. H., “Automated Visual Inspection: A Survey, ” IEEE Transaction on Pattern Analysis and Machine Intelligence, Vol. PAME-4, No. 6, pp. 557-573, 1982.
[2] 蔣時強,“機器視覺在工業上之應用”,電子發展月刊,1984。
[3] Perng D. B., Chou C. C., and Lee S. M., “Design and development of a new machine vision wire bonding inspection system,” The International Journal of Advanced Manufacturing Technology, DOI 10.1007/s00170-006-0611-6, 2006.
[4] 洪重男,“應用次像素技術之自動對位機電系統”,私立華梵大學/機電工程研究所,碩士論文,1999。
[5] Datta, R., et al., “Content-based image retrieval: Approaches and trends of the new age,” 7th ACM SIGMM international workshop on Multimedia information retrieval MIR '05, 2005.
[6] Lin, H. J., et al., “A study of shape-based image retrieval,” 24th International Conference on Distributed Computing Systems Workshops, ICDCSW'04, 2004.
[7] Lambert, S., et al., “Using pen-based outlines for object-based annotation and image-based queries,” Visual information and information systems: 3rd international conference VISUAL '99, 1999.
[8] Adamek, T. and O'Connor N., “Efficient contour-based shape representation and matching,” 5th ACM SIGMM international workshop on Multimedia information retrieval, 2003.
[9] Brunelli, R. and Poggio, T., “Face recognition: features versus templates,” IEEE Transaction on Pattern Analysis and Machine Intelligence, Vol. 15, No. 10, pp. 1042-1052, 1993.
[10] Choi, M. S., and Kim, W. Y., “A novel two stage template matching method for rotation and illumination invariance,” Pattern Recognition, Vol. 35, pp. 119-129, 2002.
[11] Goshtasby, A., Gage, S. H., and Bartholic, J. F., “A two-stage cross correlation approach to template matching,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 6, No. 3, pp. 374-378, 1984.
[12] 鍾國亮,“影像處理與電腦視覺”,東華書局,2008。
[13] Lin, Y. H., Chen, C. H., and Wei, C. C., “A new approach to fast template matching with rotation invariance using ring code matching,” 19th IPPR Conference on Computer Vision, Graphics and Image Processing, pp. 1297-1301, Aug. 13-15, 2006.
[14] Rosenfeld, A., and VanderBrug, G. J., “Coarse-fine template matching,” IEEE Transactions on Systems, Man and Cybernetics, Vol. SMC-7 No. 2, pp. 104-107, 1977.
[15] VanderBrug, G. J., and Rosenfeld, A., “Two-stage template matching,” IEEE Transactions on Computers, Vol. 19, No. 4, pp. 384-393, Apr. 1977.
[16] “美國吉時利儀器公司網站”,http://www.keithley.com.
[17] Goolkasian, P.,“Processing visual-stimuli inside and outside the focus of attention,” Bulletin of the Psychonomic Society, Vol.29, No.6, pp. 510, 1991.
[18] 楊証賀,“影像辨識於圖形識別之探討與次像素演算法之研究與應用”,國立中山大學/電機工程學系,碩士論文,2002。
[19] 謬紹綱,“數位影像處理:活用Matlab”,全華出版社,1999。
[20] 謬紹綱,“數位影像處理”,培生教育出版集團,2004。
[21] 賴岱佑,“數位影像分析之智慧型監視系統”,文魁資訊,2008。
[22] 楊振龍,“XYZ平台與影像擷取系統即時圖控”,私立中華大學/機械與航太工程研究所,碩士論文,2002。
[23] 莊孝陵,“DSP整合FPGA應用於提升即時影像處理效能之研究”,私立華梵大學/機電工程學系博碩專班,碩士論文,2009。
[24] 林卓毅,“具動作偵測功能之即時影像處理嵌入式系統”,國立台灣大學/電機工程學研究所,碩士論文,2003。
[25] 鐘崇毓,“LED晶粒表面瑕疵之自動化視覺檢測”,私立朝陽科技大學/工業工程與管理系碩士班,碩士論文,2007。
[26] 陳秉宏,“次像素機器視覺應用於鑽石車削刀具定位之研究”,私立淡江大學/機械與機電工程學系,碩士論文,2004。
[27] 朱俊霖,“利用影像處理技術在晶圓缺陷及硬幣影像對位之應用”,國立雲林科技大學/資訊管理系研究所,碩士論文,2007。
[28] 蔡宇捷,“基於特徵法則之樣板比對精度量測”,國立成功大學/電腦與通信工程研究所,碩士論文,2009。
[29] 許慶宏,“應用CCD影像處理技術於動感平台姿態量測之研究”,私立逢甲大學/自動控制工程所,碩士論文,2006。
[30] 呂儒泓,“應用不受光照影響之局部二元圖形於影像比對”,私立亞州大學/資訊工程學系碩士班,碩士論文,2002。
[31] 曹祖聖,蔡文龍,吳昱宗,“Visual C# 2010程式設計經典”,碁峰資訊,2010。
[32] 沈正宗,“Visual C#應用範例經典實作”,PCuSER電腦人文化,2010。
[33] 資訊教育研究室,“Visual C# 2010從零開始”,博碩文化有限公司,2011。
[34] Deitel, H. M., and Deitel, P. J., “ Visual C# 2008 How to Program, Third Edition,” Mixed media product, 2008.
[35] 劉宜德,“軟性電路板自動化視覺導引鑽孔系統之研發”,國立中山大學/電機工程學系,碩士論文,2001。
[36] 李彥篁,“影像處理技術於晶粒計數與雷達回波中心定位之應用”, 朝陽科技大學/資訊工程系,碩士論文,2008。
[37] 姜濤,王安麟,王石剛,邵萌,“基於機器視覺的印刷電路板誤差校正方法”, 上海交通大學學報, 2005。
[38] 藍又宗,“基於影像處理之晶圓探針檢測方法”, 國立高雄應用科技大學/電子工程研究所,碩士論文,2007。
[39] 蘇泰元,“模糊影像處理技術應用於薄膜電晶體液晶顯示器面板瑕疵檢測之研究”, 國立台灣科技大學/自動化及控制研究所,碩士論文,2009。

電子全文 電子全文(本篇電子全文限研究生所屬學校校內系統及IP範圍內開放)
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
1. 王千文、陳敦源,2012,〈形式上還是實質上的公私協力:全民健康保險總額支付制度個案分析〉,《政大公共行政學報》,第四十二期,頁99-137。
2. 石滋宜,1997,〈標竿學習從改變想法開始〉,《能力雜誌》,第499期,頁14-15。
3. 朱源葆,2001,〈淺評警察避籍始末〉,《警光雜誌》,第537期。
4. 江明修、曾冠球,2009,〈政府再造:跨部門治理的觀點〉《國家菁英季刊》,第5卷,第1期,頁97-122。
5. 吳英明,1993,〈公私部門協力關係和「公民參與」之探討〉,《中國行政評論》,第2卷,第3期,頁1-14。
6. 李宗勳,2005,〈協力夥伴跨域治理的機會與挑戰-以社區風險治理為例〉,《警政論叢》,第五期,頁8-12。
7. 林振春,1998,〈社區警察與警察社區化〉,《社區發展季刊》,第82期,頁32-40。
8. 孫本初、陳衍宏,2002,〈標竿學習初探—兼論其在公部門之應用〉,《中國行政》。第71期,第45-74頁。
9. 袁鶴齡,2007,〈全球化趨勢中的公民參與〉,《研考雙月刊》,第31卷,第5期,頁74-85。
10. 陳金貴,1992,〈公民參與的研究〉,《行政學報》,第24期,頁95-128。
11. 黃啟賓,2010,〈守望相助組織成與敗因素之研究〉,《臺灣警察專科學校警專學報》,第四卷,第八期,頁163-182。
12. 謝文忠,2002,〈社區巡守隊犯罪頂防成效之研究〉,《中央警察大學警學叢刊》,第32卷,第5期,頁109-144。