How can I convert binary frames into movie?

 Respuesta aceptada

Walter Roberson
Walter Roberson el 25 de Mayo de 2015
bw = colormap(gray(2));
Then for each frame
frame = im2frame(uint8(YourBinaryImage), bw);
then use VideoWriter to write the frame; see http://www.mathworks.com/help/matlab/ref/videowriter-class.html

Más respuestas (1)

Image Analyst
Image Analyst el 25 de Mayo de 2015

0 votos

I've attached a couple of demos that make movies. Try them out and adapt them to your purposes.

Preguntada:

el 25 de Mayo de 2015

Respondida:

el 25 de Mayo de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by