Main Content

getClassType

Get class of image from image model

Description

imgclass = getClassType(imgmodel) returns the class associated with the image model, imgmodel.

Input Arguments

collapse all

Image model, specified as a scalar imagemodel object.

Output Arguments

collapse all

Class of the image CData, returned as a character vector such as 'uint8'.

Version History

Introduced before R2006a