imshow_collection
-
skimage.io.imshow_collection(ic, plugin=None, **plugin_args)
[source] -
Display a collection of images.
Parameters: ic : ImageCollection
Collection to display.
plugin : str
Name of plugin to use. By default, the different plugins are tried until a suitable candidate is found.
Other Parameters: plugin_args : keywords
Passed to the given plugin.
Please login to continue.