<< im2double Image Types and Color Space Conversions im2int32 >>

IPCV >> Image Types and Color Space Conversions > im2int16

im2int16

Convert image to 16-bit signed integers

Syntax

im2 = im2int16(im)

Parameters

im :

An matrix/image, which can be ANY image supported by IPCV.

im2 :

Output image, a 16-bit signed integer matrix.

Description

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

See also

Authors


Report an issue
<< im2double Image Types and Color Space Conversions im2int32 >>