Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)

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

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by