Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
can exist 2 channel within one vedio frame?why we count frames in algorithm part on matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!