out of memory problem (Bug #4216)
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