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

  /external/opencv/cxcore/include/
cxerror.h 92 #define CV_StsObjectNotFound -204 /* request can't be completed */
  /external/opencv/cxcore/src/
cxerror.cpp 289 case CV_StsObjectNotFound : return "Requested object was not found";
443 case CV_NOTFOUND_ERR: return CV_StsObjectNotFound;
cxswitcher.cpp 679 CV_ERROR( CV_StsObjectNotFound, "The module is not found" );
cxdatastructs.cpp     [all...]
cxpersistence.cpp     [all...]

Completed in 123 milliseconds