how to prepare a video from a given images
5 ビュー (過去 30 日間)
表示 古いコメント
I have 6 images.. how to prepare video from it. I tried with im2frame command...but could not able to get it..
0 件のコメント
採用された回答
その他の回答 (1 件)
Walter Roberson
2013 年 12 月 21 日
Have a look at the examples for VideoWriter()
3 件のコメント
Walter Roberson
2013 年 12 月 22 日
struct() is the command, not structure()
If you are asking why not many commands accept structures as input, then the logic is that adding structure inputs to most commands would result in notably increased testing costs.
The VideoWriter method writeVideo does accept a structure input: the allowed approach
writeVideo(obj, mov)
takes a movie structure for its second argument.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!