搜索资源列表
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源码,效率高
rgb2yuv
- 一个将RGB转化成YUV数据的算法,非常实用。-an RGB to YUV data into the algorithm, is very practical.
MyRGB2YUV
- 这是本人写的一个把BMP转成YUV420的小程序,YUV的播放还没作完,不过方法很简单-This is the one I was put into YUV420 BMP turn the small program, YUV No player for the End, but is very simple
ycbcr_rgb
- 基于ti c55x序列dsp的YUV转RGB的算法实现-ti c55x sequence based on the dsp YUV to RGB Algorithm
ycrcb_rgb
- YUV转RGB的源程序,使用到了硬件加速器,可利用FGPA的乘法器加速处理速度。-YUV to RGB source, the use of a hardware accelerator, FGPA can be used to speed up the processing speed multiplier.
rgb2yuv422420
- RGB转换到YUV4:2:2,4:2:0的程序. 需要把RGB图片放到C:\\目录下. 在这里YUV是 先write所有的Y,然后写所有的U,最后写所有的V.-RGB to YUV4 : 2:2,4:2:0 procedures. Need RGB images into C : \ \ directory. YUV here is first of all write Y and then write all the U, F
yuvtorgb
- 网上关于YUV转RGB的还真不少,我这个还是不错的,查表形,很快的,一个简单的VC程序但还不错
RGB2YUV
- RGB转YUV程序 RGB转YUV程序-RGB to YUV to YUV procedures procedures RGB
rgbtoyuv422_420
- rgb格式图象到yuv422和420格式的转换源代码-rgb images to YUV422 format and 420 format conversion source code
RGB2YUV_lihan
- 本程序是一个图像功能验证程序,里面包含了RGB转YUV算法和插值算法,读取一个640*480的BMP图像,将其变换成YUV420格式,然后插值到1600*1200或1280*960或800*600的YYU文件,非常适合初学者学习YU与RGB转换算法和插值算法-This procedure is an image function of the verification process, which contains the RGB to
YUV_RGB
- YUV转RGB程序,RGB TO YUV转换原理及代码-YUV to RGB procedures, RGB TO YUV conversion principle and code
yuv
- 一个可以将yuv420,yuv422格式转化成RGB的程序~-One can yuv420, yuv422 into RGB format procedures ~
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,基于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
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)