Searched refs:CV_StsObjectNotFound (Results 1 – 10 of 10) sorted by relevance
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()
92 #define CV_StsObjectNotFound -204 /* request can't be completed */ macro
257 …else CV_Error(CV_StsObjectNotFound, cv::format("could not open directory: %s", directory.c_str())); in glob_rec()
751 case CV_StsObjectNotFound : return "Requested object was not found"; in cvErrorStr()818 case CV_NOTFOUND_ERR: return CV_StsObjectNotFound; in cvErrorFromIppStatus()
2942 CV_Error( CV_StsObjectNotFound, "" ); in cvGraphVtxDegree()
5081 CV_Error( CV_StsObjectNotFound, "Could not find the/an object in file storage" ); in cvLoad()
155 CV_StsObjectNotFound= -204, /**< request can't be completed */ enumerator