搜索资源列表
肤色分割的matlab源代码
- RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
colormodelYCbCr
- color based segment in YCbCr space-based color space segment in YCbCr
对图像进行YCbCr分解
- rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
YCRCB2RGB.rar
- 我自己寫的RGB與YCbCr(YUV)色彩格式轉換,可以RGB轉YCbCr或YCbCr轉RGB,並支持顯示轉換後的色彩功能.,I wrote it myself RGB and YCbCr (YUV) color format conversion can be RGB or YCbCr to YCbCr to RGB, and supports the display of the color conversion function.
skin
- 人脸肤色检测,在转换成Ycbcr格式后用相关系数进行肤色似然度计算,检测属于肤色的像素。-Skin color detection, the conversion into Ycbcr format color by correlation coefficients calculated likelihood, detection is skin color pixels.
wbalance
- Matlab程序,实现了一种新的色彩白平衡算法。 针对物体在有色光源照射下呈现偏色的现象,提出一种改进的LoG边缘自动白平衡算法。该算法在YCbCr空间的Cb和Cr分量上同时利用LoG算子提取边缘,利用LoG边缘具有零交叉特性直接得到边缘两侧的像素。为了避免占主导的彩色纹理造成干扰,利用白色区域的偏色信息进行边缘抑制。利用得到彩色边缘对原图的偏色进行有效的估计,最后计算三颜色通道的增益并进行白平衡。对大量图片进行了实验,结果表明该算法对不同色光照射下的图像均能很好地进行白平衡,同时与多种白平衡算
rgb2ycbcr[1]
- This a scr ipt to convert Images RGB to YCbCr-This is a scr ipt to convert Images RGB to YCbCr
Ycbcr
- simple skin segmentation YCbCr
Shape_Skin_YCbCr
- 可以在蓝色背景下找到肤色散点分布图,从而确定肤色在YCBCR空间内的分布情况-Can be found in the blue background color scatter distribution, to determine the color space in the distribution of YCBCR
ColorSpaceConverter
- 用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。 -The Matlab program used for color space conversion. In RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr,
CompressionbyYikwang
- This code perform the DCT and quantization on all the channels without any sub-sampling and for the compression of color images, they are first converted to the YCbCr color format and vice versa, use the function rgb2ycbcr and ycbcr2rgb.
skin_detection
- Used for detecting skin in image.Uses YCbCr color space
Desktop
- conversion rgb to YCbCr
18c319a24b10
- 颜色空间的转换,RGB,YCBCR,HSL等等空间的互换-Color space conversion
Seal-recognize
- 在RGB、HSV、YCBCR空间提取得到了高质量的印章,算法鲁棒性很强。-the seal is well recognized in the space of RGB、HSV and YCBCR,and the method is robust.
fusemoxing
- 包含KL、YCBCR等不同肤色模型的matlab比较与实现,以及相关文献-Containing KL, YCBCR matlab models such as comparison of different colors and implementation, and related literature
YCbCr
- Finding Picture Average YCbCr
rgb-2-ycbcr
- i have provided the code for rgb to ycbcr conversion of an image.
ycbcr-face-detection
- 基于彩色图像的肤色模型的人脸检测,首先建立肤色模型,然后根据人脸特征进行定位-based on Ycbcr face detection
matlab框脸
- 用于ycbcr空间检测人脸肤色,需要自己添加试验级。用photoshop软件将人脸涂白,其余的地方全部涂黑。(For YCbCr space to detect facial complexion, you need to add test level yourself. Photoshop software is used to whitewash the faces and the rest are blackened.)