搜索资源列表
实现YUV420转UYVY
- 实现YUV420转UYVY
yuv2rgbCode
- 降YUV420格式转换为RGB24/32格式 的程序代码-drop YUV420 RGB24/32 format conversion to the format code
reply_1_174360
- 此程序是用VC实现在屏幕中显示YUV420格式的图象!-with VC on the screen showed the image format YUV420!
800131-rgb2yuv420
- rgb(24)到yuv420的快速转换。在很多时候这种转换都是很需要的。-Convert RGB 24bit to YUV4:2:0
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
ME_NEW
- YUV420显示的源代码, 默认为CIF格式显示, 还在一扩展功能.-YUV420 show the source code, the default format for the CIF, is an expansion.
yuv2rgb-Nov14new
- 用汇编写成yuv420 to rgb565程序,优化程度很高-used to compile written yuv420 rgb565 procedures, the high level of optimization
yuv_chip
- 把YUV,CIF,YUV420格式的视频图像分解成单个图像文件-put YUV, CIF, YUV420 format video image is decomposed into a single image file
YUV422to420Convert
- 自己编写的YUV422到YUV420的图象格式转换函数代码-themselves prepared to YUV420 YUV422 image format conversion function code
dirac-0.5.0.tar
- 各种 yuv422 yuv420 yuv411 等合适到 rgb 之间的转换以及 rgb 到bmp bmp到 rgb 之间的转换. -Yuv422 yuv420 yuv411 such as a variety of appropriate conversion between the rgb and rgb to bmp bmp to rgb conversion between.
CameraDriver2440
- WINCE5.0系统下,OV9650 CAMERA驱动程序,本程序可以实现单张抓图,输出YUV420格式数据-WINCE5.0 system, OV9650 CAMERA driver, this procedure can be achieved leaflet capture, output YUV420 format data
YUV2RGB_64
- 在Dsp64xx上实现YUV420图像格式转RGB24格式,通过查表实现,速度快。-Dsp64xx achieved in the YUV420 image format to RGB24 format, through the look-up table to achieve speed.
YUV4202UYVY
- 具体描述视频格式中的YUV420到UYVY转换的方法与算法实现-Specific descr iption of the YUV420 video formats to UYVY conversion methods and algorithms to achieve
RGB2YUV
- 采用intel奔腾2以后处理器支持的mmx指令集,宽位处理,将一张BMP图像转换成YUV420,大大提高i在pc上的运行速度。-2 after the use of intel Pentium processor support mmx instruction set, wide-bit processing, will be converted into a BMP image YUV420, greatly increased in
yuv420Toargb32.zip
- yuv420(yuv12) to ARGB32,yuv420(yuv12) to ARGB32
yuv420ToArgb_MMX(2.0)
- yuv420(yuv12) to ARGB using MMX assembly with VC and test successfully in direct draw ARGB mode by Jesse stone 100% work-yuv420 (yuv12) to ARGB using MMX assembly with VC and test successfully in direct draw ARGB mode by
rgb2yuv420
- 可将一组BMP图像转换为一个yuv420序列,已编译通过-One group can be converted to a BMP image YUV420 sequence, has been compiled through
yuv_bmp
- 自己优化的一个yuv420转bmp文件(rgb24)文件的一个小工具,做视频处理的同仁可能用的到.-Optimization of a YUV420 own bmp file transfer (rgb24) document a small tool to do the deal with video may be used to Tongren.
rotate
- 对yuv图像顺时针旋转90°的代码,一次只能旋转一个分量,例如,对于yuv420图像,采用 rotate( m_image_w,m_image_h, y, NULL ) rotate( m_image_w/2,m_image_h/2, u, NULL ) rotate( m_image_w/2,m_image_h/2, v, NULL ) 如果dstdata为NULL,哪么程序会将输入srcdata当作输出-
UYVY_T0_YUV420
- 很好地将视频YUV的UYVY格式转换为YUV420格式。-Good will of the UYVY format YUV video is converted to YUV420 format.