跳到主要內容

臺灣博碩士論文加值系統

訪客IP:216.73.216.176
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:謝宗翰
研究生(外文):Hsieh,Tsung-Han
論文名稱:膚質檢測與影像辨識
論文名稱(外文):Skin Analysis and Image Recognition
指導教授:田慧君
指導教授(外文):Tien,Hui-Chun
口試委員:于昌永陳裕益
口試委員(外文):Yu,Chang-YungChen,Yuh-Yih
口試日期:2023-04-26
學位類別:碩士
校院名稱:靜宜大學
系所名稱:財務工程學系
學門:數學及統計學門
學類:其他數學及統計學類
論文種類:學術論文
論文出版年:2023
畢業學年度:111
語文別:中文
論文頁數:64
中文關鍵詞:人臉偵測影像特徵定量評價偏心率
外文關鍵詞:Face DetectionImage FeatureQuantitative EvaluationEccentricity
相關次數:
  • 被引用被引用:1
  • 點閱點閱:599
  • 評分評分:
  • 下載下載:73
  • 收藏至我的研究室書目清單書目收藏:3
人體皮膚主要問題大多源自於斑點以及皺紋,皮膚斑點是指皮膚上出現的色素沉澱,由遺傳、曬太陽、老化..等因素引起,本研究將探討關於深斑以及淡斑的影像偵測。其次探討皺紋,皺紋向來是衰老的重要標誌,同時也是是否成功抗衰老的重點判斷條件,其檢測以及定量評價有極大的研究意義。在影像檢測方面因人臉皮膚粗糙因而導致影像噪聲以及細小皮膚特徵與皮膚背景強度值差距不大因此產生皮膚特徵檢測率較低。
對皮膚特徵的特徵檢測相關研究並不多,也缺乏定量評價方法,因此本文研究主要完成一套膚質影像檢測流程,並且提出檢測皮膚特徵定量評價指標,其方法主要是按照三個指標(檢測率、誤檢率、漏檢率)去做檢測定量評價,本研究將以人工視覺標記為正確標記,對比本研究提出之檢測結果,計算檢測率、誤檢率、漏檢率,結果顯示本研究之皮膚斑點及皺紋特徵的特徵影像檢測流程具有頗佳之檢測正確性。
綜合以上,本研究重點為皮膚影像特徵檢測流程的設計與研究,旨在運用簡單的皮膚檢測流程檢測皮膚斑點及皺紋。流程包含3個階段:膚質檢測、影像預處理和影像特徵處理,將於論文中詳細描述。
Most of the major issues with human skin are related to spots and wrinkles. Skin spots refer to pigmentation that appears on the skin and is caused by various factors, such as genetics, sun exposure, and aging. This study aims to investigate the detection of deep and light spots in skin images. In addition, wrinkles are an important sign of aging and a key criterion for assessing the success of anti-aging efforts. The detection and quantitative evaluation of wrinkles have great research significance. In terms of image detection, the roughness of facial skin can lead to image noise and low detection rates for small skin features due to the minimal difference in skin feature intensity values and skin background.
There are not many studies on feature detection in skin characteristics, and there is a lack of quantitative evaluation methods. Therefore, this study aims to develop a skin texture image detection process and propose a quantitative evaluation index for detecting skin features. The method primarily uses three indicators (detection rate, false detection rate, and missed detection rate) for quantitative evaluation of detection. In this study, manual visual markings are used as the correct markings for comparison with the detection results proposed in this research. Detection rate, false detection rate, and missed detection rate are calculated, and the results show that the feature image detection process for skin spots and wrinkles proposed in this research has a high level of detection accuracy.
In summary, the focus of this research is the design and study of a skin image feature detection process, with the aim of using a simple skin detection process to detect skin spots and wrinkles. The process consists of three stages: skin texture detection, image preprocessing, and image feature processing, which will be described in detail in the paper.
摘要 i
Abstract ii
致謝 iv
目錄 v
圖目錄 ix
表目錄 xii
第一章 緒論 1
1.1 研究背景 1
1.2 研究目的 3
1.2.1 相關研究 3
1.3 論文架構 4
1.4 系統目標與限制 5
第二章 理論基礎與原理 7
2.1 色彩空間 7
2.1.1 RGB 8
2.1.2 YCrCb 9
2.2 影像二值化 10
2.3 形態學影像處理 11
2.3.1 侵蝕 12
2.3.2 膨脹 12
2.3.3 斷開 13
2.3.4 閉合 13
2.4 邊緣偵測 14
2.4.1 Sobel邊緣偵測 14
2.4.2 Canny邊緣偵測 15
2.5 影像濾波 16
2.5.1 中值濾波 16
2.5.2 高斯濾波 17
2.5.3 Gabor濾波器 18
2.6 本章小結 19
第三章 研究方法 20
3.1 流程方法描述 20
3.2 正規化 26
3.2.1 伽瑪矯正 26
3.3 影像去背景 27
3.3.1 GrabCut影像分割 27
3.4 膚色偵測 28
3.4.1 膚色分析 29
3.4.2 影像閥值化 29
3.5 判斷人臉區域 30
3.5.1 提取輪廓定位人臉區域 31
3.6 人臉主要皮膚位置特徵 31
3.6.1 擷取感興趣之區域分析 32
3.7 影像特徵處理 34
3.7.1 輸出皺紋特徵影像 37
3.7.2 輸出斑點特徵影像 39
3.8 皮膚影像分析 42
3.8.1 基於平均灰度值的膚色斑點深淺分析方法 43
3.9 本章小結 48
第四章 定量評價探討實驗結果 49
4.1 定量評價 49
4.2 實驗結果 49
4.2.1 斑點特徵定量評價指標方法 50
4.2.2 皺紋特徵定量評價指標方法 54
4.3 實驗結果與分析 59
4.4 本章小結 59
第五章 總結與展望 60
5.1 本文工作總結 60
5.2 後續研究工作 60
參考文獻 63
蔡名彥,基於深度學習之人臉膚質檢測,南臺科技大學 資訊工程系碩士班碩士學位論文,中華民國一一○年八月
Hess U, Adams R B, Simard A, et al. Smiling and sad wrinkles: age-related changes in the face and the perception of emotions and intentions[J]. Journal of Experimental Social Psychology, 2012, 48(6): 1377-1380
Kazemi V, Sullivan J. One millisecond face alignment with an ensemble of regression trees[C]// 2014 IEEE Conference on Computer Vision and Pattern Recognition. Columbus: IEEE Press, 2014: 1867-1874.
Mawale A, Chaugule A. Facial wrinkles detection techniques and its application[J]. International Journal of Computer Applications, 2016, 134(2): 5-8.
Miura N, Nagasaka A, Miyatake T. Extraction of finger-vein patterns using maximum curvature points in image profiles[J]. Ieice Transactions on Information and Systems, 2007, 90(8): 1185-1194.
Bibiloni P, González-Hidalgo M, Massanet S. A survey on curvilinear object segmentation in multiple applications[J]. Pattern Recognition, 2016, 60(3): 949-970.
Batool N, Chellappa R. Modeling and detection of wrinkles in aging human faces using marked point processes[C]// European Conference on Computer Vision. Florence: Springer Press, 2012: 178-188
陳婷妤,COVID-19 疫情下的口罩偵測與人臉辨識之研究,國立東華大學資訊工程研究所碩士學位論文,中華民國 110 年 1 月。
吳智緯,基於人臉特徵之年齡辨識法,明新科技大學電子工程研究所碩士學靜宜大學碩士學位論文64位論文,中華民國 101 年 2 月。
Batool N, Chellappa R. Fast detection of facial wrinkles based on gabor features using image morphology and geometric constraints[J]. Pattern Recognition, 2015, 48(3): 642-658.
張元翔、陳本源、呂詩雯,數位影像處理-Python 程式實作,全華圖書股份有限公司,2019 年 12 月初版一刷

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top