博碩士論文 102552002 詳細資訊




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

摘要(中) 指紋影像分割在指紋認證系統中是一個重要的前處理過程,設計良好的指紋分割方法可以提升指紋辨識的辨識率。非按壓式指紋改善了在衛生及維護上的問題。然而因為谷和脊之間的對比較低以及拍攝時造成的動態模糊,造成非按壓式指紋在分割上會比一般按壓式指紋更加困難。因此本研究提出一個結合紋理分析,機率神經網路(Probability Neural Network,PNN)以及粒子群最佳化(Particle Swarm Optimization, PSO)的非按壓式指紋分割方法。本研究的影像分割流程可分為擷取紋理特徵,使用PNN分類器進行影像分類,將分類結果輸出為分割影像。最後以PSO 對PNN 的平滑參數進行最佳化得到最佳的分割效果。實驗結果顯示,本研究所提出的非按壓式指紋分割方法擁有較佳的分割性能,未來可將此一研究成果結合行動裝置以發展為行動指紋辨識平台。
摘要(英) Fingerprint image segmentation is an important preprocessing step in Auto Fingerprint Identification System. A well designed fingerprint segmentation method can improve the accuracy of the feature extraction. Touch-less fingerprint eliminates hygiene and maintenance problems. However, inadequate contrast between the valleys and ridges of a fingerprint results in motion blurs during image capture, complicating the separation process of touch-less fingerprint methods. Therefore, this study proposed a novel touch-less fingerprint separation method, in which texture analysis, a probability neural network (PNN), and particle swarm optimization (PSO) techniques were combined. During the separation process, textural features were captured as images and processed using PNN classifiers. The processed results were then output as separate images. Finally, PSO was applied to optimize the PNN smoothing parameters to improve the accuracy of the separation results. The experimental results verify that the proposed method attained excellent separation performance. Therefore, this method can be integrated into mobile fingerprinting applications for mobile devices.
關鍵字(中) ★ 紋理特徵
★ 指紋影像分割
★ 非按壓式指紋影像
★ 機率神經網路
★ 粒子群最佳化
關鍵字(英) ★ Texture
★ Fingerprint Segmentation
★ Touch-less Fingerprint Image
★ PNN
★ PSO
論文目次 摘要 i
ABSTRACT ii
誌謝 iii
目錄 iv
圖目錄 vi
表目錄 x
第一章、緒論 1
1.1 研究背景 1
1.2 研究目的 2
1.3 論文架構 3
第二章、指紋分割方法 4
2.1 非按壓式指紋影像 4
2.2 指紋影像分割方法 7
2.2.1 變異數分析分割方法 7
2.2.2 Otsu法 9
2.2.3 結合變異數及平均數指紋分割 11
第三章、指紋分割分類器 14
3.1 紋理分析 14
3.2 PNN機率神經網路 18
3.3 指紋紋理特徵擷取 22
3.3.1 特徵擷取 23
3.3.2 特徵值正規化 24
3.3.3 決定計算區域大小 24
3.3.4 訓練資料選定 29
3.4 分類器最佳化 31
3.5 指紋分割分類器最佳化 36
第四章、指紋分割方法設計 37
4.1 MIAT方法論 37
4.2 IDEF0 38
4.3 Grafcet 39
4.4 非按壓式指紋分割方法架構 42
4.5 非按壓式指紋分割方法設計 46
4.5.1 紋理分析 47
4.5.2 影像分割 47
4.5.3 PSO最佳化 48
第五章、實驗及結果討論 50
5.1 實驗環境 50
5.2 非按壓式指紋分割驗證平台開發 56
5.2.1 指紋分割驗證平台架構設計 56
5.2.2 指紋分割演算法實作 57
5.2.3 非按壓式指紋分割方法實作 59
5.2.4 性能評估及紋理分析輸出 63
5.3 實驗 64
5.3.1 結合變異數及平均數指紋分割 64
5.3.2 基於最佳化紋理特徵的非按壓式指紋分割 69
5.4 實驗結果及討論 79
第六章、結論與未來方向 80
6.1結論 80
6.2未來方向 81
參考文獻 82
參考文獻 [1]. V. Conti, C. Militello, and F. Sorbello ;”Introducing Pseudo-Singularity Points for Efficient Fingerprints Classification and Recognition”,2010.
[2]. Richa Jani , Navneet Agrawal ;” A proposed framework for enhancing security in fingerprint and finger-vein multimodal biometric recognition”,2013.
[3]. Kaisheng Zhang;Jiao She ; Mingxing Gao ; Wenbo Ma,”Study on the EmbeddedFingerprint Image Recognition System”,pp.169 – 172,2010.
[4]. Toshio FUKUDA; Fumihito ARAI,“A New ID Acquiring Method for Personal Identification System with Fingerprint”,2010.
[5]. Ebringer, T.;Melbourne Univ,Vic.Australia ;Thorne,P.;Yuliang Zheng,”Parasitic Authentication To Protect Your E-Wallet”,pp.54-60,2000.
[6]. Ming Gao, Xihong Hu, Bo Cao and Dianxin Li,” Fingerprint Swnsors In Mobile Devices”,pp.1-4,2014.
[7]. K. Jain;A. Ross;S. Prabhakar, “An introductionto biometric recognition,” IEEE Transactions onCircuits and Systems for Video Technology, vol. 14,pp. 4–20. 2004.
[8]. D.Maltoni;D.Maio;A.Jain;S.Prabhakar, “Handbook of Fingerprint Recognition. Springer, New York”,2003.
[9]. LinHong;Ani1Jain;SharathPankanti;RuudBolle,
”FingerprintEnhancement”pp.202-207,1996.
[10]. Shunshanli;MinWei;HaiyingTang;TiangeZhuang;Michael H.Buonocore,“Image Enhancement Method for Fingerprint Recognition System”,pp3386– 3389,2006.
[11]. B. ShanmugaPriya;R. Rajesh,”A Note on Fingerprint Recognition Systems”,Electronics Computer Technology (ICECT), 2011 3rd International Conference on ,pp.95 – 98,2011.
[12]. Qian Liu, Gongping Yang1Liming Zhang” Fingerprint Segmentation Based on Ridge Search”,2010.
[13]. Li-jen Du “Texture Segmentation Of SAR Images Using Localized Spatial Filtering”,1990.
[14]. Akiyoshi Wakatani,“PNN Algorithm for PC Grid System”, 2007.
[15]. Nizar Rokbani , Aijth Abraham,Ade1.M Alimil “Fuzzy Ant Supervised by PSO and Simplified Ant Supervised PSO Applied to TSP”,2013.
[16]. Y. Song, C. Lee, and J. Kim, "A New Scheme for Touchless Fingerprint Recognition System", International Symposium on Intelligent Signal Processing and Communication Systems, Korea, 2004
[17]. Yongjian Hu, Chang-Tsun Li , Zhimao Lai , and Shangfan Zhang “Fast camera fingerprint search algorithm for source camera identification”, 2012.
[18]. Wang Feng;Wang Xiuyou ; Xu Lin,”An Improved Fingerprint Segmentation Algorithm Based on Mean and Variance”,pp.1-4,2009.
[19]. Ching-Han Chen ,“1-D Gabor Directional Filtering for Low-Quality Fingerprint Image Enhancement”,2006.
[20]. Qidan Zhu ,“Exploration and Improvement of Ostu Threshold Segmentation Algorithm”,2010
[21]. Feng-Jing An ; Sch. of Comput. & Inf. Sci., Southwest Univ., Chongqing, China ; Xiao-Ping Cheng ,“Approch for estimating the quality of fingerprint Image based on the character of ridge and valley lines”,2012.
[22]. Ishmael S. “Fingerprint segmentation: An investigation of various techniques and a parameter study of a variance-based method”,2010.
[23]. Guoqiang Ma, Juan Liu ,“Fingerprint Image Segmentation Method Based on Gray Vision Parameter”,2010.
[24]. Wang Feng;Wang Xiuyou ; Xu Lin,”An Improved Fingerprint Segmentation Algorithm Based on Mean and Variance”,pp.1-4,2009
[25]. Zhan Shuanghuan, Zhang Hongbin “Image Texture Energy-Entropy-Based Blind Steganalysis”,2007.
[26]. Miquel Grau-Sainchez “On the Use of Fuzzy Texture Spectrum for Homogeneous and Textured Images Discrimination”,2007.
[27]. Dwayne Phillips,”Image Processing in C”,char15:Basic Texture Operartions.2002.
[28]. M. Farrokhrooz “A performance comparison between Conventional PNN and Multi-spread PNN in ship noise classification”,2006.
[29]. Jing Peng ,“On Parzen windows classifiers”,2014.
[30]. Mohan Sridharan ,“Bayesian Methods for Data Analysis in Software Engineering”,2010.
[31]. Jia Longhao,” Study of SAR Image Texture Feature Extraction Based on GLCM in Guizhou Karst Mountainous Region”,2012.
[32]. Takahiro Tsujimoto ,“The Neighborhood of Canonical Deterministic PSO”,2011.
[33]. H. Chen, T. K. Yao, J. H. Dai and C. Y. Chen, "A pipelined multiprocessor SOC design methodology for streaming signal processing," Journal of Vibration and Control, vol. 20, pp. 163-178, 2014.
[34]. H. Chen, C. M. Kuo, C. Y. Chen, and J. H. Dai, "The design and synthesis using hierarchical robotic discrete-event modeling," Journal of Vibration and Control, vol.19, pp. 1603-1613, 2013.
[35]. R. J. Mayer, "IDEF0 Function Modeling," Air force Systems Command, 1992.
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2015-6-29
推文 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聯絡  - 隱私權政策聲明