MOV = IM7TOMOVIE(FILENAME, 'options', ...) converts the series of DaVis
files matching FILENAME into a movie MOV, that can be saved as an AVI
file using the command MOVIE2AVI. All data formats supported by
loadvec are allowed (e.g., VC7, IM7 etc.) FILENAME is a string which
can contain wildcards (*) and brackets for file number enumeration
(see loadvec for all available syntax).
The Image Processing toolbox is required for this function.
This command is essentially similar to MOV = showf(FILENAME,...).
The essential difference is that here the whole files are NOT stored
into a PIVMat structure, but are loaded one by one. This allows the
user to generate very large movies without 'out of memory' problems.
All the options of showf (e.g., 'clim', 'cmap', 'surf', 'title' etc.)
are available with imvectomovie.
Example
mov = imvectomovie('B*.im7', 'clim', 2000, 'verbose');
movie2avi(mov, 'mymovie.avi', 'fps', 10);
See Also
MOVIE2AVI, loadvec, showf
Published output in the Help browser
showdemo imvectomovie