Scrolling and choosing image to display on figure.

5 visualizaciones (últimos 30 días)
Mikhail
Mikhail el 10 de Sept. de 2014
Comentada: Mikhail el 11 de Sept. de 2014
Hi there, I have a bunch of images. After some processing, I want to display them. However there are a lot of them. So I want to do 2 things:
1) Be able to press forward and back arrows to change picture - to scroll them like in standard image viewer.
2) Have an edit window on my figure, where I can write a number of image to be displayed.
Is it possible to do? Tried to do it with
prompt='Choose your file or enter it';
str = input(prompt);
Don't like it as long as I have to switch between figure and command window of Matlab.
Thanks in advance.
  1 comentario
Mikhail
Mikhail el 10 de Sept. de 2014
What I want - usefull commands how to do it. I didn't find function which can wait for key pressing on keyboard. I don't need the exact algorithm.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 10 de Sept. de 2014
How about these:
I haven't tried them but if their 3D images are actually just a collection of 2D images in a folder then they might meet your needs.
  1 comentario
Mikhail
Mikhail el 11 de Sept. de 2014
Thanks, I used 2nd link as a template for my own ImageViewer.

Iniciar sesión para comentar.

Más respuestas (1)

A Jenkins
A Jenkins el 10 de Sept. de 2014
What about using GUIDE?

Categorías

Más información sobre Images 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