跳到主要內容

臺灣博碩士論文加值系統

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

詳目顯示

我願授權國圖
: 
twitterline
研究生:李宜澂
研究生(外文):Yi-Cheng Lee
論文名稱:發展電腦數控車床之外螺紋機器視覺機上量測系統
論文名稱(外文):Development of an External Thread Machine Vision Measurement System for CNC Lathe Machine Tools
指導教授:葉賜旭
指導教授(外文):Syh-Shiuh Yeh
口試委員:謝伯璜麥朝創張敬源
口試日期:2018-07-26
學位類別:碩士
校院名稱:國立臺北科技大學
系所名稱:機械工程系機電整合碩士班
學門:工程學門
學類:機械工程學類
論文種類:學術論文
論文出版年:2018
畢業學年度:106
語文別:中文
論文頁數:91
中文關鍵詞:電腦數控車床外螺紋機上量測機器視覺
外文關鍵詞:CNC LatheExternal ThreadMachine MeasurementMachine Vision
相關次數:
  • 被引用被引用:0
  • 點閱點閱:128
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
螺紋檢驗是現代工業檢驗工作中的重要組成部分,是保證產品品質的關鍵。傳統的量測方法是接觸式的耗時又昂貴。為了滿足市場的需求,本文開發了一套用於螺紋輪廓的自動非接觸式測量系統。提出一種基於機器視覺量測螺紋參數尺寸的方法,相對於其他檢測方法,可實現螺紋參數尺寸非接觸、快速、準確之量測。量測樣本使用的是公制螺紋,量測過程以背光照明獲取螺紋輪廓之影像,並開發了許多影像處理和機器視覺演算法來分析所捕獲的螺紋影像,抓取螺紋輪廓的座標點並進行數據前處理,用於量測螺紋參數之尺寸,如螺距、深度等。本文從成像系統的選擇、硬體設定、圖像採集、資料處理等方面闡述了量測系統中所涉及的各個步驟,並進行了實時量測,也把系統測量的實測值與3D顯微鏡測量的標準值進行比較驗證,結果顯示標準值與實測值之間的最大差值為6μm(1個pixel解析度),驗證了該方法的可行性與準確性,除此之外也量測其他工件樣本,量測結果也都有維持在2個pixel範圍內。
Thread inspection is an important part of modern industrial inspection and is the key to ensuring product quality. In conventional measurement methods, the contact type is time consuming and expensive. To satisfy the requirements of the market, in this study, the authors develop an automatic, non-contact measuring system for thread profiles. A method based on machine vision to measure the size of thread parameters is proposed. Compared with other detection methods, non-contact, fast, and accurate measurement of thread parameter size can be achieved. The measurement sample uses a metric thread, and the measurement process uses backlighting to obtain an image of the thread profile. Image processing and machine vision algorithms are developed to analyze the captured thread image, obtain the coordinate points of the thread profile, and perform data pre-processing to measure the dimensions of the thread parameters, such as pitch and depth. This paper expounds the various steps involved in the measurement system from the aspects of imaging system selection, hardware setting, image acquisition and data processing, and in the performance of real-time measurement. The measured value of the system measurement is also compared with the standard value measured by a 3D microscope. The results show that the maximum difference between the standard value and the measured value is 6 μm (1-pixel resolution), which verifies the feasibility and accuracy of the method. In addition, other workpiece samples were also measured, and the measurement results were also maintained within two pixels.
摘 要 i
ABSTRACT ii
誌 謝 iv
目 錄 v
表 目 錄 viii
圖 目 錄 ix
第一章 緒論 1
1.1 前言 1
1.2 研究動機與目的 1
1.3 文獻探討 2
1.4 研究方法 4
1.5 論文架構 5
第二章 機械視覺與影像處理 6
2.1 自動光學檢測AOI 6
2.2 自動光學檢測參數介紹 7
2.3 數位影像 8
2.4 光源照明 10
2.4.1 光源種類 10
2.4.2 光線形式 11
2.4.3 打光方式與照明技術 13
2.5 軟體開發套件 15
2.6 理論方法 15
2.6.1 直方圖(histogram) 15
2.6.2 濾波與平滑 16
2.6.3 二值化(binary) 19
2.6.4 形態學(morphology) 20
2.6.5 坎尼邊緣偵測(Canny edge detector) 22
2.6.6 輪廓搜尋(find contour) 24
第三章 實驗設備與系統架構 25
3.1 電腦數控車床工具機 26
3.2 六自由度機械手臂 28
3.3 機器視覺量測系統模組 29
3.4 量測系統實驗架構 37
第四章 螺紋尺寸量測 40
4.1 螺紋尺寸量測流程 43
4.2 演算法流程 44
4.2.1 擷取影像 45
4.2.2 感興趣區域ROI裁切 46
4.2.3 水平校正 47
4.2.4 高斯平滑濾波 48
4.2.5 二值化 48
4.2.6 閉運算形態學 50
4.2.7 螺紋邊緣偵測 50
4.2.8 找尋螺紋輪廓與提取輪廓點 51
4.2.9 排序輪廓點與所有輪廓點分區間 52
4.2.10 找尋計算螺紋尺寸所需之特徵點 53
4.2.11 螺紋尺寸計算與轉換 55
4.3 螺紋尺寸影像量測系統 57
第五章 實驗方法與結果分析 60
5.1 3D顯微鏡量測結果 61
5.2 田口方法之影像處理參數設計 63
5.3 螺紋量測系統量測與3D顯微鏡量測結果比較 69
5.4 不確定性分析 73
5.5 不同樣本量測結果比較 76
第六章 結論 80
參考文獻 83
附錄 87
[1]C. F. Lin, C. H. Hwang, H. R. Fang, C. Y. Chen, and J. R. Sze, "Real-time pitch diameter measurement of internal thread for nut using laser triangulation," in 2017 IEEE International Instrumentation and Measurement Technology Conference, I2MTC 2017, 2017.
[2]D. S. Lavrinov and A. I. Khorkin, "Laser triangulation 2D scanner signal processing for premium thread pitch measurement," in 2017 International Conference on Industrial Engineering, Applications and Manufacturing, ICIEAM 2017, 2017.
[3]Q. B. Tong, B. Z. Han, D. L. Wang, J. Q. Wang, Z. L. Ding, and F. Yuan, "A Novel Laser-Based System for Measuring Internal Thread Parameters," Journal of Russian Laser Research, vol. 35, pp. 307-316, 2014.
[4]Y. C. Lin, P. H. Hu, K. Y. Huang, Y. H. Wang, S. S. Ko, and C. S. Liu, "Design and characterization of laser-based inspection system," in 2012 51st Annual Conference on of the Society of Instrument and Control Engineers of Japan, SICE 2012, Akita, 2012, pp. 1062-1066.
[5]H. L. Huang, W. Y. Jywe, C. H. Liu, L. Duan, and M. S. Wang, "Development of a novel laser-based measuring system for the thread profile of ballscrew," Optics and Lasers in Engineering, vol. 48, pp. 1012-1018, 2010.
[6]Y. Zhao, X. Qu, Y. Tian, R. Lu, and H. Liu, "Investigation on the metrology of conical thread gauge," in Key Engineering Materials vol. 693, ed: Trans Tech Publications Ltd, 2016, pp. 150-154.
[7]D. T. Maciel, S. L. M. R. Filho, C. H. Lauro, and L. C. Brandão, "Characteristics of machined and formed external threads in titanium alloy," International Journal of Advanced Manufacturing Technology, vol. 79, pp. 779-792, 2015.
[8]V. I. Leun and E. V. Nikolaeva, "Direct measurement of the mean thread diameter of cutting and monitoring tools in thread grinding," Russian Engineering Research, vol. 35, pp. 156-157, 2015.
[9]V. I. Leun and E. V. Nikolaeva, "Design of active monitoring systems for the mean thread diameter in thread grinding," Russian Engineering Research, vol. 35, pp. 313-314, 2015.
[10]W. Wu, D. Shao, W. Wang, and G. Wang, "Thread measurement algorithm research and software development," in Key Engineering Materials vol. 579-580, ed, 2014, pp. 392-397.
[11]C. Sheng, Z. Dongbiao, and L. Yonghua, "A new compensation method for measurement of thread pitch diameter by profile scanning," Measurement Science Review, vol. 14, pp. 323-330, 2014.
[12]S. Kosarevsky and V. Latypov, "Detection of screw threads in computed tomography 3d density fields," Measurement Science Review, vol. 13, pp. 292-297, 2013.
[13]E. Hong, H. Zhang, R. Katz, and J. S. Agapiou, "Non-contact inspection of internal threads of machined parts," International Journal of Advanced Manufacturing Technology, vol. 62, pp. 221-229, 2012.
[14]Y. Cheng, L. Bai, and L. Nie, "Enhanced high-precision and non-contact system for measuring geometrical size of the irregular shape," Advanced Science Letters, vol. 6, pp. 625-628, 2012.
[15]I. A. Shchurov, "Calculation of the virtual pitch thread diameter using the cloud of points from CMM," International Journal of Advanced Manufacturing Technology, vol. 53, pp. 241-245, 2011.
[16]T. P. Merkač and B. Ačko, "Thread gauge calibration for industrial applications," Strojniski Vestnik/Journal of Mechanical Engineering, vol. 56, pp. 637-643, 2010.
[17]S. Kosarevsky and V. Latypov, "Development of an algorithm to detect screw threads in planar point clouds," Measurement Science Review, vol. 10, pp. 136-141, 2010.
[18]E. S. Gadelmawla, "A novel system for automatic measurement and inspection of parallel screw threads," Proceedings of the Institution of Mechanical Engineers, Part B: Journal of Engineering Manufacture, vol. 218, pp. 545-556, 2004.
[19]R. J. Hunsicker, J. Patten, A. Ledford, C. Ferman, M. Allen, and C. Ellis, "Automatic vision inspection and measurement system for external screw threads," Journal of Manufacturing Systems, vol. 13, pp. 370-384, 1994.
[20]M. R. Corley, E. E. Callens Jr, and H. G. Tull Iii, "Direct contact profile characterization of thread surfaces," Journal of Manufacturing Systems, vol. 11, pp. 309-313, 1992.
[21]R. Senthilnathan, M. Nandhini, R. Ranjani, and S. Sridevi, "Vision based orientation invariant measurement of metric screw thread parameters," in 9th International Conference on Trends in Industrial Measurement and Automation, TIMA 2017, 2017.
[22]E. S. Gadelmawla, "Computer vision algorithms for measurement and inspection of external screw threads," Measurement: Journal of the International Measurement Confederation, vol. 100, pp. 36-49, 2017.
[23]J. Chao and L. Zhang, "Parameters of small pitch thread measured by an intelligent detection method," Journal of Computational Methods in Sciences and Engineering, vol. 16, pp. 207-218, 2016.
[24]L. Zhao, H. Feng, and Q. Rong, "A novel non-contact measuring system for the thread profile of a ball screw," Mechanical Sciences, vol. 9, pp. 15-24, 2018.
[25]機械視覺介紹/AOI介紹,http://apisc.com/aoi-introduction.htm。
[26]涂鈞凱,應用機器視覺於連接器光學檢測系統之開發,碩士論文,國立台北科技大學機電整合研究所,台北,2010。
[27]机器视觉光源照明方式,http://linfengdu.lofter.com/post/3a09b0_430c29d。
[28]毛星雲、冷雪飛等人編著,OpenCV3編程入門,電子工業出版社,2015。
[29]張祐慈,非接觸式表面瑕疵檢測精密度提升之研究,碩士論文,國立高雄應用科技大學機械與精密工程研究所,高雄,2013。
[30]昌達慶仁,圖解數位影像處理程式範例教本使用C語言,旗標出版股份有限公司,2011。
[31]永進機械工業股份有限公司,http://www.ycmcnc.com/index_en.php。
[32]洋威數控股份有限公司,http://www.motorcontech.com。
[33]德商兆鎂新有限公司,https://www.theimagingsource.tw。
[34]李榮華,機件原理I,龍騰文化,2015。
[35]鍾國亮,影像處理與電腦視覺,東華書局,2008。
[36]勞動部勞動力發展署技能檢定專區,技能檢定測試資料,http://www2.wdasec.gov.tw/home.jsp?pageno=201109290020。
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top