makemoviesets2

PURPOSE ^

[5D] Used to convert S sets of R videos into a movie.

SYNOPSIS ^

function M = makemoviesets2( IS, montagesparams )

DESCRIPTION ^

 [5D] Used to convert S sets of R videos into a movie.

 Displays one set per row.  Each of the S sets is flattened to a single long image by
 concatenating the T images in the set.

 Alternative to makemoviesets.
 Works by calling montages2 once per frame.

 INPUTS
   IS              - MxNxTxRxS or MxNx1xTxRxS or MxNx3xTxRxS array
   montagesparams  - [optional] cell array of params for montages2

 OUTPUTS
   M               - resulting movie

 EXAMPLE
   load( 'images.mat' );
   M = makemoviesets2( videoclusters );
   movie( M );

 DATESTAMP
   29-Sep-2005  2:00pm

 See also MAKEMOVIE, MAKEMOVIESETS

CROSS-REFERENCE INFORMATION ^

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