[mmUint8] [Up] [mmFrame] Data Type Conversion

mmUint16
Convert an image to a uint16 image.

Synopsis

Image mmUint16 ( const Image& f );

Input

f Image

Any image

Output

img Image

The converted image

Description

mmUint16 clips the input image between the values 0 and 65535 and converts it to the unsigned 16-bit datatype.

See also

mmInt32 Convert an image to an int32 image.
mmUint8 Convert an image to an uint8 image.
mmDatatype Return the image datatype string
[mmUint8] [Up] [mmFrame]