huangrun 发表于 2009-2-25 17:19

求助:如何用matlab处理多页的tiff文件

因为实验采集到的连续图像是以多页的tiff的文件格式进行保存的,而我现在需要对这里的每一幅图像进行相同的图像处理操作,我应该怎么调用呢?

我因为实验需要开始学习matlab, 作为初学者对上面的问题不知道怎么解决,望高手帮忙!谢谢啦!

[ 本帖最后由 huangrun 于 2009-2-25 17:21 编辑 ]

ChaChing 发表于 2009-2-25 20:59

回复 楼主 huangrun 的帖子

Help imread
里头不是有吗?!
[...] = imread(...,idx) reads in one image from a multi-image TIFF file. idx is an integer value that specifies the order in which the image appears in the file.

huangrun 发表于 2009-2-27 11:23

回复 沙发 ChaChing 的帖子

唉,谢谢你呀,我还真是初学者,以后会多看看帮助文档的~~
页: [1]
查看完整版本: 求助:如何用matlab处理多页的tiff文件