movie2images

PURPOSE ^

Creates a stack of images from a matlab movie M.

SYNOPSIS ^

function I = movie2images( M )

DESCRIPTION ^

 Creates a stack of images from a matlab movie M.

 Repeatedly calls frame2im. 
 Useful for playback with playmovie.
 
 INPUTS
   M   - a matlab movie
   
 OUTPUTS
   I   - MxNxT array (of images)

 EXAMPLE
   load( 'images.mat' );
   M = makemovies( videos );
   playmovie(movie2images(M));

 DATESTAMP
   29-Sep-2005  2:00pm

 See also PLAYMOVIE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003