Main Content
tiffreadVolume
Description
reads a subset of the volume or time series V
= tiffreadVolume(filename
,'PixelRegion',{rows,columns,slices}
)V
.
{rows,columns,slices}
is a cell array that specifies the subsampling
along each dimension.
Examples
Input Arguments
Output Arguments
Tips
This function supports reading volumetric and time series data from the following kinds of TIFF stacks:
Image data stored in the file as individual Image File Directories (IFDs) of the same size and kind.
Image data stored in the file as one image using the TIFF
ImageDepth
tag.Image data stored as large, non-BigTIFF files, greater than 4GB, created by ImageJ.
Version History
Introduced in R2020b