bundles / skimage latest / 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.ndarrayAn array having one more dimension than the images in
self.
Raises
: ValueErrorIf images in the skimage.io.ImageCollection do not have identical shapes.
See also
Aliases
-
skimage.io.ImageCollection.concatenate