Borrar filtros
Borrar filtros

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

21 visualizaciones (últimos 30 días)
EngStudent
EngStudent el 1 de Abr. de 2013
Comentada: Walter Roberson el 6 de Jul. de 2018
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 comentarios
Merrilee Thomas
Merrilee Thomas el 6 de Jul. de 2018
@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 el 6 de Jul. de 2018
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?

Iniciar sesión para comentar.

Respuesta aceptada

Anand
Anand el 1 de Abr. de 2013

Más respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by