搜索资源列表
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
skin_color
- skin segmentation base on RGB color space. does not work for gray level images
skin_RGB
- skin segmentation using RGB
skin_detect
- 先讀入膚色,非膚色的圖片,在將各張圖片由RGB轉成YCbCr。讀進來的時候,我是用四維的陣列去存膚色的圖片以及非膚色的圖片。第一個維度是用來存放有幾張圖片,接下來是解析度,還有幾個channel。讀進來之後再分別對膚色,非膚色的Cb,Cr來作統計。分別會得到Cb,Cr的mean和variance。再依次分別帶入Multivariate Normal Density的公式去求得膚色,非膚色出現的機率。最後再將得到的兩個機率值相除,得到的值,拿來和threshold值相比,藉此來判斷Input的圖的
skin
- 肤色空间提取由RGB空间转换为TSL空间的源代码,使得所提取的肤色信息更加完善-Extracted from the RGB color space TSL space space into the source code to make the information more complete extraction of color
rgb
- 关于rgb人脸肤色分割的matlab程序-About Face Skin Segmentation rgb matlab program
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.
skinClassifier
- 利用统计颜色模型在RGB颜色空间下进行肤色检测。-skin detection using statistical color model
Skin-color-in-rgb
- detect skin color in RGB space with delphi
skin-segmentation
- skin segmentation: recognizing skin part in RGB space, extract the skin part and using Fourier descr iptor to reconstruct the margin
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,
skin-detect
- contain step to detection human skin background using C++. From RGB as input convert to Ycrcb-contain step to detection human skin background using C++. From RGB as input convert to Ycrcb
Face Detection Based on Skin color and shape features
- This function performs face detection based on skin color on RGB space and shape features.
rgbskintest
- 用matlab将图片中的人的皮肤变成白色,其余为黑色。rgb模型。(The people's skin in the picture is turned white with natlab, and the rest is black. RGB model.)
肤色检测源码
- 用画笔工具在训练图像中拾取那些可能是肤色的像素,,并分别记录下这些像素在RGB和HSV颜色空间的颜色值,根据大量的样本值,确定肤色在两个颜色空间三通道的阈值,用所确定的阈值寻找测试图像中的肤色区域。一种简单的可视化这一过程的方法是将所有非肤色像素指定为黑色,肤色像素指定为白色。(Use the brush tool to pick up those may be the color pixels in the training images, and records the pixels in