Searched refs:StsError (Results 1 – 14 of 14) sorted by relevance
/external/opencv3/modules/imgcodecs/src/ |
D | rgbe.cpp | 90 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/ |
D | pca.cpp | 146 CV_Error(Error::StsError, error_message); in main()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 69 StsError= -2, //!< unknown /unspecified error enumerator
|
D | persistence.hpp | 1064 CV_Error( Error::StsError, "No element name has been given" ); in operator <<()
|
/external/opencv3/modules/core/src/ |
D | lda.cpp | 953 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()
|
D | ocl.cpp | 2883 …CV_ErrorNoReturn(Error::StsError, "OpenCL Shared Virtual Memory (SVM) is not supported by OpenCL d… in setUseSVM()
|
/external/opencv3/modules/flann/src/ |
D | miniflann.cpp | 661 …CV_Error_( Error::StsError, ("Can not open file %s for writing FLANN index\n", filename.c_str()) ); in save()
|
/external/opencv3/modules/highgui/src/ |
D | window_carbon.cpp | 851 …CV_Error_(Error::StsError, ("Failed to set \"%s\" window title to \"%s\"", winname.c_str(), title.… in setWindowTitle()
|
D | window_w32.cpp | 507 …CV_Error_(Error::StsError, ("Failed to set \"%s\" window title to \"%s\"", winname.c_str(), title.… in setWindowTitle()
|
/external/opencv3/modules/videostab/src/ |
D | global_motion.cpp | 539 CV_Error(Error::StsError, "The library is built without Clp support"); in estimate()
|
D | motion_stabilizing.cpp | 137 CV_Error(Error::StsError, "The library is built without Clp support"); in stabilize()
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 3444 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/ |
D | cv2.cpp | 182 …CV_Error_(Error::StsError, ("The numpy array of typenum=%d, ndims=%d can not be created", typenum,… in allocate()
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 56 StsError = -2, field in Core
|