imaqmontage
Sequence of image frames as montage
Syntax
Description
imaqmontage(
calls the
obj
)getsnapshot
function on video input object obj
and
displays a single image frame in a MATLAB figure window using the imagesc
function.
imaqmontage(...,
displays a montage of image frames. Use CLIM
)CLIM
to specify a scaling value
when overscaling the image data is a risk, for example, when you are working with devices
that provide data in a 12-bit format.
returns a handle to the image object containing the montage.h
= imaqmontage(...)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a