CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - rgb verilog

搜索资源列表

  1. colorchange

    0下载:
  2. 用verilog hdl实现色彩空间转换,rgb到ycbcr-with Verilog HDL achieve color space conversion, rgb to RS
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12.4kb
    • 提供者:翟博
  1. YCbCr_to_rgb

    1下载:
  2. 颜色空间转换代码,ycbcr对rgb的转换verilog代码.YCBCR的格式是ITU601格式.-color space conversion code, RS right rgb conversion Verilog code. YCBCR format is ITU601 format.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:Jack
  1. yuv2rgb

    1下载:
  2. 图像的YUV与RGB得色域转换程序。很实用。verilog各式的,该模块已经流片通过
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.48kb
    • 提供者:scounix
  1. color_space_converters

    0下载:
  2. YCrCb到RGB的变换以及RGB到YCrCb的反变换,可用于视频采集等领域,verilog编码,modelsim验证
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:6.95kb
    • 提供者:mayang
  1. bt_rx

    1下载:
  2. 在FPGA上验证过的BT656转换成RGB的Verilog源代码
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3.35kb
    • 提供者:liu zhanliang
  1. rgb2ycrcb

    2下载:
  2. 真正可用的RGB转YCbCr的verilog程序,输出格式为标准BT.656格式,经本人亲自编写并验证,可在硬件上正常工作。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1.89kb
    • 提供者:cloud
  1. D_JPG

    0下载:
  2. verilog 语言实现jpeg转RGB格式的转换-Verilog language jpeg format to RGB conversion
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:31.41kb
    • 提供者:林志平
  1. yuvrgb

    0下载:
  2. 将yuv4:2:2的图像数据转为rgb格式,用Verilog HDL编写-yuv4:2:2 to rgb
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.29kb
    • 提供者:清洪
  1. RGB2YUV

    0下载:
  2. RGB -> YUV转换verilog代码-RGB-> YUV verilog
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:12.09kb
    • 提供者:猫贼
  1. 5406B

    0下载:
  2. 使用verilog串口初始化ic,并显示rgb三种颜色,ic为旭耀5406b-Verilog to initialize the use of serial ic, and display the three rgb color, ic for Yao Xu 5406b
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2.28kb
    • 提供者:timmp
  1. RGB2YUV(Verilog)

    0下载:
  2. YUV颜色空间转RGB颜色空间,verilog代码实现-YUV to RGB,verilog
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2.14kb
    • 提供者:蔡玉强
  1. rgb2yuv

    0下载:
  2. RGB to YUV的verilog程序-RGB to YUV in verilog program
  3. 所属分类:图形图象

    • 发布日期:2017-04-04
    • 文件大小:1.23kb
    • 提供者:高伟
  1. YCbCr2RGB

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

    • 发布日期:2017-03-30
    • 文件大小:1.31kb
    • 提供者:zhong
  1. rgb2hsv

    1下载:
  2. rgb颜色空间向hsv颜色的空间转换算法,Verilog HDL语言-conversion algorithm of rgb color space to the hsv color space , Verilog HDL language
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:10kb
    • 提供者:孙璐
  1. rgb2ycrcb

    0下载:
  2. rgb颜色空间向YCrCb颜色空间转换算法,Verilog HDL语言-conversion algorithm of rgb color space to the YCrCb color space , Verilog HDL language
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:1.73kb
    • 提供者:孙璐
  1. rgb2yuv

    0下载:
  2. rgb颜色空间向YUV颜色空间转换算法,Verilog HDL语言-conversion algorithm of rgb color space to YUV color space , Verilog HDL language
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:1.7kb
    • 提供者:孙璐
  1. RGB

    0下载:
  2. TFT verilog 时序描写, 简单的代码实现适合于初学者-Timing of the RGB LCD
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1.25kb
    • 提供者:王细昂
  1. bt_rx

    1下载:
  2. 在FPGA上验证过的BT656转换成RGB的Verilog源代码
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:3.4kb
    • 提供者:acomplexa
  1. YCbCr-to-RGB[Verilog]

    1下载:
  2. 这是基于FPGA平台的图像颜色色彩空间转换YCbCr to RGB 采用的Verilog语言 -This is image color space conversion YCbCr color based on FPGA platform to RGB use Verilog language.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:136.43kb
    • 提供者:大海
  1. bilinear_demosaic

    0下载:
  2. 用硬件描述语言verilog编写的去马赛克程序,将bayer格式转换为RGB格式。(Using Hardware Descr iption Language Verilog prepared by the mosaic process, the Bayer format into RGB format.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:3.4mb
    • 提供者:yifan_zheng
« 12 »
搜珍网 www.dssz.com