How to I imread and imshow a stack of tiff images?

21 次查看(过去 30 天)
I have created a stack of images and I want to view them using the imshow function but I always get the error message saying that matlab can only display one frame from this multiframe file. How do I view all the frames in a multiframe file?
  3 个评论
Merrilee Thomas
Merrilee Thomas 2018-7-6
@walterRoberson - how can you view the tiff stack in a time sequence? In image J there is a thing called plot Z stack image profile. Is there a way to do that same thing in matlab? I want to be able to take a mask and then take all the highlighted areas of interest and turn them into x and y data that the x data is time and Y would be a change in fluorescence data points. Please HELP! Thanks M
Walter Roberson
Walter Roberson 2018-7-6
To display images in time sequence, I like to recommend the File Exchange contribution videofig()
I am not familiar with "plot Z stack image profile".
If you had images you wanted to display at different Z values, then one way is to use warp() in the form warp(Z, RGB)
Do you have sample inputs and outputs for us to look at for what you are trying to do?

请先登录,再进行评论。

采纳的回答

Anand
Anand 2013-4-1

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Read, Write, and Modify Image 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by