You are here : matlabImage Processingimagemodel

imagemodel() - Image Processing

imgmodel = imagemodel(himage) creates
an image model object associated with a target image. The target image himage is
a handle to an image object or an array of handles to image objects. imagemodel returns
an image model object or, if himage is an array
of image objects, an array of image model objects. imagemodel works
by querying the image object's CData.


Syntax

imgmodel = imagemodel(himage)


Example

h = imshow('peppers.png');
im = imagemodel(h);


Output / Return Value


Limitations


Alternatives / See Also


Reference