loadimageseries

Syntax:

images = loadimageseries(foldername);

images = loadimageseries(foldername,dsp);

This function loads a series of TIFF images into a 3D array.

  • <foldername> - folder name where the images in TIFF format (.tif) are located, i.e. 'c:\test\'. The function will load every TIFF file in the folder.

  • <images> - a 3D array of loaded images, where the third dimension is image number. The images are in 8-bit or 16-bit format depending on the bitdepth of the original files.

  • <dsp> - display progress bar if 1 (true), don't display if 0 (false) or absent.