matlab下將圖片序列轉化爲視頻文件

將圖片序列轉化爲視頻文件ide 程序以下:code framesPath = 'E:\img\';%圖像序列所在路徑,同時要保證圖像大小相同 videoName = 'Bolt.avi';%表示將要建立的視頻文件的名字 fps = 25; %幀率 startFrame = 1; %從哪一幀開始 endFrame = 350; %哪一幀結束 if(exist('videoName','file')
相關文章
相關標籤/搜索