imshow

Show an image to screen.

Parameters

image
Type: Image

Image that is to be shown on the screen.

title
Type: string

Title of the window. If none given (default), window is named by "Figure id".

If figure with given title exists, than the image content is updated with the given image.

Return Value

Type: Figure

If figure with given title exists already, that figure is returned, otherwise new figure is created and returned.

Throws

ContextNotInitialized

Meta