[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