Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
raj
raj il 2 Set 2014
Chiuso: MATLAB Answer Bot il 20 Ago 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

Risposte (1)

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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by