CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Ycbcr

搜索资源列表

  1. 肤色分割的matlab源代码

    0下载:
  2. RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:930byte
    • 提供者:吴俊良
  1. colormodelYCbCr

    0下载:
  2. color based segment in YCbCr space-based color space segment in YCbCr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.14kb
    • 提供者:祝颖
  1. 对图像进行YCbCr分解

    0下载:
  2. 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
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:313byte
    • 提供者:liudaixin
  1. YCRCB2RGB.rar

    0下载:
  2. 我自己寫的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.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:34.08kb
    • 提供者:陈大头
  1. skin

    0下载:
  2. 人脸肤色检测,在转换成Ycbcr格式后用相关系数进行肤色似然度计算,检测属于肤色的像素。-Skin color detection, the conversion into Ycbcr format color by correlation coefficients calculated likelihood, detection is skin color pixels.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:578byte
    • 提供者:飞哥
  1. wbalance

    3下载:
  2. Matlab程序,实现了一种新的色彩白平衡算法。 针对物体在有色光源照射下呈现偏色的现象,提出一种改进的LoG边缘自动白平衡算法。该算法在YCbCr空间的Cb和Cr分量上同时利用LoG算子提取边缘,利用LoG边缘具有零交叉特性直接得到边缘两侧的像素。为了避免占主导的彩色纹理造成干扰,利用白色区域的偏色信息进行边缘抑制。利用得到彩色边缘对原图的偏色进行有效的估计,最后计算三颜色通道的增益并进行白平衡。对大量图片进行了实验,结果表明该算法对不同色光照射下的图像均能很好地进行白平衡,同时与多种白平衡算
  3. 所属分类:matlab例程

    • 发布日期:2013-07-18
    • 文件大小:705byte
    • 提供者:pika
  1. rgb2ycbcr[1]

    0下载:
  2. This a scr ipt to convert Images RGB to YCbCr-This is a scr ipt to convert Images RGB to YCbCr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:277.96kb
    • 提供者:Rafael
  1. Ycbcr

    0下载:
  2. simple skin segmentation YCbCr
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1.98kb
    • 提供者:hero
  1. Shape_Skin_YCbCr

    0下载:
  2. 可以在蓝色背景下找到肤色散点分布图,从而确定肤色在YCBCR空间内的分布情况-Can be found in the blue background color scatter distribution, to determine the color space in the distribution of YCBCR
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:623byte
    • 提供者:刘会娟
  1. ColorSpaceConverter

    1下载:
  2. 用于颜色空间的转换。可以在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,
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:142.41kb
    • 提供者:Matthew
  1. CompressionbyYikwang

    0下载:
  2. 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.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:422.37kb
    • 提供者:Tan
  1. skin_detection

    0下载:
  2. Used for detecting skin in image.Uses YCbCr color space
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:825byte
    • 提供者:rick
  1. Desktop

    0下载:
  2. conversion rgb to YCbCr
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:121.2kb
    • 提供者:wahyu
  1. 18c319a24b10

    0下载:
  2. 颜色空间的转换,RGB,YCBCR,HSL等等空间的互换-Color space conversion
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:10.74kb
    • 提供者:毛兵
  1. Seal-recognize

    0下载:
  2. 在RGB、HSV、YCBCR空间提取得到了高质量的印章,算法鲁棒性很强。-the seal is well recognized in the space of RGB、HSV and YCBCR,and the method is robust.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:781.4kb
    • 提供者:ljhui
  1. fusemoxing

    0下载:
  2. 包含KL、YCBCR等不同肤色模型的matlab比较与实现,以及相关文献-Containing KL, YCBCR matlab models such as comparison of different colors and implementation, and related literature
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4.6mb
    • 提供者:王慧
  1. YCbCr

    0下载:
  2. Finding Picture Average YCbCr
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:10.83kb
    • 提供者:gunslavedrama
  1. rgb-2-ycbcr

    0下载:
  2. i have provided the code for rgb to ycbcr conversion of an image.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.58kb
    • 提供者:ur
  1. ycbcr-face-detection

    0下载:
  2. 基于彩色图像的肤色模型的人脸检测,首先建立肤色模型,然后根据人脸特征进行定位-based on Ycbcr face detection
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:kevin
  1. matlab框脸

    0下载:
  2. 用于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.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:4kb
    • 提供者:琦玉
« 12 3 »
搜珍网 www.dssz.com