clear all; clc;
fid = fopen('Data/Testing/down.yuv','r'); %读入文件
fod = fopen('Data/Testing/test.yuv','w'); %输出文件
row=768/2;col=1024/2; %图像的高、宽
frames=97; % total=97 %序列的帧数
for frame=1:frames
%读入文件 将yuv转换为rgb,
Matlab 读写yuv文件
最新推荐文章于 2024-11-28 12:17:28 发布
![](https://img-home.csdnimg.cn/images/20240711042549.png)