<< im2int8 SIVP - Scilab Image and Video Processing Toolbox im2uint8 >>

SIVP - Scilab Image and Video Processing Toolbox >> SIVP - Scilab Image and Video Processing Toolbox > im2uint16

im2uint16

Convert image to 16-bit unsigned integers

Calling Sequence

im2 = im2uint16(im)

Parameters

im
An matrix/image, which can be ANY image supported by SIVP.
im2
Output image, a 16-bit unsigned integer matrix.

Description

im2uint16 convert intensity or RGB images to 16-bit unsigned integers. If the input is of class uint16, the output image is identical to it. Otherwise, im2uint16 rescales or offsets the data, and returns the equivalent image of class uint16.

Authors

Availability

The latest version of SIVP can be found at

http://sivp.sf.net

See Also

<< im2int8 SIVP - Scilab Image and Video Processing Toolbox im2uint8 >>