MATLAB Function Reference |
Convert movie frame to indexed image
Syntax
[X,Map] = frame2im(F)
Description
[X,Map] = frame2im(F)
converts the single movie frame F
into the indexed image X
and associated colormap Map
. The functions getframe
and im2frame
create a movie frame. If the frame contains truecolor data, then Map
is empty.
See Also
fprintf (serial) | frameedit |