搜索资源列表
skin
- matlab肤色检测程序。rgb2tsl.m用作颜色模式转换,将RGB模式转换为TSL模式。skin.m实现肤色检测,肤色区域为白色,非肤色区域为黑色。
ImageFilter
- 实现人脸检测 主要是针对裸露肌肤检测,从而实现对色情图像的过滤,用了rgb,hsv,ycrcb,纹理检测等多种方法,可以运行,效果不错-Implementation of face detection is mainly directed against the bare skin testing, in order to achieve the filtering of pornographic images, using the rgb, hsv, ycrcb, texture detect
test_yCbCr
- 将rgb空间,转为HSV或yCBCR空间实现通过肤色检测人脸区域,用openCV实现-The rgb space to HSV space to achieve through the skin or yCBCR face region detection with openCV achieve
zonghechuli
- 可用于图像中皮肤的检测,得到掩码图像,在此基础上进行纹理检测-Can be used to image skin detection, be mask image, based on this texture to Detect
SkinColorFiltering
- Convert RGB to YUV for skin color filter
Facetest
- 本程序是基于RGB的皮肤提取算法 用MATLAB实现-This procedure is based on RGB' s skin extraction algorithm using MATLAB to achieve
Image_Processing
- 包括3个图像处理的代码 1、图像的缩放平移等 2、图像RGB空间到CMY\HSI\HSV等空间的变换 3、肤色建模,提取图片中的人体肤色-Including the three image processing code 1, the image scaling translation and other two, the image RGB space to CMY \ HSI \ HSV space transformation such as 3, color modeling
skin_detect
- 先讀入膚色,非膚色的圖片,在將各張圖片由RGB轉成YCbCr。讀進來的時候,我是用四維的陣列去存膚色的圖片以及非膚色的圖片。第一個維度是用來存放有幾張圖片,接下來是解析度,還有幾個channel。讀進來之後再分別對膚色,非膚色的Cb,Cr來作統計。分別會得到Cb,Cr的mean和variance。再依次分別帶入Multivariate Normal Density的公式去求得膚色,非膚色出現的機率。最後再將得到的兩個機率值相除,得到的值,拿來和threshold值相比,藉此來判斷Input的圖的
RGB-H-CbCr-Skin-Colour-Model-for-Human-Face-Detec
- While the RGB, HSV and YUV (YCbCr) are standard models used in various colour imaging applications, not all of their information are necessary to classify skin colour.
findskin
- 基于HSV色度空间的肤色检测,将RGB色度空间转换为HSV,得出肤色区域二值图像。-HSV color space based on skin color detection, the RGB color space conversion to HSV, the binary image obtained skin area.
skinClassifier
- 利用统计颜色模型在RGB颜色空间下进行肤色检测。-skin detection using statistical color model
renlianfusejiance
- 1. 在RGB彩色空间,在测试图像中利用Photoshop手工选择皮肤样本,得出肤色在彩色空间中的均值和方差; 2. 通过计算测试图象中各象素点是否在得到的肤色空间,并且将不在肤色空间的像素置0,仅在被测试图像中留下肤色像素. -In the RGB color space, in the test image using Photoshop manually select the skin samples, obtained the mean and variance of co
skindetc
- 肤色检测,里面还有RGB到YCgCr的转换,设置相应阈值,可以检测到在YCgCr下的肤色区域。-skin detection in RGB and RGB to YCgCr
Skin-color-in-rgb
- detect skin color in RGB space with delphi
skin
- matlab肤色检测程序。rgb2tsl.m用作颜色模式转换,将RGB模式转换为TSL模式。skin.m实现肤色检测,肤色区域为白色,非肤色区域为黑色。-matlab color detection procedure. rgb2tsl.m color model used for conversion, will be converted to RGB mode TSL model. realize skin.m color detection, color region is white,
testmyhand
- 基于rgb空间到ycrcb空间的非线性变换来进行肤色的识别-use ycrcb to regonice the skin
skindect
- 在彩色空间中,皮肤颜色的分布较为集中,与其他景物颜色间有较好的可区分性,可以用模型描述或对样本进行学习的方法加以判别。图像中皮肤颜色的差异主要由光照引起,在检测中只考虑色度信息,就可以减少光照的影响,使肤色的分布更趋集中。通过检测皮肤区域,可以缩小人脸的搜索范围,提高检测速度。HSV空间是RGB空间的非线性变换,它将原本相关性很强的R、G、B值转换为相关性较弱的H、S、V值,H和S分量与人感受色彩的方式相一致。HSV颜色空间可以用一个圆锥空间模型来描述.-In the color space,
0000009835tracking
- The influence of illumination changes on human face detection and eye location , A face detection based on skin color model is proposed. Eye location method . First image preprocessing , Reduce noise in images Then RGB The col
第1章
- 不同颜色空间下的人脸图像分割,彩色图像处理中有许多彩色空间坐标系,最常见的是RGB空间。其余的还有HSV空间、YCrCb空间、YIQ空间和YUV空间等,这些都可以从RGB空间转换而来。在大多数情况下,图像信息是以RGB的颜色体系保存,然而在人脸肤色分析中,由于RGB颜色的R、G、B三个颜色分量都包含亮度信息,存在极强的相关性,一般不适合肤色处理。所以一般情况下在进行肤色区域检测之前,要将RGB颜色体系转换到其他颜色体系中,而不直接利用RGB彩色空间。(There are many color s
rgbskintest
- 用matlab将图片中的人的皮肤变成白色,其余为黑色。rgb模型。(The people's skin in the picture is turned white with natlab, and the rest is black. RGB model.)