fluiddyn.io.image

Read and save image files

Functions

imread(path, *args, **kwargs)

Wrapper for OpenCV/SciPy imread functions.

imread_h5(path)

Read image(s) stored in a HDF5 file.

imsave(path, array[, format, as_int])

Alternative implementation of scipy.misc.imsave function.

imsave_h5(path, array[, params, attrs, ...])

Saves an image as a compressed HDF5 file.

Classes

ImageH5File(*args, **kwargs)