{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / io / _io / imread_collection

function

skimage.io._io:imread_collection

source: /dev/scikit-image/src/skimage/io/_io.py :96

Signature

def   imread_collection ( load_pattern conserve_memory = True plugin = <DEPRECATED> ** plugin_args )

Summary

Load a collection of images.

Parameters

load_pattern : str or list

List of objects to load. These are usually filenames, but may vary depending on the currently active plugin. See ImageCollection for the default behaviour of this parameter.

conserve_memory : bool, optional

If True, never keep more than one in memory at a specific time. Otherwise, images will be cached once they are loaded.

Returns

ic : :class:`~.ImageCollection`

Collection of images.

Other Parameters

plugin_args : DEPRECATED

The plugin infrastructure is deprecated.

plugin : DEPRECATED

plugin is deprecated.

Aliases

  • skimage.io.imread_collection

Referenced by

This package