How to view img stack as multiple 2D images

13 visualizaciones (últimos 30 días)
Lana
Lana el 22 de Mayo de 2012
I have a set of 2D images from a confocal stack, what I would like to do is create a viewing window in which I could use a slider to manually "play" through the images so that I can place ROI markers in the right locations for further processing. Is there a neat way to visualize the stack of 2D images in so I can manually play thorugh them?

Respuestas (1)

Image Analyst
Image Analyst el 22 de Mayo de 2012
In the callback function for you slider, get the slider value (between 1 and N, the number of images in your stack), and construct the proper filename from that slider value, then call imshow().

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by