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

搜索资源列表

  1. YUV TO RGB

    0下载:
  2. 把YUV4:2 文件转换成RGB,用RGB888显示出来。注意使用时,打显卡设置成增强16位。-put YUV4 : 2:2 document conversion into RGB, with RGB888 displayed. To use, playing cards set to enhance 16.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3.59mb
    • 提供者:
  1. davincifb

    0下载:
  2. 这是我自已改的适合RGB888的视频驱动,其中是基于framebuffer的 -This is my own RGB888 changed for the video-driven, which is based on the framebuffer
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16.83kb
    • 提供者:文杰
  1. xktv_vd

    0下载:
  2. linux的视频捕捉 经过实际使用,稳定可靠 只要把模块内部定义的函数指针赋值,指向你的接收函数,就可以了 视频帧格式是RGB888的32位点阵数据 -linux video capture after actual use. stable and reliable as long as the definition of internal module function pointer assignment, point your receiver function, on the vi
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:1.76kb
    • 提供者:夏永明
  1. LCD_24BIT

    0下载:
  2. LCD控制器驱动的24位TFT真彩屏接口设计,实现RGB565---RGB888 转换-LCD Controller Driver of 24 true TFT color screen interface design, --- RGB888 RGB565 achieve conversion
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:7.32kb
    • 提供者:pangbai
  1. YuvToRgb.rar

    0下载:
  2. 将YUV420数据转换为RGB888
  3. 所属分类:源码下载

    • 发布日期:2010-10-15
    • 文件大小:79.01kb
    • 提供者:chym_1986
  1. Filter-VideoRender.rar

    1下载:
  2. Directx Filter Render 自己开发的RenderFilter 支持各种不同格式的显示,RGB565 RGB555 RGB24 RGB32 YUV YV12,Directx Filter Render own RenderFilter supports a variety of different formats of the show, RGB565 RGB555 RGB24 RGB32 YUV YV12
  3. 所属分类:DirextX

    • 发布日期:2016-01-27
    • 文件大小:503.41kb
    • 提供者:cziy
  1. yuv420torgb

    0下载:
  2. yuv420格式的视频图像转为rgb888格式-yuv420 convert to rgb888
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:528byte
    • 提供者:lijing
  1. BMP2YUV

    0下载:
  2. 将bmp图像转换为YUV格式,主要涉及bmp文件格式的解析,RGB与YUV的格式转换-Transform BMP to YUV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:777.36kb
    • 提供者:郑斌
  1. YUV

    0下载:
  2. YUV420转RGB24相关函数,运用快速查表算法,ConvertRGB2YUV,RGB24toYUV420-YUV420 turn RGB24-correlation function, using fast look-up table algorithm, ConvertRGB2YUV, RGB24toYUV420
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-24
    • 文件大小:2.25kb
    • 提供者:lin
  1. Yuv2rgb.tar

    1下载:
  2. converted yuv422 to RGB 24/32 and converted RGB 24/32to yuv422 based on logitech co.
  3. 所属分类:图形图象

    • 发布日期:2013-05-25
    • 文件大小:1.77kb
    • 提供者:lu qiang
  1. bmp2rgb565

    0下载:
  2. This program convert bmp to rgb565 (bmp2c).
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:146.57kb
    • 提供者:Taylor Kim
  1. IMG_Ycbcr422pl_to_rgb888

    0下载:
  2. 基于ti的dsp C6000的YCbCr转RGB888的汇编算法,速度是C编译的n多倍-The ASM algorithm is to convert YCbCr-data to RGB888-data based on TI s DSP C6000 .The speed is faster than the C compiler s many times.
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:7.3kb
    • 提供者:qichn
  1. image_bayer2rgb_fio

    0下载:
  2. 在TI DM648EVM板上开发的一个由Bayer图像插值转为RGB888图像的源代码-TI DM648EVM board in the development of a Bayer image interpolation to the image of the source code of RGB888
  3. 所属分类:DSP program

    • 发布日期:2017-05-17
    • 文件大小:4.33mb
    • 提供者:liu wei
  1. dither

    0下载:
  2. dithering image, from RGB565 to RGB-dithering image, from RGB565 to RGB888
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:711byte
    • 提供者:hahn
  1. rgb565_toRGB888_conv

    0下载:
  2. A function which does rgb565 to rgb888 conversion
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:767byte
    • 提供者:Aparna
  1. YUV422_RGB888_PSP

    0下载:
  2. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:346.09kb
    • 提供者:flora
  1. yuv444_rgb888

    0下载:
  2. 实现了yuv444转rgb888,已经过verilog验证!-Implementation of YUV444 RGB888, has passed the Verilog authentication!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-11
    • 文件大小:2.86mb
    • 提供者:zhaijiong
  1. libjpegtoRGB

    1下载:
  2. 将jpeg图片转换成RGB数据,在frambuffer显示,RGB888转RGB565-Convert jpeg image the RGB data displayed frambuffer, RGB888 turn RGB565
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-20
    • 文件大小:1.42kb
    • 提供者:王慎基
  1. RGB_Out

    0下载:
  2. BF548 EPPI应用范例。例子使用EPPI RGB888/RGB666传输模式和SHARP LQ043T1DG01 LCD驱动。程序在LCD上面输出选定的显示模式。2个RGB888缓存区用于创建显示模式。-This is an example program for EPPI RGB888/RGB666 transmit modes and SHARP LQ043T1DG01 LCD driver.The program outputs a seleted display pattern t
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:21.45kb
    • 提供者:二黑
  1. F429外接SDRAM和FLASH原理图

    0下载:
  2. F429外接SDRAM/FLASH/WIFI/RGB888/SD卡等电路的原理图(F429 external SDRAM/FLASH/WIFI/RGB888 / SD card schematic diagram of the circuit)
  3. 所属分类:微处理器开发

    • 发布日期:2018-04-21
    • 文件大小:215kb
    • 提供者:大卫方
« 12 »
搜珍网 www.dssz.com