Home
last modified time | relevance | path

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

/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()
/external/opencv/cxcore/include/
Dcxerror.h92 #define CV_StsObjectNotFound -204 /* request can't be completed */ macro
/external/opencv3/modules/core/src/
Dglob.cpp257 …else CV_Error(CV_StsObjectNotFound, cv::format("could not open directory: %s", directory.c_str())); in glob_rec()
Dsystem.cpp751 case CV_StsObjectNotFound : return "Requested object was not found"; in cvErrorStr()
818 case CV_NOTFOUND_ERR: return CV_StsObjectNotFound; in cvErrorFromIppStatus()
Ddatastructs.cpp2942 CV_Error( CV_StsObjectNotFound, "" ); in cvGraphVtxDegree()
Dpersistence.cpp5081 CV_Error( CV_StsObjectNotFound, "Could not find the/an object in file storage" ); in cvLoad()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h155 CV_StsObjectNotFound= -204, /**< request can't be completed */ enumerator