林清富臺灣大學:電機工程學研究所史碩禮Shih, Shuo-LiShuo-LiShih2007-11-262018-07-062007-11-262018-07-062007http://ntur.lib.ntu.edu.tw//handle/246246/53336在現今的社會中,有許多不同種類的門禁,從傳統鎖匙到先進的生物特徵辨識,其目的皆為追求便利安全的門禁,所以本論文就針對生物特徵領域中的指紋辨識部分做相關研究。 一般指紋取像裝置通常為指腹接觸式,因常會有沾污、故障等情況發生,所以必須經常委派專人做清潔維修的動作,為了避免此情況而影響到使用者操作,故本研究採取非接觸式指紋取像裝置(Touchless Fingerprint Sensor)。 首先本研究會使用影像感測器(CMOS Sensor)與改良式短焦鏡頭(Lens)等裝置來擷取人類的指紋,在擷取的指紋影像中,可以明顯看到手指指腹的皮膚有高低起伏的紋路,且每個人的紋路都有差異,因此我們可以將此差異作為每個人的身份識別碼,以判定是何人;接著將取得的指紋運用影像分割(Image Segmentation)、指紋流向偵測(Ridge Direction)、影像增強、二值化處理等技術,將指紋紋路從背景分離出來,而後將單獨被分離的指紋做特徵擷取;依據不同的手指,會有不同的紋路特徵及其分岔位置,而不同的特徵組合,也就可以代表一個人的身份。 在指紋特徵點(Minutiae)的比對部分,採取特徵點的角度、距離、方向作為依據,運用旋轉比對的技術,針對旋轉的指紋作處理。在指紋辨識系統的可攜式方面,採用目前最常見的嵌入式系統,並搭配FPGA來完成硬體實作。 本研究測試所使用的指紋資料庫有(1)Touchless Fingerprint Sensor所即時擷取的指紋影像;(2) FVC2002主辦單位提供的指紋測試資料庫;(3)Biometric System Lab.實驗用的各類指紋影像;經由實驗的結果,指紋辨識系統可以達到的辨識率從71.43%到92.86%。在辨識的準確度方面,因某些指紋影像有清晰度的問題,所以影響到系統的辨識率。故我們可以運用非接觸式指紋取像裝置,來避免污損等情況所影響的辨識率。Nowadays, there are many kinds of Entrance Guard System. From old simple key to advanced biometrics identification technologies, their main purposes are to provide convenience and security. This paper aims at fingerprint recognition biometrics technology. The traditional Fingerprint Recognition System is usually contact-type. The drawback of contact-type is that it is easy to make dirty, so we have to maintain and clean it often. We apply Touchless Fingerprint Sensor in order to avoid this kind of situation. First, we use CMOS Sensor with improved Short Focus Lens to get fingerprints. Because the fingerprint of each human being is unique, we can exploit this unique characteristic to do identification and to know who owns this fingerprint. Then, Scanned the fingerprint image is processed by various technologies such as Image Segmentation, Ridge Direction, Image Enhancement, and Binarization to produce a lot of information we need. Afterwards, we can utilize this information for identification. To compare Minutia, we focus on the angle, distance, and direction of Minutiae. We use the rotation technology to process rotated fingerprints. To develop small-sized Fingerprint Recognition System, we use the FPGA-based embedded system to implement this system. The FPGA is used to accelerate the fingerprint to identification algorithm. The fingerprint databases in this paper are from three sources. First is taken from Touchless Fingerprint Sensor that is instant fingerprint image. Second is an FVC2002 sponsor offer the testing database. Third source is Biometric System Lab. experimental image. Experiments show that our Touchless Fingerprint Recognition System can reach recognition rate from 71.43% to 92.86%. On the precision of recognition, some images had the problem of clarity, influencing the system recognition rate. Thus we used Touchless Fingerprint Sensor to avoid possibility that the dust could affect the recognition rate.謝 辭 I 摘 要 II Abstract III 目 錄 V 圖目錄 VIII 表目錄 XIII 第一章 緒論 1 1-1 研究動機 2 1-2 研究目的 3 1-3 相關研究 4 1-4 研究架構 9 第二章 非接觸式指紋影像擷取原理 10 2-1 指紋取像系統說明 10 2-1-1 鏡頭 12 2-1-2 影像感測器 14 2-1-3 影像處理單元 15 2-2 擷取指紋與影像處理流程 16 第三章 指紋影像前置處理 18 3-1 取得指紋影像 18 3-2 影像直方圖等化 19 3-3 指紋與背景影像分離 20 3-4 計算指紋流向 21 3-4-1 Stock and Swonger’s Method 22 3-4-2 Rao Method 23 3-5 尋找指紋核心點 25 3-6 去除影像之雜訊 31 3-6-1 低通濾波(Low-pass filter) 31 3-6-2 中值濾波(Median filter) 32 3-6-3 快速中值濾波演算法 33 3-6-4 中值濾波之硬體實現 34 3-7 影像之二值化處理 37 3-7-1 影像增強濾波器 38 3-7-2 影像增強之硬體實現 41 第四章 指紋比對 43 4-1 細線化處理 43 4-2 擷取特徵點 45 4-2-1 指紋紋路之端點與分岔點 45 4-2-2 刪除紋路中之雜點 46 4-3 直接尋找特徵點法 47 4-3-1標示指紋紋路的邊緣 49 4-3-2統計邊緣點區塊的紋路與背景面積 50 4-3-3 指紋特徵點偵測 51 4-4 指紋之特徵點比對 52 4-4-1 紀錄指紋之特徵值 52 4-4-2 比對特徵值 54 第五章 實驗結果 59 5-1 影像處理設定值與測試結果 59 5-1-1 影像門檻值設定 59 5-1-2 選取特徵點的結果 62 5-1-3 硬體平台測試 64 5-2 指紋辨識結果 67 5-2-1 FVC2002辨識結果 67 5-2-2 Biometric System Lab.辨識結果 69 5-2-3 Touchless Fingerprint Sensor辨識結果 70 第六章 結論與未來方向 72 參考文獻 733965594 bytesapplication/pdfen-US指紋辨識特徵比對門禁影像增強指紋流向影像感測器Fingerprint RecognitionMinutiae MatchingEntrance Guard SystemImage EnhancementRidge DirectionCMOS Sensor非接觸式指紋取像裝置與辨識系統Touchless Fingerprint Sensor and Recognition Systemthesishttp://ntur.lib.ntu.edu.tw/bitstream/246246/53336/1/ntu-96-J94921005-1.pdf