load_images

load_images(paths, dtype=None, **kwargs)[source]

Loads all images from the paths into memory and stores them in an ImageStack.

Parameters
paths: list

Paths of the images

dtype: dtype, optional

The dtype all images will be converted to.

kwargs:

All kwargs are forwarded to crackdect.imagestack.ImageStack.from_paths()

Returns
out: ImageStack