博碩士論文 105327001 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:71 、訪客IP:18.190.219.238
姓名 呂睿晨(Jui-Chen Lu)  查詢紙本館藏   畢業系所 光機電工程研究所
論文名稱 微小螺絲自動鎖附於手機機體之設計與實現
相關論文
★ 自動平衡裝置在吊扇上之運用★ 以USB通訊界面實現X-Y Table之位置控制
★ 液體平衡環在立式轉動機械上之運用★ 液流阻尼裝置設計與特性之研究
★ 液晶電視喇叭結構共振異音研究★ 液態自動平衡環之研究
★ 抑制牙叉式機械臂移載時產生振幅之設計★ 立體拼圖式組合音箱共振雜音消除之設計
★ 電梯纜繩振動抑制設計研究★ 以機器學習導入電梯生產結果預測之研究
★ 新環保冷媒R454取代R410A冷媒迴轉式單缸壓縮機效能分析與可靠性驗證★ 高速銑削Al7475-T7351的銑削參數與基因演算法研究
★ 自動化鞋型切削機之設計與實現★ 以FPGA為基礎之精密位置控制IC
★ CNC三維圓弧插補器★ PID與模糊控制在營建工程自動化的探討
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 工業4.0為當今相當熱門的研究方向,在此趨勢中,機器視覺被廣泛應用,機械手臂與影像處理結合,儼然成為工業自動化中廣為使用之設備,它不僅活動範圍廣、可塑性高,更能因應不同的環境狀況,搭配其他設備進而增加其便利性與效率。
  本論文使用MITSUBISHI型號RV-2SD的六軸機械手臂,來進行空間座標控制,搭配兩台CCD攝影機以建立視覺系統,並以Visual Studio為基礎來創建影像座標控制之人機介面,將其實現於控制機械手臂自動鎖附手機機體之微小螺絲。
  利用兩台攝影機來分別進行粗定位與細定位控制,將拍攝之影像透過處理,找出螺孔於影像中的座標位置,經由座標轉換與誤差校正,計算出空間中的座標位置,操作機械手臂以完成定位控制,並依據各個螺孔的高度與深度,執行不同之鎖附。
摘要(英) Industry 4.0 is a very popular research direction nowadays and within this trend, Machine Vision has been broadly used. The combination of manipulator and image processing provides a wide range of activities, high flexibility, and excellent adaptability to cope with other equipment to enhance expediency and efficiency. Because of these advantages, this combination of techniques becomes a commonly used in industrial automation environment.
The objective of this thesis is to tighten tiny screws of the cellphone automatically through controlling the six-axis manipulator. This is done by using the manipulator to perform space coordination control while having two CCD cameras to generate vision system and Visual Studio to create a human-machine interface for image coordinate control.
By utilizing two cameras respectively to perform initial positioning control and fine positioning control, the captured images can be processed and analyzed to find out the coordinate position of the screw hole. Through coordinate transformation and calculation, the position of the space coordinate is found and can be positioning control by manipulator. Depending on the height and depth of each screw hole, different degree of fasten and adjustment are performed.
關鍵字(中) ★ 自動鎖附系統
★ 座標轉換
★ 影像處理
關鍵字(英) ★ Manipulator
★ Image processing
★ Coordinate transformation
論文目次 摘要 i
Abstract ii
致謝 iii
目錄 iv
圖目錄 vi
表目錄 viii
符號說明 x
第一章 緒論 1
1-1 研究背景與動機 1
1-2 文獻回顧 2
1-3 研究概述 4
1-4 研究大綱 5
第二章 影像處理與座標系統 7
2-1 OpenCV環境簡介 8
2-2 色彩模式轉換 8
2-3 平滑化 10
2-3-1 中值濾波 10
2-3-2 高斯濾波 11
2-4 形態處理 12
2-4-1 膨脹(Dilation) 13
2-4-2 浸蝕(Erosion) 13
2-5 適應性門檻值法 14
2-6 連結區塊 15
2-7 邊緣偵測 17
2-8 霍夫圓偵測 19
2-9 座標系與空間位置描述 22
2-10 座標系旋轉 23
2-11 座標系旋轉及平移 24
2-12 連續三個座標系旋轉及平移 25
第三章 實驗平台架構 26
3-1 硬體 26
3-1-1 機械手臂 27
3-1-2 CCD攝影機與鏡頭 29
3-1-3 影像擷取卡 30
3-1-4 Arduino UNO 31
3-1-5 L298N 32
3-1-6 自動鎖螺絲機與套筒機構加工 33
3-1-7 螺絲起子頭 34
3-1-8 螺絲與手機機體 35
3-1-9 攝影機Camera 1固定機構加工 37
3-1-10 攝影機Camera 2固定機構加工 38
3-2 軟體 39
3-2-1 人機介面 40
3-2-2 機械手臂控制器 42
3-2-3 Arduino控制器 43
第四章 實驗數據與結果 44
4-1 實驗環境 44
4-2 Camera 1座標系與手臂座標系之間的轉換 45
4-2-1 座標轉換公式 47
4-2-2 量測數據 48
4-2-3 計算轉換矩陣 50
4-3 Camera 2座標系與手臂座標系之間的校正 51
4-3-1 誤差校正方程式 53
4-3-2 量測數據 54
4-3-3 計算校正參數 55
4-4 手機各螺孔高度不一致之解決 57
4-5 手機各螺孔深度不一致之解決 59
4-6 實驗流程與結果 60
4-6-1 程式設計概念 60
4-6-2 鎖附iPhone i5s機體之螺孔 60
4-6-3 鎖附Sony Ericsson MT11i機體之螺孔 71
第五章 結論與未來展望 76
5-1 結論 76
5-2 未來展望 77
參考文獻 78
參考文獻 [1] T. Brogardh, “Present and future robot control development—An industrial perspective”, Annual Reviews in Control, vol. 31, pp. 69-79, 2007.
[2] N. Asakawa and Y. Takeuchi, “Teachingless spray-painting of sculptured surface by an industrial robot”, in Proceedings of IEEE International Conference on Robotics and Automation, pp. 1875-1879, 1997.
[3] S. Choi and W. S. Newman, “Design and evaluation of a laser-cutting robot for laminated, solid freeform fabrication”, in Proceedings of IEEE International Conference on Robotics and Automation, pp. 1551-1556, 2000.
[4] C. B. Smith, “Robotic friction stir welding using a standard industrial robot”, in Kei Kinzoku Yosetsu (Journal of Light Metal Welding and Construction), vol. 42, pp. 40-41, 2004.
[5] F. Nagata, K. Watanabe, K. Kiguchi, K. Tsuda, S. Kawaguchi, Y. Noda and M. Komino, “Joystick teaching system for polishing robots using fuzzy compliance control”, in Proceedings of IEEE International Symposium on Computational Intelligence in Robotics and Automation, pp. 362-367, 2001.

[6] Y. F. Zheng and J. Luh, “Optimal load distribution for two industrial robots handling a single object”, in Proceedings of IEEE International Conference on Robotics and Automation, pp. 344-349, 1988.
[7] A. J. Schmid, N. Gorges, D. Goger and H. Worn, “Opening a door with a humanoid robot using Multi-sensory tactile feedback”, in Proceedings of IEEE International Conference on Robotics and Automation, pp. 285-291, May 2008.
[8] M. Prats, P. J. Sanz and A. P. del Pobil, “Vision-tactile-force integration and robot physical interaction”, in Proceedings of IEEE International Conference on Robotics and Automation, pp. 3975-3980, May 2009.
[9] 許毅然,“視覺導引物件抓取之遠端機械手臂控制”,2003CAC中華民國自動控制研討會暨生物機電系統控制與應用研討會,811-816頁,南台科技大學,台南縣,2003年。
[10] 林鈺祥,“結合順應性控制之自動螺絲鎖附系統”,國立台北科技大學,碩士論文,民國103年。
[11] S. Pitipong, P. Pornjit and P. Watcharin, “An automated four-DOF robot screw fastening using visual servo,” Proceedings of the 2010 IEEE/SICE International Symposium on System Integration (SII), pp. 379-383, 2010.
[12] 寶俐工業專利網頁。
[13] 林慧姍,“影像處理應用於自動螺絲鎖附機定位控制之設計與實現”,國立中央大學,碩士論文,民國105年。
[14] 陳守猶,“雙重影像與機械手臂定位控制應用於手機螺絲自動鎖附之設計與實現”,國立中央大學,碩士論文,民國106年。
[15] 維基百科,HSL和HSV色彩空間。
[16] 毛星雲,冷雪飛,OpenCV程式設計參考手冊,松崗資產管理股份有限公司,台北市,2015年。
[17] 曾定章,影像處理Image Processing,第十四版,中央大學資訊工程系,2017年。
[18] 王明宏,“適應性門檻值決策An Adaptable Threshold Decision Method”,國立中興大學,碩士論文,民國98年。
[19] 望熙榮,望熙貴,OpenCV With Visual Studio影像辨識處理,博碩文化,新北市,2015年。
[20] Icvpr的博客,OpenCV_?通?域分析(Connected Component Analysis-Labeling),https://blog.csdn.net/icvpr/article/details/10259577
?
[21] A. C. Bliton, M. J. Patton, M. L. Rolli, K.P. Roos, S.R. Taylor, “Microscopic motion analysis: Laplacian-of-Gaussian masks for subpixel edge detection”, Engineering in Medicine and Biology Society, vol. 3, pp. 1098-1099, 1988.
[22] D.H Ballard, “Generalizing The Hough Transform To Detect Arbitrary Shapes,” Pattern Recognition, 13, 2, pp. 111-122, 1981.
[23] D. B. Tzvi and M. B. Sandler, “A combinatorial Hough transform,” Pattern Recognition Letters, 11, 3, pp.167-174, 1990.
[24] J. R. Bergen and H. Shvaytser, “A probabilistic algorithm for computing Hough transforms,” Journal of Algorithms, 12, 4, pp.639-656, 1991.
[25] T.C. Chen and K.L.Chung, ”A randomized algorithm for detecting circles,” The 13th IPPR Conference on Computer Vision, Graphics and Image Processing, R.O.C., August 20-22, Vol. 2,pp.118-124, 2000.
[26] 高啟泰,“以視覺系統引導機械手臂對移動物進行追蹤之研究”,南台科技大學,碩士論文,民國95年。
[27] 鍾國亮,影像處理與電腦視覺,第五版,台灣東華書局,台北市,民國101年。
[28] G. Woods,數位影像處理,廖紹綱,台灣培生教育,台北市,民國98年。

[29] R. J. Schilling, “Fundamentals of Robotics”, Prentice-Hall, Inc., 1990.
[30] J. J. Craig, “Introduction to robotics: mechanics and control”, Addison-Wesley Publishing Company, Inc., 1989.
[31] W. Stadler, “Analytical Robotics and Mechatronics”, McGraw-Hill, 1995.
[32] F. L. Lewis, C. T. Abdallah, and D.M. Dawson, “Control of Robot Manipulators”, Macmillan, 1993.
[33] 蘇祖澤,VisualC++的天空,儒林圖書,台北市,2008年。
[34] 陳勝勇,劉盛,基於OpenCV的計算機視覺技術實現,二版,科學出版社,北京,2009年。
[35] 劉瑞禎,于仕琪,OpenCV教程-基礎篇,北京航空航天大學,北京,2007年。
[36] 三菱電機產業用ROBOT基本操作-完整版
指導教授 董必正 審核日期 2018-8-3
推文 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聯絡  - 隱私權政策聲明