View source: R/readTiffStack.R
readTiffStack | R Documentation |
Reads TIFF image stacks into an array. It uses the function readTIFF
in the package 'tiff' and runs in parallel using the packages 'foreach' and 'doParallel'.
readTiffStack(path, cores = 2)
path |
path of the folder where the TIFF images are stored |
cores |
number of cores for parallel computation (default=2) |
An array with dimensions depending on the number of channels in the images. The first two dimensions indicate the image width and height in pixels, and the last dimension is the number of images in the stack.
Alessio Veneziano
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.