搜索资源列表
UYVY2RGB
- 本人实现一个从UYVY转换到RGB的图像转换算法,主要使用MMX算法的过程。相互学习
ColorspaceConverter
- ColorspaceConverter 可用于快速转换I420, YV12, UYVY, YUY2, YVYU, RGB 等多种colorspace 格式, 用于多媒体图像的输入和输出处理。-ColorspaceConverter can be used for the rapid conversion I420, YV12, UYVY, YUY2, YVYU, RGB and other colorspace format for multimedia image processing of
YUVY2RGB.tar
- 嵌入式平台环境下用C开发的将UYVY格式与rgb格式之间的转换,可移植性高。-Embedded platform development environment with C will be UYVY format and rgb conversion between formats, portability, high.
VB-USB-VIDEO-TO-RGB
- VB实现USB摄像头回调图像各种格式转换为BMP代码(二次完全查表法) YUY2,YUY9,i420,UYVY转换为RGB-VB callback USB camera to achieve a variety of formats to BMP image code (the second full look-up table) YUY2, YUY9, i420, UYVY to RGB
20120903-rgb2yuv
- linux环境,c++,rgb格式转换为uyvy格式的代码-linux environment, c++, rgb the format conversion as uyvy format code
disp.rar
- linux 调用sdl库的显示程序。显示的数据为yuv(yuyv,1600x1200),支持yuv(YV12,IYUV,UYVY,YUYV等等),程序还包括rgb数据到yuv(YV12,IYUV,UYVY,YUYV)的转换。程序代码默认图像大小1600x1200,用户可根据需要修改。方便大家了解怎么样在linux进行显示。 ,the program is use sdl to display.the data of display is yuv(YUYV 1600x1200).