montages2

PURPOSE ^

MONTAGES2 [4D] Used to display R sets of T images each.

SYNOPSIS ^

function varargout = montages2( IS, montage2params, padsize )

DESCRIPTION ^

MONTAGES2 [4D] Used to display R sets of T images each.  

 Displays one montage (see montage2) per row.  Each of the R image sets is flattened to
 a single long image by concatenating the T images in the set.
 Alternative to montages.

 INPUTS
   IS                  - MxNxTxR or MxNx1xTxR or MxNx3xTxR array 
   montage2params      - [optional] params for montage2; ex: {showlines, extrainfo}
   padsize             - [optional] total amount of vertical or horizontal padding

 OUTPUTS
   I                   - 3D or 4D array of flattened images, displayed with montage2
   mm                  - #montages/row
   nn                  - #montages/col

 EXAMPLE
   load( 'images.mat' );
   imageclusters = clustermontage( images, IDXi, 16, 1 );
   montages2( imageclusters );

 DATESTAMP
   29-Sep-2005  2:00pm

 See also MONTAGES, MAKEMOVIES, MONTAGE2, CLUSTERMONTAGE

CROSS-REFERENCE INFORMATION ^

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