Azzera filtri
Azzera filtri

Info

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

can exist 2 channel within one vedio frame?why we count frames in algorithm part on matlab

1 visualizzazione (ultimi 30 giorni)

function grmovstruct = myvideo(structname)

fcount = size(structname,2); for i = fcount:-1:1

    grvedio = rgb2gray(structname(i).cdata);
    imshow(grvedio);
    grmovstruct(i) = getframe;
end
movie(grmovstruct);
end

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by