Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
raj
raj le 2 Sep 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
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

Réponses (1)

Image Analyst
Image Analyst le 2 Sep 2014
No. You need to use read() instead of getframe(). See my attached demo.
  1 commentaire
Image Analyst
Image Analyst le 2 Sep 2014
Not sure why you tagged the question with with "pls" (Partial Least Squares).

Cette question est clôturée.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by