tiffread

版本 1.0.0.0 (3.0 KB) 作者: Matthew Eicholtz
Read multi-image TIFF file.
366.0 次下载
更新时间 2016/11/1

查看许可证

TIFFREAD Read multi-image TIFF file.
I = TIFFREAD(FILENAME) reads the input image volume.
I = TIFFREAD(FILENAME,INDICES) loads the specified frame(s). INDICES
can be a positive scalar, a vector of positive integers, or 'all'
(default, if excluded).

[___] = TIFFREAD(___,Name,Value) uses additional parameter name-value
pairs. Valid parameters include:

'Squeeze' Logical scalar indicating whether to remove
singleton dimensions or not. For grayscale images,
the output will by M-by-N-by-P when 'Squeeze' is
true and M-by-N-by-1-by-P otherwise.

Default: true

Notes
-----
1. This function is only valid if all image frames are the same size.

Example 1
---------
Read three-dimensional MRI grayscale data from file:

I = tiffread('mri.tif');

Example 2
---------
Read a series of color images from file:

I = tiffread('trees.tif',[2,3,4,6,7]);

See also IMFINFO, IMREAD, SQUEEZE.

引用格式

Matthew Eicholtz (2024). tiffread (https://www.mathworks.com/matlabcentral/fileexchange/60037-tiffread), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0