搜索资源列表
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 之间的转换.
YUV2RGB_64
- 在Dsp64xx上实现YUV420图像格式转RGB24格式,通过查表实现,速度快。
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格式。
YUV2Jpg
- 自己写的YUV420直接压缩转换成JPEG图像的源代码.
yuv
- 一个可以将yuv420,yuv422格式转化成RGB的程序~
YUV422转换为YUV420
- YUV422转换为YUV420,或者修改为YUV420转换为YUV422的源码,YUV422 converted to YUV420, or modify the YUV420 to YUV422 conversion of source
RGBTOYUV.RGB与YUV格式的互相转换
- RGB与YUV格式的互相转换, 支持YUV420、YUV444、YUV422,RGB and YUV format conversion with each other to support the YUV420, YUV444, YUV422
yuv420_bmp.rar
- 有效的yuv420到bmp的转换,看过其它相关的不是太复杂就是太难,用这个吧,Effective yuv420 to bmp conversion is not read other related too complicated or too difficult, using this bar
YUV_Viewer.rar
- YUV422和YUV420格式查看器,对Camera开发人员很有帮助,YUV422 and YUV420 format viewer, very useful for developers Camera
yuv2rgb_420
- YUV420转化成RGB图片的好代码,用来调试摄像头的输入挺有帮助。-A good code for reformatting YUV420 pictures into RGB code, it s really useful for the camera debug.
yuv2bmp
- yuv420转BMP图片。 转换的亮点是标定。 请根据自己的实际情况,标定图像-yuv420 turn BMP picture. Conversion of the highlights is the calibration. According to their actual situation, the calibration images
yuv
- 关于YUV文件的操作,格式转换YUV转换为RGB和YUV420格式转换为YUV400格式-YUV files on the operation of YUV format is converted to RGB format conversion to YUV400 and YUV420 format
YUV2RGB
- YUV420 与 RGB24 互相转换的函数-colour space conversion for tmndecode (H.263 decoder) ConvertRGBtoYUV ConvertYUVtoRGB ConvertYUVtoRGBWithEdge
change
- YUV422 convert to YUV420
DEMO
- yuv420转jpeg的程序,2410上运行的-yuv420 turn jpeg procedure, running on 2410. . . . .
yuv2rgb
- 很简单的程序 YUV420转RGB图像 简单易懂 有注释-YUV420 convert to RGB image