One figure instead of 100 and scroll.
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Maxime
il 17 Ott 2013
Risposto: Sailesh Sidhwani
il 19 Ott 2019
I am trying to scroll through a whole stack of CT images. So in order for this to work, I have to open lets say 100 separate figure windows and then smoothly scroll through them. However - how can I just open ONE figure window and have ALL my images be scrolling through in it?
0 Commenti
Risposta accettata
Daniel Shub
il 17 Ott 2013
I am not sure what you mean by a "stack" of CT images. If you mean a 3D reconstruction, then maybe FEX:SliceBrowser does what you want. If you want a bunch of subplots with a scroll bar on the figure maybe technical note 1-16B5M helps you.
2 Commenti
John D'Errico
il 17 Ott 2013
You could easily write a simple tool that would take a stack of images, creating a figure with a scroll bar on it. Callbacks from the scroll bar would let you move to any image in the stack, stepping along or jumping as you might desire. But you would need to write the code for that task. Simple, but not currently in existence that I know.
Più risposte (2)
Sailesh Sidhwani
il 19 Ott 2019
Check out these new viewers that are added to Image Processing Toolbox in R2019b:
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!