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

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

im2int32

Convert image to 32-bit signed integers

Calling Sequence

im2 = im2int32(im)

Parameters

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

Description

im2int32 convert intensity or RGB images to 32-bit signed integers. If the input is of class int32, the output image is identical to it. Otherwise, im2int32 rescales or offsets the data, and returns the equivalent image of class int32.

Authors

Availability

The latest version of SIVP can be found at

http://sivp.sf.net

See Also

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