跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.152) 您好!臺灣時間:2025/11/06 05:10
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:翁綺君
研究生(外文):WENG, CHI-CHUN
論文名稱:使用三維重建技術輔助既有建物室內BIM模型之自動建置
論文名稱(外文):Using 3D Reconstruction Technology to Assist Interior BIM Model Automatic Creation for Existing Buildings
指導教授:吳翌禎吳翌禎引用關係
指導教授(外文):WU, I-CHEN
口試委員:林祐正陳鴻銘
口試委員(外文):LIN, YU-CHENGCHEN, HUNG-MING
口試日期:2018-07-24
學位類別:碩士
校院名稱:國立高雄應用科技大學
系所名稱:土木工程與防災科技研究所
學門:工程學門
學類:土木工程學類
論文種類:學術論文
論文出版年:2018
畢業學年度:106
語文別:中文
論文頁數:83
中文關鍵詞:建築資訊模型(BIM)三維重建技術RANSAC自動建模參數化物件
外文關鍵詞:Building Information Modeling (BIM)3D ReconstructionRANSACAutomatic modelingParametric Object
相關次數:
  • 被引用被引用:7
  • 點閱點閱:672
  • 評分評分:
  • 下載下載:60
  • 收藏至我的研究室書目清單書目收藏:0
對於許多現有建築物,僅提供不完整,過時或零碎的建築資訊。可以使用三維重建技術得到建築物三維點雲數據。但點雲數據量龐大,不易直接使用點雲數據進行建築資訊的保存。為了有效保存建築資訊,將點雲數據物件化成BIM模型儲存並管理建築物資訊,將是不可或缺的。因此,從點雲自動產生BIM模型是近年來相當熱門研究議題,因為它可以通過點雲輔助建模減少BIM模型創建所需的勞動力和時間。為了可以有效率地從點雲數據來建置BIM物件模型,本研究計畫提出一套方法,利用Autodesk Revit 開放式應用程式介面(API),開發自動建模系統,使用者匯入點雲數據後,系統會使用RANSAC演算法進行點雲邊緣線萃取,然後根據不同組件所擁有的特徵對各種結構組件進行分類。最後,系統將檢測每個組件的位置並自動將BIM對象放置在模型中。而建置完成之後的BIM模型,將可以應用在資產管理、能源管理以及逃生模擬等多方面,以達到有效管理既有建築物。
For many existing buildings, only incomplete, obsolete, or fragmentary building information is available, the 3D point cloud data of the building can be obtained by using the 3D reconstruction technology. However, the amount of point cloud data is huge, and it is not easy to directly use point cloud data to preserve building information. In order to effectively preserve building information, it is indispensable to use point cloud data for creating BIM model to store and manage building information. Therefore, the automatic generation of BIM models from point clouds is a topic of considerable research in recent years. Because it can reduce the labor force and time required of BIM model creation via the point cloud-assisted modeling. For facilitating to create BIM object according to point cloud effectively, this research proposes the methodology to develop automated modeling systems using Revit API for users. After importing the point cloud data, the system will use the RANSAC algorithm to perform edge extraction to capture the edge line of the point cloud, and then classify the various structural components according to features owned by different component. Finally, the system will detect the position of each component and automatically place BIM objects in the model. After the completion of the BIM model, it can be applied to asset management, energy management, and escape simulation to achieve effective management of existing buildings.
摘 要 i
ABSTRACT ii
誌 謝 iii
目 錄 iv
圖 目 錄 vii
表 目 錄 x
第一章 緒論 1
1.1 研究背景與動機 1
1.2 研究目的 3
1.3 研究方法與流程 4
1.4 研究範圍 7
1.5 論文架構 8
第二章 建模技術回顧 10
2.1 三維模型種類 10
2.1.1 點雲 10
2.1.2 多邊形網格 11
2.1.3 實體模型 11
2.1.4 建築資訊模型 14
2.2 手動建模技術回顧 15
2.2.1 手動建模技術現況 15
2.2.2 商業輔助建模軟體 16
2.2.3 手動建模技術應用 17
2.3 自動建模技術回顧 18
2.3.1 自動建模相關演算法 18
2.3.2 自動建模相關應用 20
2.4 小結 22
第三章 室內三維重建 23
3.1 雷射掃描技術 23
3.1.1 技術限制 24
3.1.2 軟硬體需求 26
3.1.3 成本評估 28
3.2 攝影測量技術 29
3.2.1 技術限制 30
3.2.2 軟硬體需求 32
3.2.3 成本評估 35
3.3 室內空間重建之完整性分析 36
3.3.1 室內測試場域介紹 36
3.3.2 室內重建之操作案例-雷射掃描技術 37
3.3.3 室內重建之操作案例-攝影測量技術 39
3.3.4 小結 42
第四章 自動建模方法 44
4.1 RANSAC 演算法 44
4.1.1 輸入資料 45
4.1.2 參數設定 46
4.1.3 輸出資料 48
4.2 建築構件相互關係 51
4.2.1 分類方式 51
4.2.2 分類規則 52
4.3 元件資料庫 54
第五章 系統設計與測試 61
5.1 系統設計 62
5.1.1 系統架構 63
5.1.2 使用者介面 64
5.1.3 系統限制 67
5.2 系統測試 67
第六章 結論與建議 75
6.1 結論 75
6.2 建議與展望 76
參考文獻 77

1.Aicardi, I., Chiabrando, F., Grasso, N., Lingua, A. M., Noardo, F., & Spanò, A. (2016). UAV photogrammetry with oblique images: First analysis on data acquisition and processing. The International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences, 41, 835.
2.Arayici, Y. (2007). An approach for real world data modelling with the 3D terrestrial laser scanner for built environment. Automation in construction, 16(6), 816-829.
3.Autodesk Revit,使用說明書,http://help.autodesk.com/view/RVT/2017/CHT/。
4.Bryde, D., Broquetas, M., & Volm, J. M. (2013). The project benefits of building information modelling (BIM). International journal of project management, 31(7), 971-980.
5.Cantzler, H. (2003). Improving architectural 3D reconstruction by constrained modelling.
6.CASCADE, O. (2000). OpenCascade-an open source library for BRep solid modeling.
7.Colomina, I., & Molina, P. (2014). Unmanned aerial systems for photogrammetry and remote sensing: A review. ISPRS Journal of Photogrammetry and Remote Sensing, 92, 79-97.
8.ContextCapture,2016年12月,影像拍攝指南,http://195.250.185.245:8080/MyWeb/get/Allalaetavad/Acquisition_Guide_V4_Bentley.pdf。
9.Eastman, C., Teicholz, P., Sacks, R., & Liston, K. (2011). BIM handbook: A guide to building information modeling for owners, managers, designers, engineers and contractors. John Wiley & Sons.
10.FARO Focus s 350 雷射掃描儀,產品規格表,http://www.linkfast.com.tw/upload/files/FARO-Laser-Scanner-Focus-S-350_TW.pdf。
11.FARO Focus雷射掃描儀,操作說明書,https://knowledge.faro.com/Hardware/Laser_Scanner/Focus/Laser_Scanner_Best_Practices。
12.Fischler, M. A., & Bolles, R. C. (1981). Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography. Communications of the ACM, 24(6), 381-395.
13.Furukawa, Y., & Ponce, J. (2010). Accurate, dense, and robust multiview stereopsis. IEEE transactions on pattern analysis and machine intelligence, 32(8), 1362-1376.
14.Gordon, S. J., & Lichti, D. D. (2007). Modeling terrestrial laser scanner data for precise structural deformation measurement. Journal of Surveying Engineering, 133(2), 72-80.
15.Gunduz, M., Isikdag, U., & Basaraner, M. (2016). A review of recent research in indoor modelling & mapping. The International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences, 41, 289.
16.Hidaka, N., Michikawa, T., Motamedi, A., Yabuki, N., & Fukuda, T. (2018). Polygonization of point clouds of repetitive components in civil infrastructure based on geometric similarities. Automation in Construction, 86, 99-117.
17.Kazhdan, M., & Hoppe, H. (2013). Screened poisson surface reconstruction. ACM Transactions on Graphics (ToG), 32(3), 29.
18.Khoshelham, K., & Díaz-Vilariño, L. (2014). 3D modelling of interior spaces: Learning the language of indoor architecture. The International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences, 40(5), 321.
19.Klein, L., Li, N., & Becerik-Gerber, B. (2012). Imaged-based verification of as-built documentation of operational buildings. Automation in Construction, 21, 161-171.
20.Lee, B.-C., & Wu, I.-C. (2011). Design and Implementation of an Interactive GUI for BIM Systems. Proceedings of the 11th International Conference on Construction Applications of Virtual Reality, November 3rd-4th, Weimar, Germany.
21.Lee, S. Y., Majid, Z., & Setan, H. (2013). 3D data acquisition for indoor assets using terrestrial laser scanning. ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences, 2, W1.
22.Lim, S. P., & Haron, H. (2014). Surface reconstruction techniques: a review. Artificial Intelligence Review, 42(1), 59-78.
23.Liu, X., Eybpoosh, M., & Akinci, B. (2012). Developing as-built building information model using construction process history captured by a laser scanner and a camera. In Construction Research Congress 2012: Construction Challenges in a Flat World (pp. 1232-1241).
24.Lu, Q., & Lee, S. (2017). Image-based technologies for constructing as-is building information models for existing buildings. Journal of Computing in Civil Engineering, 31(4), 04017005.
25.Lucas, J., Bulbul, T., & Thabet, W. (2013). An object-oriented model to support healthcare facility information management. Automation in Construction, 31, 281-291.
26.Mill, T., Alt, A., & Liias, R. (2013). Combined 3D building surveying techniques–terrestrial laser scanning (TLS) and total station surveying for BIM data management purposes. Journal of Civil Engineering and Management, 19(sup1), S23-S32.
27.Pătrăucean, V., Armeni, I., Nahangi, M., Yeung, J., Brilakis, I., & Haas, C. (2015). State of research in automatic as-built modelling. Advanced Engineering Informatics, 29(2), 162-171.
28.PhotoScan,2017年3月,使用說明書,http://www.agisoft.com/pdf/photoscan-pro_1_2_en.pdf。
29.Pix4D,2017年12月,使用說明書,https://support.pix4d.com/hc/en-us/articles/204272989-Offline-Getting-Started-and-Manual-pdf。
30.Rehak, M., Mabillard, R., & Skaloud, J. (2013). A micro-UAV with the capability of direct georeferencing. International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, 1, W2.
31.Remondino, F. (2011). Heritage recording and 3D modeling with photogrammetry and 3D scanning. Remote Sensing, 3(6), 1104-1138.
32.Shapiro, V. (2002). Solid modeling. Handbook of computer aided geometric design, 20, 473-518.
33.Tang, P., Huber, D., Akinci, B., Lipman, R., & Lytle, A. (2010). Automatic reconstruction of as-built building information models from laser-scanned point clouds: A review of related techniques. Automation in construction, 19(7), 829-843.
34.Volk, R., Stengel, J., & Schultmann, F. (2014). Building Information Modeling (BIM) for existing buildings—Literature review and future needs. Automation in construction, 38, 109-127.
35.Wang, C., Cho, Y. K., & Kim, C. (2015). Automatic BIM component extraction from point clouds of existing buildings for sustainability applications. Automation in Construction, 56, 1-13.
36.李柏翰,2011,基於多視角影像擷取之三維模型重建系統開發,碩士學位論文,電機工程研究所,國立中正大學。
37.林迪詒、謝嘉聲,2017,利用 SGM 和 PMVS 演算法進行 MUAV 影像密匹配之比較分析,航測及遙測學刊,22卷,3期,頁193-203。
38.林峰田等編著,2011,建築數位化工作流程指南,行政院國家科學委員會,數位典藏與數位學習國家型科技計畫拓展台灣數位典藏計畫。
39.邱永芳、賴瑞應、胡啟文,2017,近景攝影測量應用於渠槽試驗底床量測之探討,土木水利會刊,44卷,6期,頁59-69。
40.張立穎,2017,基於影像式稠密點雲之三維城市建模,碩士學位論文,土木工程系土木工程與防災科技研究所,國立高雄應用科技大學。
41.張舜孔、邵慶旺、蔡育林、陳俊宇,2013,3D掃描技術應用於文化資產之適用性討論,文化資產保存學刊,26期,頁63-78。
42.陳英煥、蔡展榮,2008,空照數位像機拍攝高重疊影像匹配高密度點雲,航測及遙測學刊,13卷,3期,頁219-230。
43.陳偉論,2016,整合三維點雲技術與BIM技術建置古蹟模型之研究,碩士學位論文,土木工程系土木與防災,國立臺北科技大學。
44.曾義星、史天元,2003年5月,無處不在的空間資訊:三維雷射掃描儀-新一代測量利器,科學發展月刊,365期,頁16-21。
45.黃金聰、陳思翰,2013,利用多重影像產生之點雲的精度評估,台灣土地研究,16卷,1期,頁81-101。
46.蔡心怡,2013,淺談室內三維模型重建之技術,儀科中心簡訊,115 期。
47.蔡俊彥,2015,雷射掃描技術用於結構物的變形監測之研究,碩士學位論文,土木工程學系,國立成功大學。
48.賴威宇,2017年第37週,全國住宅年齡比例,內政統計通報。
49.謝幸宜,2011,以自率光速法提升四旋翼UAV航拍影像之定位精度,碩士學位論文,地政學系私立中國地政研究所,國立政治大學。
50.龔冠宇,2017,利用攝影機監測邊坡即時變動量之研究,碩士學位論文,土木工程系土木工程與防災科技研究所,國立高雄應用科技大學。

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top