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

搜索资源列表

  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
    • 文件大小:313
    • 提供者:liudaixin
  1. RGB2YCbCr(0-255)

    0下载:
  2. This module converts the incoming Red, Green, and Blue 8-bit pixel data into Y, Cb, and Cr 8-bit values. The output values will be unsigned in the range of 0 to 255. data_in contains the Red pixel value in bits [7:0], Green in bits [15:8], a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:900
    • 提供者:liu
  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
    • 文件大小:284631
    • 提供者:Rafael
  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
    • 文件大小:432506
    • 提供者:Tan
  1. systemgen_mpeg

    0下载:
  2. 平台(Matlab2008a,Simulink,Sysgen 10.1.03)硬件实现RGB2YCbCr -Platform (Matlab2008a, Simulink, Sysgen 10.1.03) hardware realise of RGB2YCbCr
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:97537
    • 提供者:
搜珍网 www.dssz.com