Matlab codes that can convert YUV video sequence to RGB images. The number of frames that need to be converted can be set by users.
2021-12-28 11:50:55 2KB yuv to rgb yuv
1
将内存中YUV数据(char* pBuf,int nLen)转成opencv的Mat格式,RGB显示
2021-11-10 17:17:25 4KB YUV2RGB Mat
1
抓取摄像机视频流一帧的YUV数据,转RGB转bitmap图的类,从现项目中剥离的,保证能用 。
2021-03-23 19:42:36 1KB YUV2RGB YUV2BMP YUV 视频解码
1