<< im2uint16 Image Types and Color Space Conversions imgraythresh >>

IPCV >> Image Types and Color Space Conversions > im2uint8

im2uint8

Convert image to 8-bit unsigned integers

Syntax

im2 = im2uint8(im)

Parameters

im :

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

im2 :

Output image, an 8-bit unsigned integer matrix.

Description

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

See also

Authors


Report an issue
<< im2uint16 Image Types and Color Space Conversions imgraythresh >>