Working with Image Stacks (or Arrays)
Afficher commentaires plus anciens
I am reading images from a camera and displaying them on on an axes.
Every time I press a "Snap" button, the axes component updates with the new image. I am wanting to keep all the images I collect in a stack or array.
My initial thought is to use something along the lines of
imgArray=cat(3,image1,image2,image3,...)
But after I have collected image1, then assign it to the array imgArray, Im not sure how to then add the second image to this array, and then the third to this array.
2: How would I save each image individually from the imgArray once i have finished (the are tiffs)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Multidimensional Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!