搜索资源列表
yuv2rgb
- 将输入的yuv图像转为rgb24图像保存为bmp格式-Yuv image into the input image is saved as bmp format rgb24
YUV2RGB
- YUV图像数据转换为RGB格式。 含YUV颜色转换R、G、B分量的函数-YUV Image Format to RGB Format. Including Get R/G/B Color Compoment from YUV pixel.
YUV2RGB
- 该代码可将YUV图像数据转换为VGA显示器能显示的RGB数据,R,G,B的位宽均为4,转换速度快。-The code can be converted to a YUV image data of RGB VGA monitor can display the data, R, G, B of the bit width of 4, the conversion speed.
code-yuv2rgb
- #define XSIZE 640 #define YSIZE 480 #define IMGSIZE XSIZE * YSIZE typedef struct RGB { unsigned char R unsigned char G unsigned char B }RGB struct RGB in[IMGSIZE] //需要计算的原始数据 unsigned char out[IMGSIZE] //计算后的结果-you must nee
2f0d6763eae7
- yuv2rgb vhdl语言 可以将yuv格式图像转换为rgb格式,非常好用- The code can be converted to a YUV image data of RGB VGA monitor can display the data, R, G, B of the bit width of 4, the conversion speed.