跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.30) 您好!臺灣時間:2025/11/28 19:15
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:張盛紘
研究生(外文):Sheng-Hung Chang
論文名稱:Android鏡頭即時影像處理及應用
論文名稱(外文):Android Video Processing APP
指導教授:莊正莊正引用關係
指導教授(外文):Cheng Chuang
口試委員:王木俊張勝良
口試委員(外文):Mu-Chun WangCheng-Liang Chang
口試日期:2014-03-25
學位類別:碩士
校院名稱:明新科技大學
系所名稱:電子工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2014
畢業學年度:102
語文別:中文
論文頁數:39
中文關鍵詞:AndroidHSVYIQYCbCr膚色偵測手指手勢
外文關鍵詞:AndroidHSVYIQYCbCrSkin detectionFinger gesturing
相關次數:
  • 被引用被引用:1
  • 點閱點閱:2321
  • 評分評分:
  • 下載下載:221
  • 收藏至我的研究室書目清單書目收藏:1
在近幾年智慧型手機普及的基礎上,實作了一套以Android手機為運行的環境,透過手機內建的相機進行即時影像處理,此系統不需要任何的輔助裝置,當今的行動時代講求資訊的快速、即時(Real time),所以我們並不以影像而是以影片來呈現。
在本論文中,使用Android系統實作了一個手機應用程式來研究Android並探討Color Space以及膚色偵測的技術並實際應用;首先利用Android透過內建的相機來進行畫面的相關設定,像是看到的影像要進行解碼或是要運行時設定將鏡頭開啟,之後我們鏡頭所看到的畫面進行每秒5f/sec的處理,讓我們達到即時的這個條件,之後我們開始進行一些顏色的偵測,首先我們使用了色彩空間中基本的RGB來偵測黑色與白色,再來更進一步的膚色偵測,則是要用像是HSV、YIQ、YCbCr這類的技術來進行,這些技術要將自行公式轉換後再來進行偵測,公式中也參雜一些較為複雜的三角函數來進行運算,不過這樣也增加了技術上的準確性。

We implemented a visual-based image on the Android-based smartphone. This system uses only build-in camera in an Android phone. The system works with no other assisted equipment, today's information era action fast, real-time, so we are not in the image but rather to render the video.
In this paper, using the Android system implements an Android phone application to study and explore the color space and skin detection technology and practical application, firstly, we use only build-in camera to setting in an Android phone, The enactment opens the lens while being like the image seeing to carry on decoding or wanting to circulate, the appearance seen by our lens carries on the processing of each 5 f/sec after, let us reach instant of the condition, we start carrying on detecting of some colors after, we used basic RGB in the color space to detect first black and white, then come to further skin color to detect, then want to use is like HSV, YIQ and technique with this type of YCbCr to carry on, these techniques want will by oneself the formula come to carry on again to detect after converting and also mix some more complicated and triangle functions to carry on an operation in the formula, however also increased the accuracy of technique like this.

中文摘要...i
Abstract...ii
誌謝...iii
目錄...iv
表目錄...vi
圖目錄...vii
第一章緒論...1
1.1前言...1
1.2研究動機...2
1.3論文架構...2
第二章Android與Color Space...3
2.1Android介紹...3
2.2Android開發環境-Eclipse...3
2.3Color Space介紹...8
2.3.1色彩的色相屬性...9
2.3.2色彩的明度屬性...10
2.3.3色彩的彩度屬性...11
第三章Android 手機鏡頭設定...12
3.1Camera to SurfaceView設定...12
3.2Camera SurfaceHolder設定方法...12
3.2.1Camera SurfaceCreated方法...13
3.2.2Camera SurfaceDestroyed方法...13
3.2.3Camera SurfaceChanged方法...14
3.3Camera Preview方法...14
第四章黑白色檢測實作結果...15
4.1Raw to rgbBuf...15
4.2rgbBuf to Bitmap & Resize...16
4.3Pixel color extraction...18
4.4Color detection...20
4.5Color detection video...21
第五章皮膚顏色檢測實作與結果...24
5.1Skin YIQ...24
5.2Skin HSV...25
5.3Skin YCbCr...27
5.4Fingertip Detection...28
5.5Skin compare...30
5.6Detection video...32
第六章結論...34
參考文獻...35

[1]Android Developers. (2014,February 13), Android , [Online] . Available: http://developer.android.com/intl/zh-TW/index.html.
[2]Apple online store. (2014,February 15), Apple , [Online] . Available: http:// www.apple. com/tw/.
[3]Windows Phone (台灣). (2014,February 15), Microsoft , [Online] . Available: http://www.windowsphone. com/zh-tw.
[4]Google Play Android. (2014,February 13),Android , [Online] . Available: https://play.google.com/store.
[5]T. A. El-Hafeez, “A New System for Extracting and Detecting Skin Color Regions from PDF Documents,” IEEE Transactions Pattern Analysis and Machine Intelligence, vol. 02, pp. 2838-2846, 2010
[6]維基百科. (2014, March 4), Android, [Online] . Available: http://zh.wikipedia. org /wiki/Android.
[7]百度百科. (2013,July 12), Eclipse, [Online] . Available: http:// baike. baidu. co m/view/23576.htm.
[8]Eclipse IDE Tutorial. (2013,October 4), Vogel/a, [Online] . Available: http:// ww w.vogella.com/articles/Eclipse/article.html.
[9]Blog. (2009,June 15), Yku, [Online] . Available: http://blog. yslifes.com/archives /279.
[10]Opn部落格. (2013,July 10), Oracle, [Online] . Available: http://www.oracle. co m/index.html.
[11]Eclipse Foundation. (2014,February 20), Eclipse, [Online] . Availabl: http://www. eclipse.org/.
[12]Android Developers. (2014,February 13), Android , [Online] . Available: http: //developer.android.com/intl/zh-TW/index.html.
[13]C博客. (2013,November 10), Kongbaidepao, [Online] . Available: http:/ /blo g.csdn.net/kongbaidepao/article/details/15028099.
[14]痞客邦Pixnet. (2013,July 1), Shadow, [Online] . Available: http://fe cbob.pixn et.net/blog/post/39322397.
[15]百度百科. (2013,November 29), 潛水很多年, [Online] . Available: http://baik e.baidu.com/view/440291.htm.
[16]C博客. (2012,May 25), Dnfchan, [Online] . Available: http: //blog.csdn.net/ dnf
chan/article/details/7602213.
[17]痞客邦Pixnet. (2011,November 15), Shadow, [Online] . Available: http://fecbob.pixnet.net/blog/post/36156683.
[18]百度百科. (2011,February 18), Android開發, [Online] . Available: http://hi.baidu.com/msyxfzhmkbbjsvq/item/d159e7bee56b64e24ec7fd28
[19]華藝美術有限公司. (2013,July 22), 華藝美術, [Online] . Available: http://www.wahart.com.hk/rgb.htm.
[20]J. A. Marcial-Basilio, G. A. Torres, G. S. Perez, L. K. Toscano-Medina, H. M. Perez-Meana, “Explicit Image Detection Using YCbCr Space ColorModel As Skin Detection,” IEEE Transactions Pattern Analysis and Machine Intelligence, vol. 11, pp. 123-128, 2011
[21]J. L. Raheja, K. Das, A. Chaudhary, “Fingertip Detection: A Fast Method with Natural Hand,” IEEE Transactions Pattern Analysis and Machine Intelligence, vol. 3, pp. 85-88, 2011
[22]M.K. Bhuyan, D. R. Neog, M. K. Kar, “Fingertip Detection for Hand Pose Recognition,” IEEE Transactions Pattern Analysis and Machine Intelligence, vol. 4, pp. 501-511, 2012

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