CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 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
    • 文件大小:313byte
    • 提供者:liudaixin
  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. 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
    • 文件大小:95.25kb
    • 提供者:
搜珍网 www.dssz.com