filmstrip

PURPOSE ^

[3D] Used to display a stack of T images as a filmstrip.

SYNOPSIS ^

function F = filmstrip( I, overlap, delta, border )

DESCRIPTION ^

 [3D] Used to display a stack of T images as a filmstrip. 

 INPUTS
  I          - MxNxT or MxNx1xT or MxNx3xT array (of bw or color images)
  overlap    - amount of overlap between successive frames
  delta      - amount to shift each successive frame upward
  border     - width of black border around each frame

 EXAMPLE
   load images;
   F = filmstrip( video(:,:,1:15), 10, 2, 5 ); 
   figure(1); im(F);

 DATESTAMP
   07-Oct-2005  5:00pm

 See also MONTAGE2, FILMSTRIPS

CROSS-REFERENCE INFORMATION ^

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