processing a large image in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
hi,
i am using this script to open ENVI images: http://www.mathworks.com/matlabcentral/fileexchange/4918-envi-to-matlab/content/freadenvi.m
however, my computer does not have sufficient memory to open the entire image, so i get the error: out of memory.
is there a way to solve this problem? for instance, can the script be somehow modified to read in the image segment by segment so as not to overload the memory?
i am new to matlab, thanks for any help.
0 件のコメント
回答 (2 件)
Andreas Goser
2011 年 5 月 4 日
The code looks pretty straight forward to me. Maybe not speed optimized, but I see no obvious memory waste. One would need to run it with a smaller ENVI image to identify memory waster. Did you already contact the author? He might be interested to collaborate.
You may need a 64 bit MATLAB on a 64 Bit environment.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!