HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsObjectNotFound (Results 1 - 10 of 10) 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...]
  /external/opencv3/modules/core/src/
glob.cpp 257 else CV_Error(CV_StsObjectNotFound, cv::format("could not open directory: %s", directory.c_str()));
system.cpp 751 case CV_StsObjectNotFound : return "Requested object was not found";
818 case CV_NOTFOUND_ERR: return CV_StsObjectNotFound;
    [all...]
datastructs.cpp     [all...]
persistence.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 155 CV_StsObjectNotFound= -204, /**< request can't be completed */
    [all...]

Completed in 54 milliseconds