搜索资源列表
rawsource
- RawSource (string filename, int width, int height, string pixel_type, int offset) # for loading raw video data # # filename: the raw file e.g. a YUV-file # width, height: you must specify the image dimensions. width is max 2880 # pixel_type
yuvconverter_src.zip
- yuv,yv12,yuy2等各种格式与rgb格式之间的转换.,yuv, yv12, yuy2 various format and rgb conversion between formats.
rgb24_to_yv12.zip
- rgb24_to_yv12 颜色转换 ,rgb 转yv12,rgb24_to_yv12
YV12TORGB24
- 这个程序实现了YV12转化为RGB24显示,使用FFMPEG开源库,值得学习的地方是转码,显示.开源FFMPEG使用.-This application implements YV12 into RGB24 display, using FFMPEG open source library, and the place of study is the code, display. Open source FFMPEG use.
yv12_y 分量显示器
- YUV分量显示程序。可分别显示Y,U,V 分量。对于理解YUV机制有很好的帮助。-YUV component display program. May showed the Y, U, V components. YUV mechanism for understanding a very good help.
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.
fvYUY2YV12Cnv
- Filter for convert YUV2 format to YV12 format.
YUV2BMP
- 高效算法:YV12 转 RGB 测试没有问题-Efficient algorithm: the YV12 to RGB test
mtest1.c
- RGB TO YUV转换原理及代码示例 RGB TO YUV转换原理及代码示例 由于H.264等压缩算法都是在YUV的颜色空间上进行的,所有在进行压缩前,首先要进行颜色空间的转换。如果摄像头采集的资源是RGB的,那么首先要转换成YUV,如果是YUV的,那么要根据压缩器具体支持的YUV格式做数据的重排。本文以RGB24àYUV420(YV12)为例,讲解颜色空间转换的原理。-RGB TO YUV conversion principle and code examples RGB TO
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).
RGV2YUV
- 利用CUDA实现RGB2YUV的转换 目前支持YV12格式-convert from RGB to YUV by CUDA currently support YV12 format
YU12-RGB
- YV12与RGB24格式间的相互转换,以优化。-YV12 and RGB24 format conversion between.
YVRGB(YV12-RGB)
- RGB与YV12数据之间互相转换,可RGB转YV12,也可以YV12转RGB,原图为24位BMP,已经修正BMP数据对齐,保存到BMP算法已优化,里面带一个YUV播放器,采用vc6编写-The mutual conversion between the RGB data and yv12, RGB yv12, yv12 turn RGB, artwork for 24 bits BMP, has been amended BMP data alignment, save to BMP algor
YV12TORGB24
- YV12转RGB通过FFMPEG的函数中,不需要自己写复杂的算法,适合初学者。-YV12 to RGB via FFMPEG the function, do not need to write complex algorithms, suitable for beginners.