博碩士論文 995202039 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:67 、訪客IP:18.222.240.21
姓名 陳逸軒(Yi-Hsuan Chen)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 應用視覺編碼標籤於智慧型手持式裝置之導航系統
(The navigation system based on visual code marker detection in smart handheld device)
相關論文
★ 使用視位與語音生物特徵作即時線上身分辨識★ 以影像為基礎之SMD包裝料帶對位系統
★ 手持式行動裝置內容偽變造偵測暨刪除內容資料復原的研究★ 基於SIFT演算法進行車牌認證
★ 基於動態線性決策函數之區域圖樣特徵於人臉辨識應用★ 基於GPU的SAR資料庫模擬器:SAR回波訊號與影像資料庫平行化架構 (PASSED)
★ 利用掌紋作個人身份之確認★ 利用色彩統計與鏡頭運鏡方式作視訊索引
★ 利用欄位群聚特徵和四個方向相鄰樹作表格文件分類★ 筆劃特徵用於離線中文字的辨認
★ 利用可調式區塊比對並結合多圖像資訊之影像運動向量估測★ 彩色影像分析及其應用於色彩量化影像搜尋及人臉偵測
★ 中英文名片商標的擷取及辨識★ 利用虛筆資訊特徵作中文簽名確認
★ 基於三角幾何學及顏色特徵作人臉偵測、人臉角度分類與人臉辨識★ 一個以膚色為基礎之互補人臉偵測策略
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 視覺障礙者占了台灣總人口的0.24%,是需要大家關注和幫忙的弱勢族群,而視障者最常碰到的就是導航問題,即獨自前往目的地的能力。視障者導航的相關文獻很多,也各有各的優缺點,本論文提出一個以電腦視覺技術為基礎的導航方法,利用顏色資訊配合擴增實境的編碼標籤(marker),設計出一種彩色標籤,可以擺放在環境中,視障者只需使用智慧型手機的鏡頭來搜尋,手機便會找出環境中的標籤並發出回饋給視障者。數個標籤可以在環境中建構出路徑資訊,並儲存在資料庫中,當視障者輸入其目的地時,手機便比對環境中的標籤和資料庫中的標籤,將視障者沿著路徑導引至目的地。
彩色標籤修改自擴增實境經常使用的黑白標籤,為了能穩定的在影像中找出顏色特徵,本論文使用了YCbCr和HSV兩種色彩空間的資訊來將影像二值化,以取出標籤的顏色區域。接著在二值化影像中尋找輪廓,檢查每個輪廓是否符合標籤的條件,並對符合條件的輪廓進行解碼以得到編碼的資訊,最後將編碼資訊轉換成導航資訊並發出回饋給使用者。
實驗結果顯示,本論文提出的color marker可在室內和室外環境中使用,並能夠正確的將使用者引導至目的地,可見這個架構對於視障者導航的應用來說是相當有幫助的。
摘要(英) Visually impaired people occupy 0.24% of the total population in Taiwan, they are the minority people who need to be looked after. The major challenge encountered by them is that of way finding, i.e., the ability of a person to find his way to a destination. There are a lot of literatures about way finding for visually impaired people, they all have pros and cons comparing with each other. In this thesis, a computer vision based algorithm is proposed, using the color information and the marker encoding method used in Augmented Reality, we design these color markers which can be placed in the environment. In practice, users used a smartphone to find the marker, and the phone will send a feedback to the users. A route can be built by several markers and saved in the database, when a user input his destination to the phone, it will conduct matching between the markers from the environment and the markers from the database so as to guide the user to their destination.
The color markers are the modification of the binary markers which are commonly used in Augmented Reality. To get the color pattern from the image stably, we use the information from YCbCr and HSV color spaces to get marker’s color region in the image. Then, we try to find contours in the binary image. For each contour, we check if it fit the requirement for the marker. If it does, we decode it to generate the encoded message. Finally, the encoded message is translated to way finding information and feedbacks are sent to the users.
Experimental results show that our color marker can be used in indoor and outdoor environments and can guide the users successfully to their destination. It reveals the validity and feasibility of the system in way finding for visually impaired people.
關鍵字(中) ★ 視覺障礙
★ 導航
★ 擴增實境
★ 標籤
關鍵字(英) ★ Wayfinding
★ Augmented Reality
★ Visually impaired
★ Marker
論文目次 摘要 I
Abstract II
目錄 III
圖目錄 IV
表目錄 VI
第一章 緒論 1
1.1 研究動機 1
1.2 文獻探討 3
1.2.1 電子儀器導航 3
1.2.2 電腦視覺導航 5
1.3 系統架構 9
1.4 論文架構 10
第二章 Marker detection 11
2.1 背景知識 11
2.1.1 AR簡介 12
2.1.2 標籤探討 13
2.2 顏色特徵 14
2.3 標籤辨識 23
第三章 導航方法 31
3.1 方向判斷 31
3.1.1 羅盤資訊 32
3.1.2 走路判斷 35
3.2 距離判斷 38
第四章 實驗結果及討論 47
4.1 標籤比較與演算法驗證 47
4.2 系統實測 55
第五章 結論與未來工作 70
參考文獻 72
參考文獻 [1] L. Ran, A. Helal and S. E. Moore, "Drishti: An Integrated Indoor/Outdoor Blind Navigation System and Service," in Proceedings of the Second IEEE Annual Conference on Pervasive Compuing and Communications, 2004.
[2] F. Cecelja, V. Garaj, Z. Hunaiti and W. Balachandran, "A Navigation System for Visually Impaired," in Instrumentation and Measurement Technology Conference, 2006.
[3] A. Virtanen and S. Koskinen, "NOPPA Navigation and Guidance System for the Blind," in Proceedings of the 11th World Congress and Exhibition on ITS, 2004.
[4] V. Kulyukin, C. Gharpure, J. Nicholson and S. Pavithran, "RFID in Robot Assisted Indoor Navigation for the Visually Impaired," in Proceedings of the International Conference on Intelligent Robots and Systems, 2004.
[5] S. Willis and S. Helal, "RFID Information Grid for Blind Navigation and Wayfinding," in Proceedings of the International Symposium on Wearable Computers, 2005.
[6] J. Coughlan, R. Manduchi and H. Shen, "Cell Phone-based Wayfinding for the Visually Impaired," in 1st International Workshop on Mobile Vision, 2006.
[7] J. Coughlanl and R. Manduchi, "Functional Assessment of a Camera Phone-Based Wayfinding System Operated by Blind Users," in Proceedings of the IEEE-BAIS Symposium on Research on Assistive Technology , 2007.
[8] R. Manduchi, J. Coughlan and V. Ivanchenko, "Search Strategies of Visually Impaired Persons using a Camera Phone Wayfinding System," in 11th International Conference on Computers Helping People with Special Needs, 2008.
[9] E. Ko, J. S. Ju and E. Y. Kim, "Situation-based Indoor Wayfinding System for the Visually Impaired," in Proceedings of the 13th international ACM SIGACCESS conference on Computers and accessibility, 2011.
[10] Y. Tian, C. Yi and A. Arditi, "Improving Computer Vision-based Indoor Wayfinding for Blind Persons with Context Information," in Proceedings of the International conference on computer helping people with special needs, 2010.
[11] H. Kato, "ARToolKit," [Online]. Available: http://www.hitl.washington.edu/artoolkit/.
[12] D. Parikh and G. Jancke, "Localization and Segmentation of A 2D High Capacity Color Barcode," in IEEE workshop on applications of computer vision, 2008.
[13] W. Chuan-xu and L. Zuo-yong, "Face Detection Based on Skin Gaussian Model and KL Transform," in ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing, 2008.
[14] A. Dawod, J. Abdullah and M. Alam, "A New Method for Hand Segmentation using Free-form Skin Color Model," in The 3rd International Conference on Advanced Computer Theory and Engineering, 2010.
[15] F. Chang, C. J. Chen and C. J. Lu, "A Linear-time Component Labeling Algorithm using Contour Tracing Technique," Computer Vision and Image Understanding, pp. 206-220, 2004.
[16] R. Munoz-Salinas, "ArUco: a minimal library for Augmented Reality applications based on OpenCv," [Online]. Available: http://www.uco.es/investiga/grupos/ava/node/26.
[17] G. Bradski, "The OpenCV Library," Dr. Dobb’’s Journal of Software Tools, 2000.
[18] M. Fiala, "ARTag, a Fiducial Marker System using Digital Techniques," in IEEE computer society conference on computer vision and pattern recognition, 2005.
[19] N. Otsu, "A Threshold Selection Method from Gray-Level Histograms," IEEE Transactions on Systems, Man and Cybernetics, pp. 62-66, 1 1979.
[20] Z. Zhang, "A Flexible New Technique for Camera Calibration," IEEE Transactions on Pattern Analysis and Machine Intelligence, pp. 1330-1334, 11 2000.
[21] J. More, "The Levenberg-Marquardt Algorithm, Implementation, and Theory," in Numerical Analysis, 1977.
指導教授 范國清、莊啟宏(Kuo-Chin Fan) 審核日期 2012-7-24
推文 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聯絡  - 隱私權政策聲明