Displays images in graphic window
imshow(im) imshow(im, outputMode)
imshow
can only show images in 0-255 range. Before showing a image, it convert
im
to unsigned char first using
uint8()
.imshow
using an interface developed by SIVP, not
the figure object using in Scilab. Only one imshow window can pop
up.
http://sivp.sf.net