MATLAB Function Reference | Search  Help Desk |
frame2im | See Also |
Convert movie frame to indexed image
[X,Map] = frame2im(F)
[X,Map] = frame2im(F)
converts the single movie frame F
into the indexed image X
and associated colormap Map
. A single column of a movie matrix is one movie frame. The functions getframe
and im2frame
create a movie frame.
capture
, im2frame
, movie