Responsive image
博碩士論文 etd-0903112-123036 詳細資訊
Title page for etd-0903112-123036
論文名稱
Title
光達技術於車輛之三維地圖建立與分析
3D Map Construction and Data Analysis by LiDAR for Vehicles
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
115
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2012-07-25
繳交日期
Date of Submission
2012-09-03
關鍵字
Keywords
3D、光達、雷射測距儀、點雲、車載移動測繪系統
3D, LiDAR, Laser Range Finder, Point Cloud, Mobile Mapping System
統計
Statistics
本論文已被瀏覽 5673 次,被下載 1727
The thesis/dissertation has been browsed 5673 times, has been downloaded 1727 times.
中文摘要
光達(Light Detection And Ranging,LiDAR)量測為近年來備受重視且開始廣泛應用的一種探測技術,對於以 3D 方式呈現的視覺化系統因受到大眾青睞而迅速發展,對於進行三維重建技術而言,光達資料便具有相當的價值,能夠提供細緻的物面資訊,如房屋、車輛等物件特徵,運用彩色成像技術,建立起影像(Image)與雷射(Laser)技術間的橋梁,達成即時成像的效果,發揮光達技術的實用性。
本研究設計一套結合雷射測距儀(Laser Range Finder,LRF)與 3D 視覺化介面之掃瞄系統,並搭配位移感測器、慣性量測單元(Inertial Measurement Unit,IMU)進行方位推估,透過移動式載具的位移量與攝影機所擷取之環境色彩資訊,並藉由 2D 與 3D 間的座標轉換方法,即時得到相對應的三維座標資訊,完成三維點雲(Point Cloud)資料之蒐集,此環境資料量測蒐集方法,亦稱為車載移動測繪系統(Mobile Mapping System,MMS)。本研究之移動式測繪系統除具有多感測器整合與資料蒐集外,強調即時點雲顯示的效果,配合硬體與資料點間的記憶體轉移(Direct Memory Access,DMA)方法,讓三維點雲資料能夠快速地呈現到三維視覺平台,達到同步之功能。
本研究除了開發建圖系統外,也利用了點雲資料重建的概念,計算具有共面特性的點雲特徵,並分析點雲中的重建參數。其計算過程中,以點雲中的取樣點距離與角度做為判斷依據,以利進行相同平面的區域連結;此外,透過點雲重建與方位推估的校正方法,結合於實際比例尺之平面等高線地圖與 3D 點雲資訊結合,不僅能夠與點雲資料匹配以確認精度外,也構成「新地理學」所代表的 3D 地圖,使本研究成為一套完整獨立的移動式建圖系統。
Abstract
Nowadays, LiDAR(Light Detection And Ranging, LiDAR) is the more important and widely applicable measurement technique. The rise of visual system in 3D is very useful to the measurement of LiDAR and gets more importance value for 3D reconstruction technology, in which abundant surface features are implied in the point cloud data. Combined with the image and laser technique for real-time rendering, the LiDAR will be more functional.
This thesis proposes and designs a system which combined with Laser Range Finder and 3D visual interface for vehicles, and also equipped with rotary encoder and initial measurement unit to DR(Dead Reckoning) function. Through the coordinate transform method of 2D to 3D, the 3D coordinate of each point will be calculated, and embedded with the color information which captured from the camera to take 3D color point cloud collection. This method is also called Mobile Mapping System(MMS). In addition, this mapping system uses Direct Memory Access technology to display the point cloud synchronous in 3D visual system.
Except for the point cloud collection, the reconstruction of point cloud data is used in this system. The surface reconstruction is based on Nearest Neighbor Interpolation method. There are two factors to conduct the interpolation process: the angle and distance between two sample points from the points sequence. The reconstruction of point cloud and calibration of DR is not only to confirm the accuracy of 3D point cloud map but also the “New Geography” of the 3D electronic map. This research will build up an independent Mobile Mapping System.
目次 Table of Contents
論文審定書 i
致謝 ii
中文摘要 iii
Abstract iv
第一章 緒論 1
1-1 研究動機 1
1-2 文獻回顧 2
1-3 主要貢獻 9
1-4 章節介紹 10
第二章 系統概述 11
2-1 系統簡介 11
2-2 系統功能 12
2-2-1 定向定位系統 12
2-2-2 定向與定位系統整合方法 12
2-2-3 即時資訊蒐集與儲存 18
2-2-4 三維視覺化系統 22
2-3 系統流程 24
2-4 硬體實現 27
第三章 座標系統 28
3-1 OpenGL三維繪圖座標系 28
3-2 雷射測距儀座標系 31
3-3 方位推估座標系與載體座標系 35
3-4 地球中心地球固定座標系 36
第四章 系統演算 41
4-1 直接定位方位推估法 41
4-2 大地座標轉換 42
4-3 點雲顏色匹配 48
4-4 最接近點內插法 49
4-5 平面地圖疊合 55
第五章 系統實現 57
5-1 實驗平台 57
5-2 感測器 58
5-2-1 雷射測距儀 58
5-2-2 光學編碼器 62
5-2-3 慣性量測單元 67
5-2-4 視覺系統 68
5-2-5 全球定位系統 69
5-3 傳輸模組 71
5-4 軟硬體系統 74
第六章 實驗結果 77
6-1 實驗場景 77
6-2 實驗流程 79
6-3 三維點雲圖像 83
6-4 彩色點雲圖像 84
6-5 內插法重建圖像 86
6-6 地圖疊合圖像 87
6-7 移動路徑規劃 89
第七章 結論與未來展望 91
7-1 結論 91
7-2 未來展望 92
參考文獻 94
附錄 100

參考文獻 References
[1] Rau, J.Y., N.Y. Chen and L.C. Chen, “True Orthophoto Generation Using Multi-View Images,” Photogrammetry Engineering & Remote Sensing, Vol. 68, No. 6, pp.581-588, 2002.
[2] Chen, L. C., Teo T. A., Shao Y. C., Lai Y.C., Rau J. Y., “Fusion of LIDAR data and optical imagery for building modeling,” Proceedings of: XXI ISPRS Congress, Istanbul, Turkey, 2004.
[3] Haala, N. and Böhm, J., “A multi-sensor system for positioning in urban environments,” ISPRS Journal of Photogrammetry and Remote Sensing, vol. 58 (1-2), pp. 31-42, 2003.
[4] 廖泫銘、楊素容,「從空中到地面:談街景影像於地理資訊展示與整合應用趨勢」。
[5] 中央研究院人文社會科學研究中心、地理資訊科學研究專題中心,「街景測量車於公共設施管線資料收集與應用之初探」。
[6] 建築數位化工作流程指南,數位影像擷取與呈現,pp 68-76。
[7] The Oxford Mobile Robotics Group:
http://www.robots.ox.ac.uk/~mobile/wikisite/pmwiki/pmwiki.php?n=Main.JoiningMRG。
[8] The Wildcat:
http://www.robots.ox.ac.uk/~mobile/wikisite/pmwiki/pmwiki.php?n=Main.WildCat。
[9] Mark Sheehan, Alastair Harrison and Paul Newman, “Self-calibration for a 3D laser,” The International Journal of Robotics Research, vol. 31, no. 5 675-687, April 2012.
[10] Paul Newman, Gabe Sibley, Mike Smith, Mark Cummins, Alastair Harrison, “Navigating, Recognizing and Describing Urban Spaces With Vision and Lasers,” The International Journal of Robotics Research, vol. 28, no. 11-12, p. 1406, 2009.
[11] Jaw, J.J. and Chuang, T.Y., “LIDAR Point Clouds Registration Based on Multiple Features,” Workshop on Unconventional Photogrammetry, Tainan, Taiwan, pp.190-200, April 2010.
[12] Mike Smith, Ian Baldwin, Winston Churchill, Rohan Paul and Paul Newman, “The New College Vision and Laser Data Set,” The International Journal of Robotics Research, vol. 28 no. 5 595-599, May 2009.
[13] IP-S2 Lite:http://www.topconpositioning.com/products/mobile-mapping/ip-s2
[14] Richards, J. A., “Remote sensing digital image analysis,” Springer-Verlag, Berlin, 281 pages, 1986.
[15] Mark Sheehan, Alastair Harrison, Paul Newman, “Automatic Self-Calibration Of A Full Field-Of-View 3D n-Laser Scanner,” International Symposium on Experimental Robotics (ISER), 2010.
[16] 賴彥中,陳良健,饒見有,整合光達點雲與空照影像重建三維建物模型,航測及遙測學刊,第十卷,第一期,第27-46 頁,2005。
[17] Alastair Harrison, Paul Newman, “Image and Sparse Laser Fusion for Dense Scene Reconstruction,” in Proceedings of the 7th International Conference on Field and Service Robotics, Cambridge, Massachusetts, July 2009.
[18] R. Valencia, E. Teniente, E. Trulls, and J. Andrade-Cetto, “3D mapping for urban service robots,” in Intelligent Robots and Systems, 2009. IROS 2009. IEEE/RSJ International Conference on, pp. 3076 –3081, 2009.
[19] A. Harrison and P. Newman, “High quality 3D laser ranging under general vehicle motion,” in Robotics and Automation, 2008. ICRA 2008. IEEE International Conference on, April 2008.
[20] M. Bosse and R. Zlot, “Continuous 3D scan-matching with a spinning 2D laser,” in in ICRA’09. IEEE International Conference on Robotics and Automation, pp. 4312–4319, 2009.
[21] Paul Newman1, Manjari Chandran-Ramesh, Dave Cole, Alastair Harrison, Ingmar Posner, Derik Schroeter, “Describing, Navigating and Recognising Urban Spaces - Building An End-to-End SLAM System,” Oxford University Mobile Robotics Research Group, 2007.
[22] Lin Liao, Dieter Fox, and Henry Kautz, “Extracting places and activities from gps traces using hierarchical conditional random fields,” The International Journal of Robotics Research, 26(1):119–134, 2007.
[23] Danil Prokhorov, “A Convolutional Learning System for Object Classification in 3-D Lidar Data,” IEEE Transactions on Neural Networks, vol. 21, no. 5, May 2010.
[24] H. Andreasson, R. Triebel, and A. Lilienthal, “Vision-based interpolation of 3D laser scans,” in Proc. International Conference on Autonomous Robots and Agents (ICARA), 2006.
[25] D. Cole and P. M. Newman, “Using laser range data for 3D SLAM in outdoor environments,” in Proceedings of the IEEE International Conference on Robotics and Automation (ICRA), Orlando Florida USA, May 2006.
[26] Huijing Zhao, Yiming Liu, Xiaolong Zhu, Yipu Zhao, Hongbin Zha, “Scene Understanding in a Large Dynamic Environment through a Laser-based Sensing,” in IEEE International Conference on Robotics and Automation (ICRA), Anchorage, Alaska, USA, 2010.
[27] Douillard, B., “Vision and laser based classification in urban environments,” PhD thesis, Univ. of Sydney, 2009.
[28] Zhao, H., Chiba, M., Shibasaki, R., Shao, X., Cui, J., Zha, H., “SLAM in a Dyanmic Large Outdoor Environment using a Laser Scanner,” in IEEE International Conference on Robotics and Automation (ICRA), 2008.
[29] M. Bosse, P. Newman, J. J. Leonard, and S. Teller, “SLAM in large-scale cyclic environments using the Atlas framework,” International Journal of Robotics Research, vol. 23, no. 12, pp. 1113–1139, 2004.
[30] H. Surmann, A. Nuchter, and J. Hertzberg, “An autonomous mobile robot with a 3D laser range finder for 3D exploration and digitalization of indoor environments,” The International Journal of Robotics and Autonomous Systems, vol. 45, pp. 181–198, 2003.
[31] Fruh, C., Zakhor, A., “3D model generation for cities using aerial photographs and ground level laser scans,” in Proc. Computer Vision and Pattern Recognition (CVPR), 2001.
[32] N. Fairfield, “Localization, mapping, and planning in 3D environments,” PhD thesis, Carnegie Mellon University, Pittsburgh, PA,USA, 2009, Jan 2009.
[33] OpenGL:http://www.opengl.org/。
[34] 極座標系:http://zh.wikipedia.org/wiki/。
[35] SICK, Laser Measurement Sensors, LMS291: http://es-tech.blogspot.tw/2008/02/sick-lms-291.html。
[36] 檢驗器設計:http://jsjk.cn.nctu.edu.tw/college/Chang_J_W/08_chap3.doc。
[37] G. P. Roston, and E. P. Krotkov, “Dead Reckoning Navigation for Walking Robots,” in IEEE/RSJ International Conference on Intelligent Robots and Systems, Raleigh, NC, July 7-10, 1992.
[38] The Use of Coordinate Axes in Aeronautics:
http://quest.arc.nasa.gov/aero/virtual/demo/aeronautics/tutorial/motion.html。
[39] Azuma, Ronald T., “A Survey of Augmented Reality,” in Presence: Teleoperators and Virtual Environments 6, 4, 355–385, 1997.
[40] National Marine Electronics Association:http://www.nmea.org/。
[41] 胡智祐,發展低成本緊耦合式INS/GPS整合無縫車用導航系統之研究,國立成功大學測量及空間資訊學系研究所碩士論文,2009。
[42] 羅英哲,從光達點雲資料重建面特徵,國立成功大學測量及空間資訊研究所碩士論文,2008。
[43] 賴志凱,地面雷射掃描儀的精度分析與檢定,國立成功大學測量及空間資訊研究所碩士論文,2004。
[44] 范逸之、江文賢、陳立元,C++ Builder與RS-232串列通訊控制,文魁資訊股份有限公司,2001年1月。
[45] 余明興、吳明哲、黃世陽、黃豐隆、紀旺忪、潘能煌,Broland C++ Builder 6程式設計經典,文魁資訊股份有限公司,2004年2月。
[46] Camera in Direct3D:http://www.toymaker.info/Games/html/camera.html。
[47] 訊聯光電有限公司:http://www.linkfast.com.tw/。
[48] Google Map街景服務簡介:http://maps.google.com/help/maps/streetview/。
[49] Xsens:http://www.xsens.com。
[50] Logitech C910:http://www.logitech.com/zh-tw/webcam-communications。
[51] Topcon Global Gateway:http://global.topcon.com/。
[52] Thomas H. Miller and Jason C. Derenick, “The Sick LIDAR Matlab/C++ Toolbox:Enabling RS-422 Communication,” Lehigh University Computer Science and Engineering, Bethlehem, PA 18015 USA.
[53] MOXA Uport1450:http://www.moxa.com.tw/product/UPort_1410_1450.htm。
[54] Quick Manual for LMS communication setup, March 2002.
[55] nVIDIA及ATI OpenGL工作站級PCI Express顯示卡:http://www.tomshardware.tw/832,review-832-12.html。
[56] Euler angles:http://en.wikipedia.org/wiki/Euler_angles。
[57] RIEGL VMX-250 Compact Laser Scanning System:http://products.rieglusa.com/item/mobile-scanners/vmx-250-compact-laser-scannin。g-system/item-1022?forward=1。
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:自定論文開放時間 user define
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code