Convert image to 8-bit unsigned integers
im2 = im2uint8(im)
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
.
http://sivp.sf.net