playmovie

PURPOSE ^

[3D] shows the image sequence I as a movie.

SYNOPSIS ^

function playmovie( I, fps, loop )

DESCRIPTION ^

 [3D] shows the image sequence I as a movie.

 To play a matlab movie file, as an alternative to movie, use:
   playmovie(movie2images(M));

 INPUTS
   I       - MxNxT or MxNx1xT or MxNx3xT array (of images)
   fps     - [optional] maximum number of frames to display per second
             use fps==0 to introduce no pause and have the movie play as fast as possible
   loop    - [optional] number of time to loop video (may be inf)

 EXAMPLE
   load( 'images.mat' );
   playmovie( videos(:,:,:,1) );

 DATESTAMP
   29-Sep-2005  2:00pm

 See also MONTAGE2, PLAYMOVIES, MAKEMOVIE, MOVIE2IMAGES, MOVIE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 02-Oct-2005 19:35:28 by m2html © 2003