Out of memory error
이전 댓글 표시
when i try to detect edge array from a 5184*3456 resolution image it gives error message. "out of memory". My RAM is 16GB. OS windows 7. matlab version 2011b. i need to detect the edges (using phase congruency edge detection method) from this image and need to save the endpoints of edges, length of the edges and the orientation of the edges in an array. How can i resolve out of memory problem.
Note: if i reduced the image size by 1/4 it works fine. it gives error message when dealing with original image.
댓글 수: 3
Yash
2012년 7월 8일
i get the same when i have been training the loops for large amount of image, trying using some different techniques and optimize ur code
Walter Roberson
2012년 7월 8일
It would likely be easier to comment if you showed your code and showed exactly which step was producing the error.
Are you using the 32 bit version of MATLAB or the 64 bit version?
bes
2012년 7월 18일
채택된 답변
추가 답변 (1개)
Jan
2012년 7월 18일
0 개 추천
An RGB image of the size 5184*3456 need only 430MB RAM. Although this memory must be free in a contiguous block, this should be the case if you have 16GB RAM. Therefore I assume you have wasted memory anywhere else. Without seeing the code it is impossible to give any suggestions.
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!