Ask Your Question

walid's profile - activity

2015-02-25 02:09:28 -0600 commented question out of memory problem

Yes i'm using opencv 1.0

2015-02-24 10:40:40 -0600 asked a question out of memory problem

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 ?