Info
この質問は閉じられています。 編集または回答するには再度開いてください。
this code is correct????????????
1 回表示 (過去 30 日間)
古いコメントを表示
warning off;
clear all;
close all;
clc;
vid = imreader('1.jpg');
vid = read(obj);
video = vid . videos;
ST = 'rhinos.avi';
for frame = 1:number;
raj(frame)= getframe;
end
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 9 月 2 日
No. You need to use read() instead of getframe(). See my attached demo.
1 件のコメント
Image Analyst
2014 年 9 月 2 日
Not sure why you tagged the question with with "pls" (Partial Least Squares).
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!