博碩士論文 965301018 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:105 、訪客IP:18.119.158.115
姓名 黃武龍(Wu-lung Huang)  查詢紙本館藏   畢業系所 電機工程學系在職專班
論文名稱 利用影像切割法來設計指靜脈影像處理介面
(Implementation of Finger Vein Image Process using Image Segmentation)
相關論文
★ 使用梳狀濾波器於相位編碼之穩態視覺誘發電位腦波人機介面★ 應用電激發光元件於穩態視覺誘發電位之腦波人機介面判斷
★ 智慧型手機之即時生理顯示裝置研製★ 多頻相位編碼之閃光視覺誘發電位驅動大腦人機介面
★ 以經驗模態分解法分析穩態視覺誘發電位之大腦人機界面★ 利用經驗模態分解法萃取聽覺誘發腦磁波訊號
★ 明暗閃爍視覺誘發電位於遙控器之應用★ 使用整體經驗模態分解法進行穩態視覺誘發電位腦波遙控車即時控制
★ 使用模糊理論於穩態視覺誘發之腦波人機介面判斷★ 利用正向模型設計空間濾波器應用於視覺誘發電位之大腦人機介面之雜訊消除
★ 智慧型心電圖遠端監控系統★ 使用隱馬可夫模型於穩態視覺誘發之腦波人機介面判斷 與其腦波控制遙控車應用
★ 使用類神經網路於肢體肌電訊號進行人體關節角度預測★ 使用等階集合法與影像不均勻度修正於手指靜脈血管影像切割
★ 應用小波編碼於多通道生理訊號傳輸★ 結合高斯混合模型與最大期望值方法於相位編碼視覺腦波人機介面之目標偵測
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本篇論文提出手指靜脈之使用者辨識系統,開發在單晶片微處理器系統上。以CCD攝影機取得光穿透手指靜脈影像,經由C8051微處理器硬體實現影像切割處理與識別。本篇論文可分為兩個主要部分。第一部分為手指靜脈影像處理演算法的建構。第二部分為單晶片C8051手指靜脈血管影像處理的硬體實作方法,整個影像處理的步驟,包括二值化、中值濾波器、指靜脈影像使用者辨識等處理,這些方法都是使用Keil C程式語言所撰寫。我們初步的實驗結果可得知,此系統具可靠性與高準確率,且為低成本和高安全性的使用者辨識系統,未來將可應用於日常生活之中。
摘要(英) This thesis aims at developing a microprocessor-based system to achieve a finger-vein user identification system. Light-transmitted finger images were acquired using a CCD camera, and the finger-vein images were subsequently segmented and recognized using hardware implemented on a C8051 microprocessor. The contributions of this thesis can be divided into two parts. The first part is the formation of image processing algorithm for finger-vein image segmentation. The second part is the hardware implementation of the proposed finger-vein image processing on a C8051 microprocessor. The whole processing steps, including binarization, median filter, and user recognition using images of finger vein, were performed on hardware written in Keil C computer language. Our preliminary results demonstrated the proposed system provides reliable and high-accuracy results, which can be used as a low-cost and high-security user identification system for daily-life applications in the future.
關鍵字(中) ★ 微處理器
★ 手指靜脈血管
★ 影像處理
★ 影像切割
關鍵字(英) ★ Microprocessor
★ Finger Vein
★ Image Processing
★ Image Segmentation
論文目次 摘要 I
ABSTRACT II
致謝 III
目錄 IV
圖目錄 VI
表目錄 VIII
第一章 序論 1
1.1前言 1
1.2研究動機與目的 1
1.3文獻探討 2
1.4論文架構 3
第二章 研究背景 4
2.1手指靜脈血管識別簡介 4
2.2紅外光對於靜脈血管的特性 5
2.3手指靜脈血管影像擷取方式 7
2.4影像切割技術 9
第三章 研究方法與步驟 11
3.1系統架構 11
3.2軟體介紹 13
3.2.1 MATLAB程式語言 13
3.2.2 MCS-51程式語言與Keil C編譯器 15
3.3主控晶片介紹 16
3.4外接擴充記憶體模組 19
3.5手指靜脈血管影像處理演算法 21
3.5.1影像二值化 21
3.5.2中值濾波器 24
3.5.3去碎點 26
3.5.4比對 32
第四章 實驗結果 34
4.1實驗設計流程 34
4.2 樣本影像演算法模擬結果 35
4.2.1樣本影像1 35
4.2.2樣本影像2:模糊 38
4.2.3樣本影像3:更模糊 40
4.3手指靜脈血管影像處理演算法模擬之結果 42
4.3.1血管影像處理演算法模擬結果1 42
4.3.2血管影像處理演算法模擬結果2 44
4.3.3血管影像處理演算法模擬結果3 47
4.4以單晶片實現手指靜脈血管影像處理之結果 49
4.4.1以單晶片處理血管影像處理結果 49
4.4.2以單晶片處理血管影像辨識結果 53
第五章 結論與未來展望 56
5.1 結論 56
5.2未來展望 56
References 58
附錄A 61
A.1 系統實體圖 61
參考文獻 [1]C. Yu , H. Qing and L. Zhang, “A research on extracting low quality human finger vein pattern characteristics,” International Conference on Bioinformatics and Biomedical Engineering, pp.1876–1879, 2008.
[2]日立亞細亞股份有限公司, Finger Vein Authentication Technology, 2007.
[3]X. Li and S. Guo, ”The Fourth Biometric - Vein recognition,” Pattern Recognition Techniques, Technology and Applications, pp.537-546, 2008.
[4]L. Wang and G. Leedham, “Near- and Far-Infrared Imaging for Vein Pattern Biometrics,” IEEE International Conference on Video and Signal Based Surveillance (AVSS’06), 2006.
[5]C. Lin and K. Fan, “Biometric Verification Using Thermal Images of Palm-Dorsa Vein Patterns,” IEEE Trans. Circuits Syst. Video Techn., 14(2), pp.199-213, 2004.
[6]Li Xiaoxia, “Numerical Analysis and Experimental Research on Laser Induced Thermal Effect in Bio-tissues,” Tianjin University, Ph.D Dissertation, 2004.
[7]S. Zhao, Y. Wang, and Y. Wang, “Extracting Hand Vein Patterns from Low-Quality Images: A New Biometric technique Using Low-Cost Devices,” IEEE, 4th International Conference on Image and Graphics, 2007.
[8]Sergio Fantini’s Group, ‘Near-infrared spectroscopy for the study of biological tissue,” Department of Biomedical Engineering, Tufts University, 1998, Available from: http://omlc.ogi.edu/spectra/hemoglobin/summary.html
[9]V. Tuchin, Handbook of optical biomedical diagnostic, Saratov State University, ch7, p425, 2002.
[10]J. Hashimoto, “Finger Vein Authentication Technology and its Future,” VLSI Circuits, 2006. Digest of Technical Papers. 2006 Symposium on, pp.5-8, 2006.
[11]鍾豐橋, 「人體手足末端血管紅外線影像擷取與量化分析系統之建立」,南台科技大學,碩士論文, 2006.
[12]Silicon Lab, C8051F124 datasheet. https://www.silabs.com/products/mcu/mixed-signalmcu/Pages/C8051F12x3x.aspx
[13]KEIL, Cx51 Compiler User’’s Guide, 2001.
[14]陳明熒, 單晶片8051 KEIL C實作入門: 松崗電腦圖書有限公司, 2010.
[15]Integrated Device Technology, IDT71V124 datasheet
http://www.idt.com/docs/71V124SA_DS_30147.pdf
[16]Silicon Lab, AB1 prototyping board datasheet.
[17]A.K. Jain, Fundamentals of Digital Image Processing, Prentice-Hall, New York, 1989.
[18]K. E. Batch, “Sorting Networks and Their Applications,” Proc. AFIPS 1968 Spring Joint Comput. Conf., Atlantic City, NJ, pp. 307-314.
[19]R. Gupta and P. Evripidou, “Design and implementation of an efficient general purpose median filter network,” Digital Signal Processing, 13 1993, pp. 64-72.
[20]鍾國亮, 影像處理與電腦視覺,第三版:東華書局, 台北, 2004.
[21]賴岱佑, 數位影像分析之智慧型監視系統:文魁資訊, 2008.
[22]蒙以正, 數位信號處裡應用MATLAB:旗標出版股份有限公司, 2004.
[23]董勝源, 單晶片MCS-51與C語言入門實習:宏友圖書開發股份有限公司, 2005.
[24]Silicon Labs, http://www.silabs.com/Pages/default.aspx
[25]Silicon-Labs, C8051F12x Mixed Signal ISP Flash MCU Family, 2005.
[26]謝竣傑,「多頻相位偏碼之視覺誘發電位驅動大腦人機界面」,國立中央大學,碩士論文,民國96年
[27]孫智億,「使用梳狀濾波器於相位編碼之穩態視覺誘發電位腦波人機介面」,國立中央大學,碩士論文,民國99年
[28]戴育志,「智慧型心電圖遠端監控系統」,國立中央大學,碩士論文,民國99年
[29]阮俊捷,「使用等階集合法與影像不均勻度修正於手指靜脈血管影像切割」,國立中央大學,碩士論文,民國100年
指導教授 李柏磊(Po-lei Lee) 審核日期 2012-1-16
推文 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聯絡  - 隱私權政策聲明