Home
last modified time | relevance | path

Searched refs:StsError (Results 1 – 14 of 14) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Drgbe.cpp90 CV_Error(cv::Error::StsError, "RGBE read error"); in rgbe_error()
93 CV_Error(cv::Error::StsError, "RGBE write error"); in rgbe_error()
96 CV_Error(cv::Error::StsError, cv::String("RGBE bad file format: ") + in rgbe_error()
101 CV_Error(cv::Error::StsError, cv::String("RGBE error: \n") + in rgbe_error()
/external/opencv3/samples/cpp/
Dpca.cpp146 CV_Error(Error::StsError, error_message); in main()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp69 StsError= -2, //!< unknown /unspecified error enumerator
Dpersistence.hpp1064 CV_Error( Error::StsError, "No element name has been given" ); in operator <<()
/external/opencv3/modules/core/src/
Dlda.cpp953 CV_Error(Error::StsError, "File can't be opened for writing!"); in save()
963 CV_Error(Error::StsError, "File can't be opened for writing!"); in load()
Docl.cpp2883 …CV_ErrorNoReturn(Error::StsError, "OpenCL Shared Virtual Memory (SVM) is not supported by OpenCL d… in setUseSVM()
/external/opencv3/modules/flann/src/
Dminiflann.cpp661 …CV_Error_( Error::StsError, ("Can not open file %s for writing FLANN index\n", filename.c_str()) ); in save()
/external/opencv3/modules/highgui/src/
Dwindow_carbon.cpp851 …CV_Error_(Error::StsError, ("Failed to set \"%s\" window title to \"%s\"", winname.c_str(), title.… in setWindowTitle()
Dwindow_w32.cpp507 …CV_Error_(Error::StsError, ("Failed to set \"%s\" window title to \"%s\"", winname.c_str(), title.… in setWindowTitle()
/external/opencv3/modules/videostab/src/
Dglobal_motion.cpp539 CV_Error(Error::StsError, "The library is built without Clp support"); in estimate()
Dmotion_stabilizing.cpp137 CV_Error(Error::StsError, "The library is built without Clp support"); in stabilize()
/external/opencv3/modules/objdetect/src/
Dhog.cpp3444 throw Exception(Error::StsError, eerr, efile, efunc, __LINE__); in readALTModel()
3452 throw Exception(Error::StsError, eerr, efile, efunc, __LINE__); in readALTModel()
3458 throw Exception(Error::StsError, eerr, efile, efunc, __LINE__); in readALTModel()
/external/opencv3/modules/python/src2/
Dcv2.cpp182 …CV_Error_(Error::StsError, ("The numpy array of typenum=%d, ndims=%d can not be created", typenum,… in allocate()
/external/opencv3/modules/java/src/
Dcore+Core.java56 StsError = -2, field in Core