Info

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

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

1 vue (au cours des 30 derniers jours)
suresh gunarathna
suresh gunarathna le 21 Oct 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021

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

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by