bundles / skimage latest / 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 listList 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, optionalIf 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: DEPRECATEDThe plugin infrastructure is deprecated.
plugin: DEPRECATEDpluginis deprecated.
Aliases
-
skimage.io.imread_collection