{ } Raw JSON

bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / io / collection / ImageCollection / concatenate

function

skimage.io.collection:ImageCollection.concatenate

source: /dev/scikit-image/src/skimage/io/collection.py :397

Signature

def   concatenate ( self )

Summary

Concatenate all images in the collection into an array.

Returns

ar : np.ndarray

An array having one more dimension than the images in self.

Raises

: ValueError

If images in the skimage.io.ImageCollection do not have identical shapes.

See also

skimage.io.concatenate_images

Aliases

  • skimage.io.ImageCollection.concatenate