[mmInt32] [Up] [mmUint16] Data Type Conversion

mmUint8
Convert an image to an uint8 image.

Synopsis

Image mmUint8 ( const Image& f );

Input

f Image

Any image

Output

img Image [ Gray-scale uint8 image ]

The converted image

Description

mmUint8 clips the input image between the values 0 and 255 and converts it to the unsigned 8-bit datatype.

See also

mmUint16 Convert an image to a uint16 image.
mmInt32 Convert an image to an int32 image.
mmDatatype Return the image datatype string
[mmInt32] [Up] [mmUint16]