ImLab Scilab Function
Last update :
imshow - image displaying
Calling Sequence
-
[image_displayed] = imshow(image_data[,mask])
Parameters
-
image_displayed
: is equal to image_data if no 'mask' value is specified or equal to image_data with null values under null vales in 'mask'
-
image_data
: image pixel values
-
mask
: matrix returned by an ImLab function or user-defined matrix having the same size than image_data, allows to compute the output value only for the area which is selected. If mask is defined, the output value is computed only for values of image_data corresponding to non zero value in mask
Description
This function displays an image in a scilab graphic window. When you put the cursor on the image, you can read the value of red green blue components or gray level valueon top of the window (Linux, Unix) or on bottom window (Windows). However, you can't do anything in scilab when this function gives you color levels. To end it, clic right on the image. Image will be still displayed but cursor following is terminated.