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

搜索资源列表

  1. YCbCr2RGB

    0下载:
  2. Verilog程序实现YCbCr2RGB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1011
    • 提供者:丫丫
  1. YCbCr2RGB

    0下载:
  2. vc环境下 开发的ycbcr与RGB的互相转换功能,并实现转换后生成bmp文件和ycbcr文件,并将生成的bmp文件转换成jpg文件了 使用时注意加载GDI库,及相关环境配置,SDK已经在此源码库里
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2403332
    • 提供者:songchangyang
  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. YCbCr2RGB

    0下载:
  2. 浮点数算法 ycbcr格式转换成rgb格式-float convert ycbcr to rgb
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:1374
    • 提供者:wda
  1. YCbCr2RGB

    1下载:
  2. verilog 实现的YCbCr到RGB得转换-verilog implementation YCbCr to RGB was converted
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:696
    • 提供者:qirui
  1. YUV2RGB

    1下载:
  2. 关于YUV转RGB的verilog源代码、说明文档和modelsin仿真,相信对大家一定有很大的帮助,我费了好长时间才找到的!-YUV to RGB on the verilog source code, documentation and modelsin simulation, we believe that there will be a great help, I spent a good long time to find it!
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1874445
    • 提供者:冯谋朝
  1. ImageModelTran

    0下载:
  2. 本程序实现图像模式由RGB转换为HSV、HSI、YCbCr-This procedure to achieve the image mode from RGB is converted to HSV, HSI, YCbCr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:50117
    • 提供者:niuxiaohui
  1. DE2_70_TV

    0下载:
  2. --- --- --- -Verilog--- --- ---- This design converts DVD video into a format suitable for display on a CRT/LCD monitor. A DVD video source, such as a DVD player, should be connected to the VIDEO IN port on the DE2-70 board. A CRT/LCD monitor shoul
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:168888
    • 提供者:Sami
  1. ycbcr2rgb

    0下载:
  2. Blackfin 在linux下ycbcr转rgb的汇编文件-Blackfin in ycbcr under linux the compilation of documents to rgb
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1613
    • 提供者:cheng
  1. YCbCr2RGB

    0下载:
  2. 将图像数据Ycbcr格式转换为rgb格式,方便显示器显示。-Converting the image data Ycbcr format to RGB format , facilitating the monitor display.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:1350
    • 提供者:秦立红
  1. YCbCr2RGB

    0下载:
  2. YCbCr到RGB的verilog代码,可从ccd直接转换-convertion code of YCbCr to RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1345
    • 提供者:zhong
  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. vhdl

    0下载:
  2. vhdl YCBCR2RGB 111 11的转换-vhdl YCBCR2RGB
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-29
    • 文件大小:5441
    • 提供者:jason
  1. ycbcr2rgb

    0下载:
  2. color space transformation with input coefficiences
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1212
    • 提供者:Long
  1. YCbCr2RGB

    0下载:
  2. YCbCr turn RGB module, to apply to the project.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1344
    • 提供者:Mary0894
  1. YCbCr2RGB

    1下载:
  2. RGB 与YCbCr 颜色空间可以相互转化-RGB and YCbCr color space can be transformed into each other
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:616793
    • 提供者:陈祥
  1. YCbCr2RGB

    0下载:
  2. 读入YUV文件一帧图像数据,转换为RGB并显示各分量(Read a frame of image data from a YUV file, convert it to RGB and display the components)
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:1481728
    • 提供者:zhangmiaomiao
搜珍网 www.dssz.com