Read volume from TIFF file
reads a subset of the volume V
= tiffreadVolume(filename
,'PixelRegion',{rows,columns,slices}
)V
.
{rows,columns,slices}
is a cell array that specifies the subsampling
along each dimension.
This function supports the following kinds of TIFF volumes:
Volumetric data stored in the file as individual Image File Directories (IFDs) of the same size and kind.
Volumetric data stored in the file as one image using the TIFF
ImageDepth
tag .
Volumetric data stored as large, non-BigTIFF volumes, greater than 4GB, created by ImageJ.