imshow
-
skimage.io.imshow(arr, plugin=None, **plugin_args)
[source] -
Display an image.
Parameters: arr : ndarray or str
Image data or name of image file.
plugin : str
Name of plugin to use. By default, the different plugins are tried (starting with the Python Imaging Library) until a suitable candidate is found.
Other Parameters: plugin_args : keywords
Passed to the given plugin.
Please login to continue.