Searched refs:CV_StsObjectNotFound (Results 1 – 5 of 5) sorted by relevance
92 #define CV_StsObjectNotFound -204 /* request can't be completed */ macro
289 case CV_StsObjectNotFound : return "Requested object was not found"; in cvErrorStr()443 case CV_NOTFOUND_ERR: return CV_StsObjectNotFound; in cvErrorFromIppStatus()
679 CV_ERROR( CV_StsObjectNotFound, "The module is not found" ); in cvGetModuleInfo()
3333 CV_ERROR( CV_StsObjectNotFound, "" ); in cvGraphVtxDegree()
5225 CV_ERROR( CV_StsObjectNotFound, "Could not find the/an object in file storage" ); in cvLoad()