[mmlimits] [Up] [mmmaxleveltype] Image Information and Manipulation

mmdatatype
Return the image datatype string

Synopsis

type = mmdatatype ( 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.

[mmlimits] [Up] [mmmaxleveltype]