concatenate-images

concatenate_images

skimage.io.concatenate_images(ic) [source]

Concatenate all images in the image collection into an array.

Parameters:

ic: an iterable of images (including ImageCollection and MultiImage)

The images to be concatenated.

Returns:

ar : np.ndarray

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

Raises:

ValueError

If images in ic don’t have identical shapes.

See also

ImageCollection.concatenate, MultiImage.concatenate

doc_scikit_image
2017-01-12 17:20:33
Comments
Leave a Comment

Please login to continue.