MATLAB 帮助中心
图像中的图块总数
numTiles = numberOfTiles(t)
numTiles = numberOfTiles(t) 返回在 Tiff 对象 t 中指定的图像中的图块总数。
t
Tiff
示例
全部折叠
为文件 example.tif 创建一个 Tiff 对象。
example.tif
t = Tiff('example.tif','r');
检查图像是否为块状布局,然后获取图像中的图块数。
if isTiled(t) % If the image has tiled layout nTiles = numberOfTiles(t) end
nTiles = 110
关闭 Tiff 对象。
close(t);
代表 TIFF 文件的 Tiff 对象。使用 Tiff 函数创建该对象。
此函数对应于 LibTIFF C API 中的 TIFFNumberOfTiles 函数。要使用此函数,您必须熟悉 TIFF 规范和技术说明。请访问 LibTIFF - TIFF 库和实用工具查看此文档。
TIFFNumberOfTiles
在 R2009b 中推出
numberOfStrips | isTiled
numberOfStrips
isTiled
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:United States。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处