博碩士論文 102552020 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:27 、訪客IP:18.225.55.103
姓名 黃宇辰(Yu-Chen Huang)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 基於區域分析和紋理特徵的視覺檢測
(Vision Inspection based on Blob Analysis and Texture Characterization)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 以物件表面紋理特徵做為工業視覺檢測技術已逐漸成為主要趨勢之一。紋理特徵係藉由像素間的空間域關係來描述平滑度、粗糙度和型態規律性等區域特徵訊息。但空間域法易受到光源和雜訊影響,需融合BLOB分析才能達到精確的區塊特徵檢測目的。本研究因而設計了一個視覺檢測平台,結合影像前處理、BLOB分析、紋理分析功能模組,以及一個機率神經網路分類器,提供應用系統開發者做為紋理特徵選擇策略,可針對不同檢測應用快速選擇最佳的紋理特徵組合,形成智慧化的視覺檢測系統。本文最後採用地瓜品質案例,來驗證我們設計的視覺檢測平台,實驗結果顯示,整體紋理特徵平均辨識率可達76.28%。本系統結合PNN神經網路的智慧型選擇策略,擁有彈性化生成各類應用視覺檢測系統的優點。
摘要(英) Object surface texture features have been increasingly applied in the technology of industrial visual inspection. Texture features refer to region features such as smoothness, roughness, and texture regularity described using inter-pixel spatial domain relationships. However, the spatial domain method is susceptible to light sources and noise, and consequently blob analysis must be incorporated to achieve accurate inspection of block features. To provide application developers with strategies for selecting texture features, this study designed a visual inspection platform that integrates visual preprocessing, blob analysis, and texture analysis modules, as well as a probabilistic neural network classifier. This platform is a smart visual inspection system that enables rapid selection of optimal texture-feature combinations in various inspections. Finally, the quality of sweet potatoes was used to verify the visual inspection platform developed in this study. Overall, the experimental results indicated an average recognition rate of 76.27% for the texture features of the sweet potatoes. By incorporating probabilistic neural network-based smart selection strategies, this platform can flexibly generate various applications of inspection systems.
關鍵字(中) ★ 紋理特徵
★ BLOB分析
★ 機率神經網路
關鍵字(英)
論文目次 摘要 i
ABSTRACT ii
誌謝 iii
目錄 iv
圖目錄 vii
表目錄 x
第一章 緒論 1
1.1 研究動機 1
1.2 研究目的 2
1.3 論文架構 3
第二章 BLOB分析 4
2.1 影像分割 4
2.1.1 Otsu法 5
2.1.2 變異數分割法 7
2.1.3 IHS色彩空間轉換 7
2.2形態學 8
2.2.1膨脹 9
2.2.2侵蝕 10
2.2.3閉合 10
2.2.4斷開 11
2.3 連接區塊標記 11
2.4 BLOB特徵值 13
第三章 紋理分析 15
3.1 灰階共生矩陣 15
3.2 紋理特徵 17
3.3 紋理影像演算法 21
3.4 GLCM參數 22
3.4.1 影像灰階值量化 23
3.4.2 移動視窗大小 23
3.4.3 像素對應距離與方向 23
3.4.4 紋理特徵值選擇 23
3.5 PNN機率神經網路 26
3.5.1貝式分類原理 26
3.5.2 Parzen視窗法 27
第四章 影像分析系統設計 31
4.1離散事件建模 31
4.2 區域分析和紋理特徵的視覺檢測系統架構 34
4.2.1區域分析 34
4.2.2紋理分析 35
4.2.3特徵值分析 36
4.3 區域分析和紋理特徵的視覺檢測系統設計 36
4.3.1 區域分析 38
4.3.2 紋理分析 39
4.3.3 特徵值分析 41
4.4 作業系統軟體合成 42
第五章 實驗與結果討論 46
5.1 實驗環境 46
5.2 區域分析和紋理特徵的視覺檢測平台 49
5.3 區域分析實驗 49
5.4 紋理檢測實驗 50
5.4.1 紋理辨識模型參數 51
5.4.2 機率神經網路訓練辨識模型參數 56
5.4.3 紋理特徵驗證實驗 61
5.5實驗結果與討論 64
第六章 結論與未來方向 66
6.1 結論 66
6.2 未來方向 67
參考文獻 68
參考文獻 [1] J. A. Jaleel, S. Salim, and S. Archana, “Textural Features Based Computer Aided Diagnostic System for Mammogram Mass Classification,” IEEE Control, Instrumentation, Communication and Computational Technologies(ICICCT), pp.806-811,Jul. 2014.
[2] X. Wang, T. X. Han, and S. Yan, “An hog-lbp human detector with partial occlusion handlingin,” IEEE 12th International Conference on Computer Vision, pp. 32–39, 2009.
[3] X. Tan, and B. Triggs, “Enhanced local texture feature sets for face recognition under difficult lighting conditions,” IEEE Transactions on Image Processing, vol. 19, No. 6, pp. 1635–1650, Jun. 2010.
[4] Y. Xu, D. Xu, S. Lin, T. X. Han, X. Cao, and X. Li , “Detection of sudden pedestrian crossings for driving assistance systems,” IEEE Transactions on Systems, Man, and Cybernetics, Part B, vol. 42, No. 3, pp. 729–739, Jun. 2012.
[5] F. Lehmann, “Turbo Segmentation of Textured Images, ” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.33, No.1, pp.16-29, Jan. 2011.
[6] T. Randen, and J. H. Husoy, “Filtering for Texture Classification: A Comparative Study,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 21, No. 4, pp. 291-310, Apr. 1999.
[7] Q. Zhong, Z. Chen, X. Zhang, and G. Hu, "Feature-based object location of IC pins by using fast run length encoding BLOB analysis," IEEE Transactions on Components, Packaging and Manufacturing Technology, Vol.4, No.11, pp. 1887-1898, Nov. 2014.
[8] J. Zavadil, J.Tuma, and V. M. F. Santos, "Traffic signs detection using blob analysis and pattern recognition," IEEE Carpathian Control Conference(ICCC), pp.776-779, May. 2012.
[9] D. D. Nguyen, T. C. Pham, X. D. Pham, S. H. Jin, and J. W. Jeon, "Finger extraction from scene with grayscale morphology and BLOB analysis," IEEE International Conference on Robotics and Biomimetics, pp.324-329,Feb. 2009.
[10] D. Simonnet, S. A. Velastin, E. Turkbeyler, and J. Orwell, "Backgroundless detection of pedestrians in cluttered conditions based on monocular images: a review," IET Computer Vision, Vol.6, No.6, pp.540-550, Nov. 2013.
[11] X. Bao, X. Peng, Y. Wang and Z. Cao, "Textile Image Segmentation Based on Semi-supervised Clustering and Bayes Decision," IEEE International Conference on Artificial Intelligence and Computational Intelligence, Vol.3, pp.559-562, Nov. 2009.
[12] H. Fujiwara, Zhong Zhang, H. Toda, and H. Kawabata, "Textile surface inspection by using translation invariant wavelet transform," IEEE International Symposium on Computational Intelligence in Robotics and Automation, Vol.3, pp.1427-1432, Jul. 2003.
[13] Y. Zhou, G. Song, and M. Fang, "The Automating Detecting of Stitch Distortion in Knitted Fabric by Image Processing Technology," IEEE International Conference on Control, Automation and Systems Engineering(CASE), pp.1-3, Jul. 2011.
[14] I. Foster, C. Kesselman, and S. Tuecke, "The Anatomy of the Grid: Enabling Scalable Virtual Organizations," International Journal of High Performance Computing Applications,vol.15,No.3,pp.200-222,2001.
[15] Q. Zhu, "Exploration and improvement of Ostu threshold segmentation algorithm," IEEE Intelligent Control and Automation, pp.6183-6188, Jul. 2010.
[16] I. S. Msiza1, " Fingerprint segmentation:An investigation of various techniques and a parameter study of a variance-based method," International Journal of Innovative Computing,Vol.7,pp.5313-5326,Sep. 2011.
[17] R. M. Haralick, K. Shanmugam, and H. Dinstein, "Textural Features for Image Classification," IEEE Transactions on Systems, Man and Cybernetics, Vol. SMC-3, No.6, pp.610-621, Nov. 1973.
[18] D. J. Marceau, P. J. Howarth, J. M. Dubois, and D. J. Gratton, "Evaluation Of The Grey-level Co-occurrence Matrix Method For Land-cover Classification Using Spot Imagery," IEEE Transactions on Geoscience and Remote Sensing, Vol. 28, No. 4, pp. 513-519, Jul. 1990.
[19] D. G. Barber, and E. F. LeDrew, "SAR Sea Ice Discrimination Using Texture Statistics :A Multivariate Approach," Photogrammetric Engineering & Remote sensing, Vol.57, No.4, pp.385-395, Apr. 1991.
[20] A. Zaknich, "Introduction to the Modified Probabilistic Neural Network for General Signal Processing Applications," IEEE Transactions On Signal Processing, Vol. 46, No. 7, pp. 1980-1990 , Aug. 1998.
[21] J. Peng ,“On Parzen windows classifiers,” IEEE Applied Imagery Pattern Recognition Workshop, pp1-4, Oct. 2014.
[22] Z. Yong-peng, and Z. Huai-zhou, "Modeling and simulation for Equipment support system based on IDEF Method," IEEE International Conference on Computer Application and System Modeling,Vol.6,pp.19-22,Oct. 2010.
[23] R. David, "Grafcet: A powerful tool for specification of logic controllers," IEEE Transactions on Control Systems Technology, Vol.3, No.3, pp.253-268, Sep. 1995.
[24] F. Schumacher, and A. Fay, "Transforming Time Constraints of a GRAFCET graph into a suitable Petri net formalism," IEEE International Conference on Industrial Technology, pp.210-218, Feb. 2013.
指導教授 陳慶瀚 審核日期 2016-7-25
推文 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聯絡  - 隱私權政策聲明