Main Content
imagemodel
Image model object
Description
An image model object stores information about an image such as class, type, display range, width, height, minimum intensity value and maximum intensity value.
The image model object supports functions that you can use to access this information, get
information about the pixels in an image, and perform special text formatting. An
imagemodel
object works by querying the target image
CData
.
Creation
Description
Input Arguments
Object Functions
getClassType | Get class of image from image model |
getDisplayRange | Get display range of image from image model |
getImageHeight | Get height of image from image model |
getImageType | Get type of image from image model |
getImageWidth | Get width of image from image model |
getMaxIntensity | Get maximum value of image from image model |
getMinIntensity | Get minimum value of image from image model |
getNumberFormatFcn | Get function handle that converts numeric value into character vector |
getPixelInfoString | Get pixel value as character vector |
getPixelRegionFormatFcn | Get function handle that formats pixel value into character vector |
getPixelValue | Get pixel value as numeric array |
getDefaultPixelInfoString | Get default pixel value as character vector |
getDefaultPixelRegionString | Get type of information displayed in Pixel Region tool as character vector |
getScreenPixelRGBValue | Get screen value of specified pixel in image model |
getimagemodel | Image model object from image object |
Examples
Version History
Introduced before R2006a