CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RGB2YCbCr

搜索资源列表

  1. RGB2YCbCr

    0下载:
  2. color space converter,from RGB to YUV. that is c code
  3. 所属分类:图片显示浏览

    • 发布日期:2014-01-18
    • 文件大小:755
    • 提供者:馬旧
  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.rar

    1下载:
  2. JPEG标准中图像彩色空间的转换,开发语言为Verilog,Standard JPEG image color space conversion, the development of language for Verilog
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1787
    • 提供者:卫立波
  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

    0下载:
  2. conver rgb image to yuv
  3. 所属分类:DSP program

    • 发布日期:2017-03-24
    • 文件大小:2210
    • 提供者:dan
  1. color_space_converters

    0下载:
  2. Color space converter in Verilog HDL
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:44876
    • 提供者:megkel
  1. xapp930

    0下载:
  2. RGB to Y CB CR conversion source code in VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:45687
    • 提供者:niki
  1. rgb2ycbcr

    0下载:
  2. 进行空间转换来用的,在图像处理上很有用-to translate the RGB to YUV
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1012
    • 提供者:jiaochanni
  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. rgb2ycbcr

    0下载:
  2. 颜色转换必不可少的工具。分 sd hd, yuv ycbcr ypbpr 等多个format-Indispensable tool for color conversion. Sub-sd hd, yuv ycbcr ypbpr and other format
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:6871
    • 提供者:dont
  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
    • 提供者:
  1. RGB2YCbCr

    0下载:
  2. 视频格式空间转换 verilog语言实现-Space conversion video format verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-03-19
    • 文件大小:2048
    • 提供者:steven
  1. rgb2ycbcr

    0下载:
  2. 实现rgb到ycbcr的格式转换,目前ycbcr为4:4:4-Rgb to ycbcr realize format conversion, 4:4:4 currently ycbcr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:880
    • 提供者:孔令术
  1. rgb2ycbcr--ycbcrrgb

    0下载:
  2. 由rgb转化到ycrcb空间,再又ycrcb空间转化到rgb空间中-make a color space transmission from rgb into ycbcr,then transmit color space from ycrcb into rgb
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3577
    • 提供者:wuyuanyuan
  1. rgb2YCbCr

    0下载:
  2. 将彩色图像从RGB空间转换到YCbCr空间、HSI空间-It converts from RGB corlor space to YCbCr space.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2018
    • 提供者:肖罗
  1. rgb2ycbcr

    0下载:
  2. 对于视频编解码感兴趣的初学者非常有帮助,深入学习JPEG编码中RGB转成YUV格式的细节!-For beginners interested in video codec is very helpful, in-depth study details of the JPEG encoder RGB to YUV format!
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:1742
    • 提供者:wl
  1. RGB2YCbCr

    0下载:
  2. TI RGB2YUVH比较实用的 TI官网直接给的汇编的源码-Practical TI RGB2YUVH the TI official website directly to the assembly source
  3. 所属分类:DSP program

    • 发布日期:2017-11-15
    • 文件大小:9250
    • 提供者:icy
  1. rgb2ycbcr

    1下载:
  2. 颜色空间转换:RGB空间-->ycbcr空间。速度比ColorSpace调用快多了。 调用格式[y, cb, cr] = rgb2ycbcr(img) 输入img: rgb彩色图;y: 亮度,cb:蓝色,cr:红色 调用参考runTest.m-Color space conversion, RGB to ycbcr call format: [y, cb, cr] = rgb2ycbcr(img) input img: rgb image output r: i
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:377798
    • 提供者:hujunyi
  1. rgb2ycbcr

    2下载:
  2. rgb to YCbCr converter
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-09-13
    • 文件大小:4832256
    • 提供者:Kevaen
« 12 »
搜珍网 www.dssz.com