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

搜索资源列表

  1. YUV2RGB

    0下载:
  2. 内包含matlab程序,可将YUV转成RGB,以及读取YUV-Contains matlab program can be converted into YUV RGB, YUV and read
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1485
    • 提供者:xiaoxiao
  1. YUV2RGB

    0下载:
  2. VC++把YUV转换成RGB的算法,提供了很好的API封装,调用非常方便!-VC++ to RGB to YUV conversion algorithm, the API provides a good package, invoked very convenient!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:6708
    • 提供者:weidejun
  1. yuv2rgb

    0下载:
  2. 包括lm_yuv2rgb.c和lm_yuv2rgb.h 文件,实现了yuv420格式图像转成rgb格式图像。-Including lm_yuv2rgb.c and lm_yuv2rgb.h files, realize the YUV420 format images into RGB format images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:刘明真
  1. AMCap

    0下载:
  2. PC camera相关代码,内有yuv2rgb,图像scale功能。可用!-PC camera code, there are yuv2rgb and image scale function. it s Available to you
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:215273
    • 提供者:谢志宏
  1. YUV2RGBPrgb2yuv

    0下载:
  2. YUV、RGB、转换,yuv2rgb,rgb2yuv-YUV, RGB, conversion, yuv2rgb, rgb2yuv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:161469
    • 提供者:xingsen
  1. YUV2RGB

    0下载:
  2. 实现图像YUV格式与RGB格式的转换,并带颜色说明-realize the image transformation between YUV and RGB
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:76924
    • 提供者:TX
  1. yuv2rgb

    0下载:
  2. USB摄像头采集的YUYV422转换成RGB格式的MFC程序代码-The USB camera YUYV422 converted to RGB format MFC code
  3. 所属分类:Special Effects

    • 发布日期:2017-12-08
    • 文件大小:43849831
    • 提供者:
  1. code-yuv2rgb

    0下载:
  2. #define XSIZE 640 #define YSIZE 480 #define IMGSIZE XSIZE * YSIZE typedef struct RGB { unsigned char R unsigned char G unsigned char B }RGB struct RGB in[IMGSIZE] //需要计算的原始数据 unsigned char out[IMGSIZE] //计算后的结果-you must nee
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:671
    • 提供者:潘锦雷
  1. YUV2RGB

    0下载:
  2. 图形文件转换工具,可以实现YUV文件转换为RGB文件-Graphics file conversion tool, you can achieve file converted to RGB YUV file
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:1355
    • 提供者:wangping
  1. yuv2rgb

    0下载:
  2. matlab RGB图像转换为YUV图像-matlab RGB image is converted to YUV image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:651
    • 提供者:牛顿
  1. yuv2rgb

    0下载:
  2. 将yuv420格式的文件转换为rgb格式的文件-turn yuv420 to rgb
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-28
    • 文件大小:10454634
    • 提供者:liguang
  1. YUV2RGB

    0下载:
  2. DSP下的YUV转RGB图像程序,代码详细规范,有注释,适合新手使用。-DSP YUV to RGB image under the program, code detail specification, with annotations, suitable for novices to use.
  3. 所属分类:DSP program

    • 发布日期:2014-06-14
    • 文件大小:49152
    • 提供者:冯桐
  1. yuv2rgb003

    0下载:
  2. Yuv2Rgb,里面功能很强,有大家都关心的 yuv420转rgb24(RGB888) 的转换,可以用极速来形容,不过用这个东西,有点难度-Yuv2Rgb, which features a very strong, there is a concern for all yuv420 turn rgb24 (RGB888) conversion, can be used to describe the speed, but with this thing, a little more diffi
  3. 所属分类:Video Capture

    • 发布日期:2017-03-27
    • 文件大小:104237
    • 提供者:王林
  1. yuv2rgb

    0下载:
  2. 本程序实现的功能是把yuv文件变为RGB,以便于matlab处理!-The implementation of the program function is to put the yuv file into RGB, in order to deal with matlab
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-30
    • 文件大小:1077
    • 提供者:赵利军
  1. ycrcb2rgb.v

    0下载:
  2. 用verilog编写的最简单的YUV转rgb的代码,请大家参考-yuv2rgb,by verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:1582
    • 提供者:牛虻
  1. YUV2RGB

    0下载:
  2. RGB转换为YUV420的色彩空间转换方法,采用了隔行转化-RGB color space is converted to YUV420 conversion method, using the interlaced conversion
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:6409
    • 提供者:indetail
  1. YUV2RGB

    0下载:
  2. 将yuv视频格式转换成RGB帧格式,包含主函数和其他子函数。-Convert video formats into RGB yuv frame format, contains the main functions and other subroutines.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2317
    • 提供者:LIN XI
  1. 2f0d6763eae7

    0下载:
  2. yuv2rgb vhdl语言 可以将yuv格式图像转换为rgb格式,非常好用- The code can be converted to a YUV image data of RGB VGA monitor can display the data, R, G, B of the bit width of 4, the conversion speed.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:16388
    • 提供者:宋夏
  1. yuv2rgb

    0下载:
  2. 一个yuv转RGB格式的参考源码 实现了YUV2RGB420和YUV_TO_RGB24 这两种函数的算法-A yuv to RGB format reference source Realized YUV2RGB420 and YUV_TO_RGB24 Both function algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2039
    • 提供者:myname
  1. yuv2rgb

    0下载:
  2. 将YUV图片格式转成RGB 包含void YUV420_C_RGB-YUV to RGB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:556
    • 提供者:youfu
« 1 2 34 »
搜珍网 www.dssz.com