CLASS vlt.image/imseq.imseq_matlab¶
IMSEQ_MATLAB - turn image files that can be read by Matlab's IMREAD into an IMSEQ object
See the reference page.
Examples:
ims = imseq_matlab('ngc6543a.jpg')
ims.imsize
ims.numframes
d = ims.frame(1,1);
figure;
image(d);
% suppose you have a multi-frame TIFF in myfile.tif
ims = imseq_matlab('myfile.tif');
Superclasses¶
none
Properties¶
none
Methods¶
none