YUV2RGB

所属分类:硬件设计
开发工具:C/C++
文件大小:2808KB
下载次数:0
上传日期:2018-10-26 09:59:39
上 传 者emiaki
说明:  This design example implements a basic YUV422 to RGB888 colour space conversion. The component in this example reads a single YUV422 word (representing two YUV pixels) and emits two RGB888 words (representing two RGB pixels). The testbench reads image_in.bmp (an RGB encoded bitmap), converts the data to YUV422 format, then passes the YUV422 data to the component to convert back to RGB format. The resulting RGB image (which has undergone two colour space transformations: RGB888 -> YUV422 -> RGB888) is emitted to image_out.bmp. For the sample image provided, the output can be compared to image_out.bmp.golden to verify correctness.

文件列表:
YUV2RGB\bmp.h (1504, 2017-10-28)
YUV2RGB\build.bat (2479, 2017-10-28)
YUV2RGB\image_in.bmp (6220854, 2017-10-28)
YUV2RGB\image_out.bmp.golden (6220854, 2017-10-28)
YUV2RGB\main.cpp (6101, 2017-10-28)
YUV2RGB\yuv2rgb.cpp (1293, 2017-10-28)
YUV2RGB\yuv2rgb.h (501, 2017-10-28)

This design example implements a basic YUV422 to RGB888 colour space conversion. The component in this example reads a single YUV422 word (representing two YUV pixels) and emits two RGB888 words (representing two RGB pixels). The testbench reads image_in.bmp (an RGB encoded bitmap), converts the data to YUV422 format, then passes the YUV422 data to the component to convert back to RGB format. The resulting RGB image (which has undergone two colour space transformations: RGB888 -> YUV422 -> RGB888) is emitted to image_out.bmp. For the sample image provided, the output can be compared to image_out.bmp.golden to verify correctness.

近期下载者

相关文件


收藏者