跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.172) 您好!臺灣時間:2025/09/10 06:32
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:謝統文
研究生(外文):Tung-Wen Hsieh
論文名稱:影像辨識與眨眼偵測應用於電腦使用者眼睛保護之研究
論文名稱(外文):A Study on Application of Image Recognition and Blink Detection to Eye Protection of Computer User
指導教授:林志揚林志揚引用關係
指導教授(外文):Chih-Yang Lin
學位類別:碩士
校院名稱:中華大學
系所名稱:生物資訊學系(所)
學門:生命科學學門
學類:微生物學類
論文種類:學術論文
論文出版年:2009
畢業學年度:97
語文別:中文
論文頁數:118
中文關鍵詞:人臉偵測人臉辨識視距偵測眨眼偵測眼睛保護
外文關鍵詞:face detectface recognitionvisual distance detectblink detectprotect eyes
相關次數:
  • 被引用被引用:0
  • 點閱點閱:1112
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
本論文提出一套智慧型電腦使用者眼睛保護系統,適用於複雜背景以及受測者戴眼鏡的情況。經由視訊攝影機,擷取電腦使用者以及週遭工作環境的影像,應用人臉辨識的技術,進行使用者身分辨別,並且利用人臉資訊進行視距偵測及眨眼判斷。若電腦使用者常常沒有保持適當的視距、每分鐘的眨眼數太少或太多、長時間使用電腦及環境光源太亮或不足時,系統會使用圖片、文字和聲音來給予電腦使用者適當的警告,達到主動保護眼睛的目的。
在本論文中應用的技術包括人臉偵測、人臉辨識、視距偵測及眨眼偵測等。在人臉偵測的部分,將CCD視訊攝影機所擷取的彩色影像作為系統輸入,消除環境光源對彩色影像的影響後,進行灰階處理、二值化與連通域標記演算法及型態學等方法的處理,找出影像中的膚色區域,並在每個膚色區域中確認是否為人臉,完成影像中的人臉偵測。在人臉辨識的部分,將人臉影像經由主成分分析(PCA)法做轉換,再將待辨識人臉影像以歐氏距離(Euclidean distance)來判定是否為不同的使用者。在視距偵測部分,藉由橢圓形搜尋法,來獲得臉部寬度資訊,藉此來偵測視距。眨眼偵測部分,在人臉中進行動差運算,經由眼睛範圍內白色點數變化量的統計,快速地偵測使用者是否眨眼,以每分鐘眨眼次數來評估使用者的眼睛疲勞程度。
In this study, we developed a wisdom system that can actively remind the computer user to let his/her eyes take a break. This system uses a PC camera to capture the image of the user and the background. It applies recognition technology to validate the user. At the same time, the system uses a built-in timer to record how long the user has worked on the computer. When the user is using the computer, the system not only detects the visual distance but also count the eye’s blinks by the facial feature.

If the user doesn’t keep a proper visual distance from the monitor of the computer, his/her eyes’ blinks too often or too less, his/her has used the computer for a long time, illumination is too bright or too dark according to the background lighting behind the user, or the user uses computer not within a proper time, the system will pop up a warning message via words /voice to inform the user. Therefore, this system can initiatively be used to protect computer user’s eyes from harm.

This system consists of three parts: the face detection, the face recognition, the visual distance detection and the blink detection technology.

In the face detection part, a PC camera is used to capture the color image, and then the environment noise is removed by doing connected component labeling and morphology process to find human face. In the face recognition part, we use Principal Component Analysis technology to extract the feature of human face, and then use Euclidean distance technology to validate the user. In the visual distance detection part, Ellipse mask method is used for obtaining face information and detecting user visual distance from the monitor of computer. In the blink detection part, set the eyes region to count the blinks frequency to estimate the user weary degree.
摘要 ……………………………………………………………………I
ABSTRACT ………………………………………………………………II
致謝 ……………………………………………………………………IV
目錄 ……………………………………………………………………V
圖目錄 …………………………………………………………………X
表目錄 …………………………………………………………………XV
第一章 緒論 ……………………………………………………………1
1.1 研究動機 ………………………………………………………1
1.2 研究目標 ………………………………………………………1
1.3 系統架構 ………………………………………………………2
1.4 論文架構 ………………………………………………………4
第二章 人臉偵測 ………………………………………………………5
2.1 人臉偵測導論 …………………………………………………5
2.1.1 人臉偵測問題 ……………………………………………5
2.1.2 顏色分割 …………………………………………………6
2.1.3 人臉偵測方法 ……………………………………………7
2.2 人臉偵測系統流程 ……………………………………………9
2.3 膚色檢測 ………………………………………………………12
2.3.1 膚色範圍偵測 ……………………………………………12
2.3.2 雜訊去除 …………………………………………………16
2.3.3 膚色區域判定 ……………………………………………17
2.4 橢圓頭部比對 …………………………………………………19
2.4.1 影像濾波 …………………………………………………19
2.4.2 邊緣偵測 …………………………………………………20
2.4.3 人臉遮罩偵測 ……………………………………………22
2.5 嘴唇特徵偵測 …………………………………………………25
2.5.1 嘴唇搜尋空間 ……………………………………………25
2.5.2 嘴唇唇色偵測 ……………………………………………26
2.6 視距偵測 ………………………………………………………27
2.6.1 視距偵測方法 ……………………………………………27
2.6.2 視距偵測校正 ……………………………………………30
第三章 眨眼偵測 ……………………………………………………32
3.1 眨眼偵測導論 …………………………………………………32
3.1.1 眨眼偵測問題 ……………………………………………32
3.1.2 眨眼偵測方法 ……………………………………………33
3.2 眨眼偵測系統流程 ……………………………………………37
3.3 眼睛特徵偵測 …………………………………………………38
3.3.1 眼睛搜尋空間 ……………………………………………38
3.3.2 眼睛定位 …………………………………………………39
3.4 眨眼偵測演算法 ………………………………………………42
3.4.1 眨眼偵測空間 ……………………………………………42
3.4.2 點數變化 …………………………………………………44
3.4.3 眨眼深度門檻值 …………………………………………45
第四章 人臉辨識 ……………………………………………………48
4.1 人臉辨識導論 …………………………………………………48
4.1.1 人臉辨識問題 ……………………………………………48
4.1.2 人臉辨識方法 ……………………………………………49
4.2 人臉辨識系統流程 ……………………………………………52
4.3 臉部影像前置處理 ……………………………………………54
4.3.1 亮度補償 …………………………………………………54
4.3.2 影像正規化 ………………………………………………55
4.4 PCA用於人臉辨識 ……………………………………………56
4.4.1 PCA 原理介紹 ……………………………………………56
4.5 歐氏距離決策法 ………………………………………………60
4.6 人臉資料庫建構 ………………………………………………61
第五章 實驗結果與討論 ……………………………………………63
5.1 實驗環境軟硬體設施 …………………………………………63
5.1.1 硬體特性需求 ……………………………………………64
5.1.2 Windows SDK函式庫 ……………………………………65
5.2 系統操作介面介紹 ……………………………………………67
5.3 系統功能總覽 …………………………………………………69
5.4 人臉偵測系統測試 ……………………………………………70
5.4.1 人臉偵測結果 ……………………………………………70
5.4.1.1 頭部旋轉角度偵測 …………………………………71
5.4.1.2 不同光線照明偵測 …………………………………72
5.4.1.3 複雜背景下偵測 ……………………………………74
5.4.1.4 GTAV 資料庫測試 …………………………………75
5.4.2 視距偵測 …………………………………………………78
5.5 眨眼偵測系統測試 …………………………………………79
5.5.1 眼睛偵測 ………………………………………………80
5.5.1.1 頭部旋轉角度偵測 ………………………………80
5.5.1.2 不同光線照明偵測 ………………………………81
5.5.1.3 複雜背景下偵測 …………………………………83
5.5.1.4 GTAV 資料庫測試 …………………………………85
5.5.2 眨眼頻率偵測 …………………………………………88
5.5.3 疲勞偵測 …………………………………………………91
5.6 人臉辨識系統測試 ……………………………………………92
5.6.1 使用者身分辨識 …………………………………………93
5.6.2 使用者使用時間管理 ……………………………………96
5.6.3 使用者登入登出紀錄 ……………………………………98
第六章 結論與未來研究方向 ………………………………………99
6.1 結論 …………………………………………………………99
6.2 未來研究方向 ………………………………………………101
附錄一 色彩空間 ……………………………………………………102
附錄二 形態學 ………………………………………………………106
參考文獻 ……………………………………………………………119
[1] 楊俊毓、邱正芬、藍守仁、葛應欽,“辦公室工作人員眼睛症候群與工作場所危險因子之研究”,The Kaohsiung Journal of Medical Science,9卷12期,

[2] 1993http://www.wanfang.gov.tw/W402008web/healthshow.asp

[3] K.S. Kah, “Learning and Example Selection for Object and Pattern Detection“ PhD thesis, Massachusetts Institute of Technology Artificial Intelligence Laboratory, January 1996. Available as AI Technical Report 1572.

[4] http://www.is.cs.cmu.edu/mie/eyegaze.html

[5] X. Xie, R. Sudhakar, and H. Zhuang, “A Cascaded Scheme for Tracking and Head Movement Compensation,” IEEE Trans. Systems, Man, and Cybernetics - Part A: Systems and Humans, vol. 28, no. 4, pp. 487-490, July 1998.

[6] S. Birchfield, “Elliptical Head Tracking Using Intensity Gradient and Cplor Histogram”, In Proc. IEEE Conf. CVPR, PP. 232-237, Jun. 1998.

[7] 黃泰祥,“具備人臉追蹤與辨識功能的一個智慧型數位監視系統”,私立中原大學,電子工程學系,碩士學位論文,2004.


[8] 張英傑,“智慧型監視系統之多人人臉即時循序偵測及追蹤”, 崑山科技大學,電機工程系,碩士學位論文,2006.

[9] I. Craw, D. Tock, and A. Bennett, “Finding Face Features,” Proceedings of the Second European Conference on Computer Vision, pp. 92-96, 1992.

[10] H. Rowley, S. Baluja, and T. Kanade, “ Neural Network-Based Face Detection”, IEEE Trans. PAMI, vol. 20, n0. 1, pp. 23-38, 1998.

[11] 賴梓雍,“基於黑白立體視覺之眼睛偵測”, 國立台灣科技大學,電子工程研究所,碩士學位論文,2006.

[12] 吳明衛,“自動化臉部表情分析系統”,國立成功大學,資訊工程系,碩士學位論文,2003.

[13] R.-L.Hsu, M. Abdel-Mottaleb, A.K.Jain, “Face Detection in Color Image,” IEEE Trans. Patten Analysis and Machine Intelligence, vol. 24, no. 5, pp. 696-706, May 2005.

[14] D. Chai and A. Bouzerdoum, “A Bayesian Approach to Skin Color Classification in YCbCr Color Space,” TENCON 2000. Proceedings, IEEE, Kuala Lumpur Malaysia, Vol. 2, pp. 421-424, Sept. 2000.



[15] Stephen Karungaru, Minoru Fukumi, Norio aksmatsu, “Detection of Human Faces in Visual Scenes”, Conference IEEE 2001, Perth, Western Australia

[16] T.Sim, S.Baker and M. Bsat, "The CMU Pose, Illumination, and Expression Database", IEEE TPAMI, Vol. 25(12), pp.1615-1618, 2003.

[17] Simon JD. Prince, James H. Elder, Jonathan Warrell, Fatima M. Felisberti,”Tied Factor Analysis for Face Recognition across Large Pose Differences”,IEEE Transactions on Pattern Analysis and Machine Intellgence, vol.30, no.6, june 2008

[18] CCIR, “Encoding parameters of digital television for studios”, CCIR Recommendation 601-2, Int. Radio Consult. Committee, Geneva, Switzerland, 1990.

[19] R. C. Gonzalez and R. E. Woods 原著,謬紹綱 譯,”數位影像處理”,台灣培生教育出版,2004年10月初版

[20] 連國珍,“數位影像處理",儒林出版,2003年8月二版

[21] L. G. Shapiro, G. C. Stockman, Computer Vision, pp.65-68, Prentice –Hall,NJ,2001.



[22] Birchfield S.,“Elliptical head tracking using intensity gradients and color histograms”,Dept. of Comput. Sci., Stanford Univ., CA, USA, IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 1998, pp.232-237.

[23] Birchfield S., “An elliptical head tracker”, Dept. of Comput. Sci., Stanford Univ., CA,USA, Conference Record of the Thirty-First Asilomar Conference on Signals Systems & Computers, 1997, pp.1710- 1714.

[24] S. Wagne, B. Alefs and C. Picus, “Framework for a Portable Gesture Interface,” 7th International Conference on Automatic Face and Gesture Recognition, pp. 275 - 280, 2006.

[25] S. Kawato and J. Ohya. “between-eyes”, Proc. IEEE 4th Int. Conf. on automatic Face and Gesture Recognition, pp. 40-45, Mar. 2000.

[26] Z. Zhu, Q. Ji, “Robust real-time eye detection and tracking under variable lighting conditions and various face orientations,” Computer Vision and Image Understanding, Vol. 98, Issue 1, pp. 124-154, April, 2005.

[27] I. Essa, S Basu, T. Darrell, and A. Pentland “Modeling, tracking and interactive animation of faces and heads using input from video.” In Proceedings of Computer Animation Conference, 1996.

[28] T. Kawaguchi, D. Hidaka, and M. Rizon, “Detection of Eyes from Human Faces by Hough Transform and Separability Filter,” Proc. Int. Conf. on Image Processing, Vol. 1, 10-13, pp. 49-52, September 2000.

[29] Qiang Ji and Zhiwen Zhu, “Eye and gaze tracking for interactive graphic display”, Machine Vision and Application, Vol. 15, pp. 139-148, July 2004.

[30] G.C. Feng, P.C. Yuen, “Variance projection function and its application to eye detection for humanface recognition,” Int. Conf. Computer Vision, Vol. 19, pp. 899–906, 1998.

[31] Qiuping Ding, Kaiyu Tong, and Guang Li, “Development of an EOG(Elector-Oculography)Based Human-Computer Interface”, IEEE Engineering in Medicine and Biology 27th Annual Conference Shanghai, China, 2005.

[32] 張凱傑,”眼控與頭控之人機介面系統研發與整合”,逢甲大學,自動控制工程研究所,碩士學位論文,2001。

[33] Young-Sheng Chen, Chan-Hung Su, Jiun-Hung Chen, Chu-Song Chen, Yi-Ping Hung, and Chiou-Shann Fuh, “Video-based Eye Tracking for Autostereoscopic Displays”, Optical Engineerung, Vol.40, no.12, pp.2726-2734, Dec.2001.

[34] H.Kasper, B.J.M.Hess, “Magnetic Search Cpli System for Detection of Three-Dimensional Angular Movements”, IEEE Trans. Vol.38, no.5, pp.466-475, May 1991.

[35] M. Soriano, S. Huovinen, B. Martinkauppi and M. Laaksonen, “Using the Skin Locus to Cope with Changing Illumination Conditions in Color-Based Face Tracking,” Proceedings of IEEE Nordic Signal Processing Symposium, pp. 383 - 386, 2000.

[36] Breunig, M.M., Kriegel, H.-P., Ng, R.T., and Sander, J. LOF: identifying densitybased local outliers. In ACM SIGMOD Conference Proceedings, 2000.

[37] Fasulo, D. “An analysis of recent work on clustering algorithms.” Technical Report UW-CSE01 -03-02, University of Washington, 1999.

[38] R. Chellappa, C.L. Willson, and S. Sirohey, “Human and Mechine Recognition of Faces: A Survey,” Proceedings of the IEEE, Vol. 83, No. 5, pp. 705-740, 1995.

[39] W. S. Lee, H. J. Lee, and J. H. Chung, “Wavelet-Based FLD for Face Recognition,” Proc. of IEEE Midwest Symp. on Circuits and Systems, pp. 734-737, Aug. 2000.



[40] C. Liu and H. Wechsler, “Gabor Feature Based Classification Using the Enhanced Fisher Linear Discriminant Model for Face Recognition,” IEEE Trans. on Image Processing, vol. 11, pp. 467-476, April 2002.

[41] 吳佳珍,“以鑑別性小波參數為主之人臉辨識系統”,國立成功大學,資訊工程學系,碩士學位論文,2001.

[42]張書豪,“人臉之偵測與線上辨識系統之設計與實作”, 國立清華大學,動力機械工程學系碩士班, 碩士學位論文,2006.

[43] R. C. Gonzalez, R. E. Woods, and S. L. Eddins 著,數位影像處理:運用MATLAB,繆紹綱譯,台灣東華書局股份有限公司,台北,民國九十四年。

[44] M.A. Turk and A.P. Pentland, “Face Recognition Using Eigenfaces,” Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition, pp. 586-591, 1991.

[45]http://blog.sina.com.tw/3398/article.php?pbgid=3398&entryid=582350

[46] 朱僑明、朱嘉倫, “頑固型青光眼運用一種新式置入筏治療研究,”眼科學會學術研討會, 2009年4月.

[47] 陳威呈,“門診病患乾眼症之發生率,” 中華民國眼科醫學會雜誌, 36卷4期, 356-360.

[48] 林清泉,“螢幕種類、照明環境與文字/背景色彩組合對終端機視覺作業影響之研究”,國立台灣科技大學,工業管理系,博士論文, 2000.

[49] Pham The Bao, Jin Young Kim, Seung You Na, “FAST MULTI-FACE DETECTION IN COLOR IMAGES USING FUZZY LOGIC”, Proceedings of 2005 International Symposium on Intelligent Signal Processing and Communication Systems

[50] Sanjay Kr. Singh, D. S. Chauhan, Mayank Vatsa, Richa Singh,“A Robust Skin Color Based Face Detection Algorithm”, Tamkang Journal of Science and Engineering,2003

[51] Cahi, D. and Ngan, K. N., “Face Segmentation Using Skin-Color Map in Videophone Applications,” IEEE Transaction on Circuit and Systems for Video Technology, Vol. 9, pp. 551-564 (1999).

[52] 李明燕, “閱卷者之眼球運動與評分穩定度之研究:以地理科電腦螢幕閱卷為例,”教育研究與發展期刊(第一卷第三期) 2005.

[53] Jie Yang , Xufeng Ling, Yitan Zhu, Zhonglong Zheng, “A face detection and recognition system in color image series.” Mathematics and Computers in Simulation 77 (2008) 531–539

[54] 胡冠宇,“基於膚色之裸體影像偵測之研究,”國立成功大學, 工程科學系碩士班, 碩士學位論文, 2004.


[55] Danijela Vukadinovic, Maja Pantic,“Fully Automatic Facial Feature Point Detection Using Gabor Feature Based Boosted Classifiers,”IEEE International Conference Systems, Man and Cybernetics Waikoloa, Hawaii October 10-12 2005

[56] Erno Ma¨ kinen, Roope Raisamo,“Evaluation of Gender Classification Methods with Automatically Detected and Aligned Faces,” IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 30, NO. 3, MARCH 2008

[57] K. Mishima, T.Yamada, A.Ohura, T.Sugahara,“Production of a range image for facial motion analysis,” Computerized Medical Imaging and Graphics 30, 53-59, 2006

[58] M.Chau, M.Betke“Real Time Eye Tracking and Blink Detection with USB Cameras,”Boston University Computer Science Technical Report No. 2005-12

[59] T.N.Bhaskar, Y.V.Venkatesh,“Blink Detection and Eye Tracking for Eye Localization,”Conference on Convergent Technologies for Asia-Pacific Region, Vol.2, 821- 824, TENCON 2003

[60] 潘麒全, “可修正的二分群集法,” 中原大學, 資訊管理研究所, 碩士學位論文, 2002

[61] 林添根, “眼球特徵量測設備取像控制及人機介面設計,” 逢甲大學, 自動控制工程學系, 碩士學位論文, 2006

[62] 何正延,羅綸洲,劉人文,黃炯興,“Dental and Skeletal Changes Following Surgically Assisted Rapid Maxillary Anterior-posterior Expansion,”長庚醫學期刊, 31:4, 346-357, 2008.07.

[63] 張懿撰,“即時路面標線、車輛偵測與距離估計,”淡江大學, 資訊工程學系, 碩士學位論文, 2002.

[64] 陳繼棠,“結合膚色區域分割與主成份分析於多人臉部辨識,”國立台灣海洋大學, 機械與電機工程學系, 碩士學位論文, 2006.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top