Responsive image
博碩士論文 etd-0904107-230859 詳細資訊
Title page for etd-0904107-230859
論文名稱
Title
水下雷射光點之邊緣偵測
Edge Detection on Underwater Laser Spot
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
93
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2007-07-20
繳交日期
Date of Submission
2007-09-04
關鍵字
Keywords
邊緣偵測、主成份分析、梯度向量流
edge detection, principle component analysis, gradient vector flow
統計
Statistics
本論文已被瀏覽 5688 次,被下載 29
The thesis/dissertation has been browsed 5688 times, has been downloaded 29 times.
中文摘要
本研究採用不同的影像邊緣偵測方法求得雷射光點輪廓來探討水下雷射測距之品質,並針對不同幾何光點外形進行測距品質的探討,同時運用線性最小平方近似處理來探討測距品質。在影像邊緣偵測方法探討方面,本文採用主成份分析法、Sobel、Prewitt、Canny及梯度向量流法五種影像邊緣偵測法,對雷射光點原始影像及經線性最小平方近似後處理影像進行光點輪廓邊緣偵測。此外,為瞭解不同雷射光點外型對測距品質之影響,本研究將雷射光點分別調整為垂直長軸橢圓、偏斜長軸橢圓、水平長軸橢圓三種幾何外形。實驗結果顯示雷射光點原始影像經主成份分析邊緣偵測所得到的品質為最佳,且不受雷射光點幾何外形影響,其次是Canny邊緣偵測法,而梯度向量流法邊緣偵測所得到的品質為最差,而且主要誤差來自人為因素。而從預測最佳訊雜比也顯示主成份分析邊緣偵測所得到的品質為最穩定。
Abstract
none
目次 Table of Contents
1 緒論
1.1 前言. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 文獻回顧. . . . . . . . . . . . . . . . . . . . . . . . . .2
1.3 研究動機與目的. . . . . . . . . . . . . . . . . . .3
1.4 論文架構. . . . . . . . . . . . . . . . . . . . . . . . . .3

2 雷射三角測距
2.1 三角測距. . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 光點幾何外形定義及影像前處理. . . 7
2.3 影像線性最小平方近似處理. . . . .. . . 8
2.3.1 影像處理流程. . . . . . . . . . . . . . . . . . . . 8
2.3.2 影像處理演算法. . . . . . . . . . . . . . . . . . 9
2.4 雷射亮度重心之演算. . . . . . . . . . . . . . 12

3 光點輪廓偵測
3.1 主成分分析法. . . . . . . . . . . . . . . . . . . . . 15
3.1.1 概述. . . . . . . . . . . . . . . . . . . . . . . . . . . . .15
3.1.2 分析流程. . . . . . . . . . . . . . . . . . . . . . . . 16
3.2 邊緣偵測法. . . . . . . . . . . . . . . . . . . . . . . 18
3.2.1 定義. . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
3.2.2 Sobel邊緣偵測. . . . . . . . . . . . . . . . . . . 20
3.2.3 Prewitt邊緣偵測. . . . . . . . . . . . . . . . . . 27
3.2.4 Canny邊緣偵測. . . . . . . . . . . . . . . . . . . 29

4 梯度向量流法
4.1 主動輪廓(Active Contour) . . . . . . . . . . . 34
4.2 梯度向量流(Gradient Vector Flow) . . . . 35
4.3 參數特性. . . . . . . . . . . . . . . . . . . . . . . . . . 37

5 實驗架構與規劃
5.1 實驗目的. . . . . . . . . . . . . . . . . . . . . . . . . . 41
5.2 實驗設備. . . . . . . . . . . . . . . . . . . . . . . . . . 42
5.3 品質特性. . . . . . . . . . . . . . . . . . . . . . . . . . 43
5.4 實驗因子與水準選擇. . . . . . . . . . . . . . . 44
5.4.1 主成份分析法(PCA) . . . . . . . . . . . . . . .45
5.4.2 Sobel邊緣偵測. . . . . . . . . . . . . . . . . . . . . 46
5.4.3 Prewitt邊緣偵測. . . . . . . . . . . . . . . . . . . . 47
5.4.4 Canny邊緣偵測. . . . . . . . . . . . . . . . . . . . 48
5.4.5 梯度向量流法. . . . . . . . . . . . . . . . . . . . 49
5.5 直交表配置. . . . . . . . . . . . . . . . . . . . . . . .50

6 實驗結果與分析
6.1 主成分分析法(PCA) . . . . . . . . . . . . . . . . 51
6.1.1 原始影像設定亮度門檻值. . . . . . . . . 51
6.1.2 線性最小平方近似處理影像. . . . . . . 54
6.2 Sobel邊緣偵測法. . . . . . . . . . . . . . . . . . . . 58
6.2.1 原始影像設定亮度門檻值. . . . . . . . . 58
6.2.2 線性最小平方近似處理影像. . . . . . . 59
6.3 Prewitt邊緣偵測法. . . . . . . . . . . . . . . . . . . 61
6.3.1 原始影像設定亮度門檻值. . . . . . . . . 61
6.3.2 線性最小平方近似處理影像. . . . . . . 62
6.4 Canny邊緣偵測法. . . . . . . . . . . . . . . . . . . . 64
6.4.1 原始影像設定亮度門檻值. . . . . . . . . . 64
6.4.2 線性最小平方近似處理影像. . . . . . . 66
6.5 梯度向量流法(GVF) . . . . . . . . . . . . . . . . 68
6.6 分析. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75

7 討論與結論
7.1 分析與討論. . . . . . . . . . . . . . . . . . . . . . . . 77
7.2 結論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
參考文獻 References
1. 洪嘉駿,光點位置演算法對水下雷射測距品質之影響,碩士論文,國立中山大學海下技術研究所,2004年。

2. L. Marques, U. Nunes and A. T. Almeida, "A New 3D Triangulation Sensor for Robotic," Proceedings of IEEE Advanced Motion Control, 29 June - 1 July 1998, Coimbra, Portugal, pp. 512-517, 1998.

3 P. J. Heckman and Hodgson, " Underwater Optical Range Gating," IEEE Jounal of Quantum Electronics, Vol. 3, No. 11, pp. 445-448, 1967.

4. R. L. Allwood and S. Tetlow, " Improvement of Underwater Viewing Range by the Use of a Scanning Laser-Based Illumination, " Proceedings of 7th International Conference on Electronic Engineering in Oceangraphy, 23-25 June 1997, Southampton Oceangraphy Centre, UK, pp. 53-61, 1997.

5. R. Jain, R. Kasturi, and B. G. Schunck(1995). Machine Vision.

6. 林松柏,傳統、小波理論與動態輪廓模式之波浪影像邊緣偵測處理,碩士論文,國立成功大學系統及船舶機電工程學系,2005年。

7. C. Xu and J. L. Prince, "Generalized Gradient Vector Flow External Forces for Active Contours," Signal Processing, Vol. 71, pp. 131-139, 1998.

8. 陳淑嬌,梯度向量流主動輪廓模型於子宮頸抹片細胞邊界偵測之應用,碩士論文,國立中興大學電機工程學系,2003年。

9. P. J. Ross(1996). Taguchi Techniques for Quality Engineering(2nd ed.). United States of America.

10. W. F. Ames, Numerical Methods for Partial Differential Equations, 3rd ed. New York: Academic Press, 1992.

11. A. Nevis," Low Contrast Enhancement for Electro-Optic Data," SPIE Proceedings for Detection and Remediation Technologies for Mines and Minelikes Targets, 21-24 April 1997, Orlando, FL, USA, Vol. 3079, pp. 333-344, 1997.

12. A. Nevis," Image Characterization and Target Recognition in the Surf Zone Environment," SPIE Proceedings for Detection and Remediation Technologies for Mines and Minelike Targets, 8-12 April 1996, Orlando, FL, USA, Vol. 2765, pp. 46-57, 1996.

13. 曾韻榮,高速公路上之道路牌文字偵測,碩士論文,國立中央大學資訊工程研究所,2006年。

14. 吳振茂,影像最小平方近似處理提昇水下雷射測距品質之研究,碩士論文,國立中山大學海下技術研究所,2003年。

15. J. Canny," A computational approach to edge detection," IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 8, No. 6, Nov. 1986.

16. R. Courant and D. Hilbert, {it Methods of Mathematical Physics}, vol. 1. New York: Interscience, 1953.
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內公開,校外永不公開 restricted
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus:永不公開 not available

您的 IP(校外) 位址是 18.119.139.0
論文開放下載的時間是 校外不公開

Your IP address is 18.119.139.0
This thesis will be available to you on Indicate off-campus access is not available.

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

QR Code