Ask Your Question

Revision history [back]

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 ?