[mmRoi] [Up] [mmBmpread] Image Information and Manipulation

mmDatatype
Return the image datatype string

Synopsis

String mmDatatype ( const Image& f );

Input

f Image [ Unsigned gray-scale (uint8 or uint16), signed (int32) or binary image ]

Any image

Output

type String

String representation of image type: 'binary', 'uint8', 'uint16' or 'int32'

Description

mmDatatype returns a string that identifies the pixel datatype of the image f.

[mmRoi] [Up] [mmBmpread]