How to temporarily read the image files ?

1 次查看(过去 30 天)
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 个评论
Adam
Adam 2016-4-15
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by