HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsNoMem (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/include/
cxerror.h 56 #define CV_StsNoMem -4 /* insufficient memory */
  /external/opencv/cxcore/src/
cxalloc.cpp 111 CV_ERROR( CV_StsNoMem, "Out of memory" );
cxerror.cpp 280 case CV_StsNoMem : return "Insufficient memory";
439 case CV_OUTOFMEM_ERR: return CV_StsNoMem;

Completed in 31 milliseconds