简体   繁体   English

在Matlab中将图像序列转换为视频

[英]Image Sequences to video conversion in matlab

I have to convert image sequences to a video using 'matlab R2010a' version. 我必须使用“ matlab R2010a”版本将图像序列转换为视频。 What function should I use to load images to a video? 我应该使用什么功能将图像加载到视频中? In 'Matlab R2013a' version, 'writeVideo' is used. 在“ Matlab R2013a”版本中,使用了“ writeVideo”。 What is the related function of 'writeVideo' in 'R2010a' version? “ R2010a”版本中“ writeVideo”的相关功能是什么?

If your images are created by some Matlab code, then you can always save them as image files (check out the print function), and use some utility (like VirtualDub ) to convert the image files to video. 如果您的图像是由某些Matlab代码创建的,则始终可以将它们另存为图像文件(签出print功能),并使用某些实用程序(如VirtualDub )将图像文件转换为视频。

If it is enough to play the image sequence without saving it, then use the movie function. 如果足以在不保存的情况下播放图像序列,请使用movie功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM