imshow

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.

doc_scikit_image
2017-01-12 17:21:35
Comments
Leave a Comment

Please login to continue.