numberOfStrips
图像中的条带总数
说明
示例
确定图像中的条带数
确定 TIFF 文件的第二个图像中的条带数。
为文件 example.tif
创建一个 Tiff
对象。
t = Tiff('example.tif','r');
当您创建 Tiff
对象时,当前图像文件目录指向 TIFF 文件中的第一个图像。要获取第二个图像的数据,请将图像文件目录更改为指向第二个图像。
nextDirectory(t)
获取该图像中的条带数。
if ~isTiled(t) % if the image does not have a tiled layout numStrips = numberOfStrips(t) end
numStrips = 7
关闭 Tiff
对象。
close(t);
算法
参考
此函数对应于 LibTIFF C API 中的 TIFFNumberOfStrips
函数。要使用此函数,您必须熟悉 TIFF 规范和技术说明。请访问 LibTIFF - TIFF 库和实用工具查看此文档。
版本历史记录
在 R2009b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)