Image Processing Toolbox User's Guide |
Retrieve image model object from image object
Syntax
Description
returns the image model object associated with imgmodel
= getimagemodel(himage)
himage
. himage
must be a handle to an image object or an array of handles to image objects.
The return value imgmodel
is an image model object. If himage is an array of handles to image objects, imgmodel
is an array of image models.
If himage does not have an associated image model object, getimagemodel creates one.
Example
See Also
getimage | getline |
© 1994-2005 The MathWorks, Inc.