CV_StsObjectNotFound 2942 modules/core/src/datastructs.cpp CV_Error( CV_StsObjectNotFound, "" ); CV_StsObjectNotFound 257 modules/core/src/glob.cpp else CV_Error(CV_StsObjectNotFound, cv::format("could not open directory: %s", directory.c_str())); CV_StsObjectNotFound 5081 modules/core/src/persistence.cpp CV_Error( CV_StsObjectNotFound, "Could not find the/an object in file storage" ); CV_StsObjectNotFound 751 modules/core/src/system.cpp case CV_StsObjectNotFound : return "Requested object was not found"; CV_StsObjectNotFound 818 modules/core/src/system.cpp case CV_NOTFOUND_ERR: return CV_StsObjectNotFound;