MATLAB 帮助中心
包含指定坐标的图块的编号
tileNumber = computeTile(t,coord)
tileNumber = computeTile(t,coord,plane)
tileNumber = computeTile(t,coord) 返回图块的索引,该图块包含 coord 中指定的像素。computeTile 函数将在图像边界处剪切超出范围的坐标值。
t
coord
computeTile
示例
tileNumber = computeTile(t,coord,plane) 返回图块的索引,该图块包含指定 plane 中的像素。
plane
全部折叠
为文件创建 Tiff 对象并获取图像中的行数和列数。
Tiff
t = Tiff('example.tif','r'); numRows = getTag(t,'ImageLength'); numCols = getTag(t,'ImageWidth');
获取包含图像中最后一个像素的图块的索引。
tileNum = computeTile(t,[numRows numCols])
tileNum = 110
关闭 Tiff 对象。
close(t);
代表 TIFF 文件的 Tiff 对象。使用 Tiff 函数创建该对象。
row
col
像素坐标,指定为 [row, col] 形式的整数数组。整数 row 和 col 是从 1 开始的正标量索引。
示例: [100,50]
[100,50]
数据类型: double
double
平面编号,指定为正整数。plane 的值必须从 1 开始。
仅当数据被组织到不同平面时才使用 plane 参数。当 PlanarConfiguration 标记的值为 Tiff.PlanarConfiguration.Separate 时,数据将被组织到不同的平面。
PlanarConfiguration
Tiff.PlanarConfiguration.Separate
示例: 1
1
此函数对应于 LibTIFF C API 中的 TIFFComputeTile 函数。要使用此函数,您必须熟悉 TIFF 规范和技术说明。请访问 LibTIFF - TIFF 库和实用工具查看此文档。
TIFFComputeTile
在 R2009b 中推出
computeStrip | Tiff
computeStrip
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.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处