out of memory problem (Bug #4216)


Added by Baghdadi Walid about 10 years ago. Updated almost 10 years ago.


Status:Cancelled Start date:2015-02-24
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:2.4.11
Affected version:pre 2.4 (deprecated) Operating System:Other
Difficulty: HW Platform:ARM
Pull request:

Description

I'm working with opencv 1.0
when i debug only the three lines code
opencv show me message "out of memory" !!

CvMemStorage *_stor;
_stor=cvCreateMemStorage(0);
cvCreateSeq(CV_SEQ_ELTYPE_GENERIC, sizeof(CvSeq), sizeof(CvBox2D), _stor);

how can i resolve it ?
could i change the memory management config ?


History

Updated by Vadim Pisarevsky almost 10 years ago

if it's opencv 1.0, we do not support such an old version anymore

  • Status changed from New to Cancelled

Also available in: Atom PDF