How to temporarily read the image files ?

1 vue (au cours des 30 derniers jours)
Ahsan Abbas
Ahsan Abbas le 15 Avr 2016
Commenté : Ahsan Abbas le 27 Avr 2016
Hello Guys... I have 20 images that is stored in variable "imageData", each image has 10Mb size (6000 x 4000) that consume lot of memory, MATLAB always struck whenever i run process on images. I want to pick 2 images at a time from the folder process them and then loose the memory for next images and similar for others. Can some one help me to solve the problem ?
Thanks
  2 commentaires
Adam
Adam le 15 Avr 2016
What part of it are you having difficulty with? I assume you loaded the 20 images from file in the first place so just load 2 instead of 20, then do the same again. I'm not sure I understand where the problem lies.
If they weren't originally from file save them to a mat file.
doc matfile
does actually allow you to work with large data sets from file as though they were in memory (though a little slower, of course, especially depending which direction you index into the data). Or just a series of individual .mat files for each image.
Ahsan Abbas
Ahsan Abbas le 27 Avr 2016
Ya my problem is solved.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by