YUV422格式的數據轉換成RGB24

     作相機類程序是常常遇到YUV格式轉RGB格式的操做,如下是一個簡略有效的算法算法 typedef unsigned char uint8_t; void yuv422_to_rgb24(unsigned char *yuv422,unsigned char *rgb24, int width, int height) { int x,y; uint8_t *yuv444; yuv444
相關文章
相關標籤/搜索