skimage2.io#

Warning

This module is part of the experimental skimage2 namespace and is subject to change without notice. Do not use it in production code. See the migration guide for more details.

Reading and saving of images and videos.

concatenate_images

Concatenate all images in the image collection into an array.

imread

Load an image from file.

imread_collection

Load a collection of images.

imread_collection_wrapper

imsave

Save an image to file.

load_sift

Read SIFT or SURF features from externally generated file.

load_surf

Read SIFT or SURF features from externally generated file.

pop

Pop an image from the shared image stack.

push

Push an image onto the shared image stack.

ImageCollection

Load and manage a collection of image files.

MultiImage

A class containing all frames from multi-frame TIFF images.