搜索资源列表
RGB2YUV
- RGB转YUV程序 RGB转YUV程序
RGB2YUV_lihan
- 本程序是一个图像功能验证程序,里面包含了RGB转YUV算法和插值算法,读取一个640*480的BMP图像,将其变换成YUV420格式,然后插值到1600*1200或1280*960或800*600的YYU文件,非常适合初学者学习YU与RGB转换算法和插值算法
RGB转YUV源码
- RGB转YUV源码,效率高
BmpConvert 彩色图像RGB格式转化为YUV格式
- 图像信息处理,用于将彩色图像RGB格式转化为YUV格式,用户可以设置Y值的变化,再转化回RGB进行保存。这时的图像的亮度会发生改变。-Image processing, is used to color images into RGB format YUV format, the user can set the Y value changes, and then converted back to RGB to save. At this time the brightness of the
rgb2yuv
- rgb图像转yuv,基于opencv。仅供参看-rgb image transfer yuv, based opencv. Only see
rgb2yuv_0k
- wince 中汇编语言实现RGB转yuv。 由于C的实现效率很低,所以改用汇编效率大大提高,原来转换480*272的rgb16数据c实现需要28ms,使用汇编实现只用14ms -wince in assembly language RGB switch yuv. As the C implementation of the efficiency is very low, so switch assembly efficiency is improved, the original con
YUV2RGB
- yuv格式文件转rgb格式源代码,希望能够对大家有所帮助-rgb to yuv format format source code, I hope to be able to help everyone
rgb2yuv
- rgb转yuv,代码转换效率很高哦!本人亲自测试过!rgb2yuv-the rgb turn for yuv code conversion efficiency is high Oh! I personally tested! rgb2yuv
dsp_optimize
- dsp优化精华,通过7个rgb转yuv小程序的优化过程,可以初步了解一下dsp程序优化的精髓,包括浮点转换、定点优化、程序级优化、指令集优化、内存优化、DMA优化、数据拼合终极优化-dsp optimize essence, through turn seven rgb yuv small program optimization process can be a preliminary understanding of the essence of the dsp program optimi
bmp图片rgb转成yuv
- 可以读取bmp图片,并将RGB转为成YUV格式输出
Rgb2Yuv
- 网上有许多RGB转YUV的工具和原码,有许多是不可用的,这是我在VC++下测试过的,绝对可用,非常方便.-There are many online RGB to YUV tools and the original code, many of which are unavailable, it is my VC++ Tested under the absolute available, very convenient.
RGB2YUV
- 实现rgb转yuv,用到了一个xtable表格类,我对这个类进行了修改,目前作为vc的专用表格类使用,添加了edit框,并对表格进行过美化-Realize rgb to yuv, used a form xtable category, I have modified this class, the current form as a special category vc use, add the edit box, and carried out landscaping forms
rgb2y
- RGB信号转化为YUV信号, 已使用 完全正确-rgb to yuv ok
yuv
- 在yuvshow.m设定输入文件和参数,调用子函数处理yuv文件,转化为RGB,并播放。-read and show yuv vedio file
Lab526-VideoRGB
- DM642 YUV转RGB源码算法 DSP-DM642 YUV switch to RGB source DSP algorithm
RGB2YUV-Class
- RGB转YUV格式的封装类,希望能帮到别人-RGB to YUV format, the wrapper class, hoping to help others
rgb2yuv
- 在Altera的开发环境上,用Verilog语言实现的RGB转YUV,附有Testbench-In Altera s development environment, using Verilog language of RGB to YUV, with a Testbench
rgb
- rgb 转换算法, 灰度图直方图互转, rgb 转 yuv 图-rgb conversion algorithm, gray balance, grayscale histogram referrals, rgb turn yuv Figure
RGB格式图像转YUV
- 将RGB格式图像转换到YUV空间,输入RGB图像返回YUV格式数据(Converting RGB format images to YUV space)