Used to display R stacks of T images as a "filmstrip". See examples below to see what is meant by "filmstrip". USAGE F = filmStrip( I, overlap, delta, border ) INPUTS I - MxNxTxR or MxNx1xTxR or MxNx3xTxR array (of bw or color images). R can equal 1. overlap - amount of overlap between successive frames delta - amount to shift each successive frame upward border - width of black border around each frame OUTPUTS F - filmstrip EXAMPLE - one filmstrip load images; F1 = filmStrip( video(:,:,1:15), 10, 2, 5 ); figure(1); im(F1); % one F2 = filmStrip( videos(:,:,:,1:10), 5, 2, 3 ); figure(2); im(F2); % many See also MONTAGE2 Piotr's Computer Vision Matlab Toolbox Version 2.0 Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com] Licensed under the Simplified BSD License [see external/bsd.txt]