Home
last modified time | relevance | path

Searched refs:CV_StsObjectNotFound (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/include/
Dcxerror.h92 #define CV_StsObjectNotFound -204 /* request can't be completed */ macro
/external/opencv/cxcore/src/
Dcxerror.cpp289 case CV_StsObjectNotFound : return "Requested object was not found"; in cvErrorStr()
443 case CV_NOTFOUND_ERR: return CV_StsObjectNotFound; in cvErrorFromIppStatus()
Dcxswitcher.cpp679 CV_ERROR( CV_StsObjectNotFound, "The module is not found" ); in cvGetModuleInfo()
Dcxdatastructs.cpp3333 CV_ERROR( CV_StsObjectNotFound, "" ); in cvGraphVtxDegree()
Dcxpersistence.cpp5225 CV_ERROR( CV_StsObjectNotFound, "Could not find the/an object in file storage" ); in cvLoad()