Info

この質問は閉じられています。 編集または回答するには再度開いてください。

this code is correct????????????

1 回表示 (過去 30 日間)
raj
raj 2014 年 9 月 2 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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

回答 (1 件)

Image Analyst
Image Analyst 2014 年 9 月 2 日
No. You need to use read() instead of getframe(). See my attached demo.
  1 件のコメント
Image Analyst
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!

Translated by