Scrolling and choosing image to display on figure.

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

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.

댓글을 달려면 로그인하십시오.

 채택된 답변

Image Analyst
Image Analyst 2014년 9월 10일

0 개 추천

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

Thanks, I used 2nd link as a template for my own ImageViewer.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

카테고리

도움말 센터File Exchange에서 White에 대해 자세히 알아보기

질문:

2014년 9월 10일

댓글:

2014년 9월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by