Home
last modified time | relevance | path

Searched refs:CV_Error_ (Results 1 – 15 of 15) sorted by relevance

/external/opencv3/apps/traincascade/
Dimagestorage.cpp140 CV_Error_( CV_StsParseError, ("wrong file format for %s\n", _filename.c_str()) ); in create()
/external/opencv3/modules/flann/src/
Dminiflann.cpp315 CV_Error_(Error::StsUnsupportedFormat, ("type=%d\n", data.type())); in buildIndex_()
661CV_Error_( Error::StsError, ("Can not open file %s for writing FLANN index\n", filename.c_str()) ); in save()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp381 #define CV_Error_( code, args ) cv::error( code, cv::format args, CV_Func, __FILE__, __LINE__ ) macro
/external/opencv3/modules/core/src/
Dalloc.cpp52 CV_Error_(CV_StsNoMem, ("Failed to allocate %lu bytes", (unsigned long)size)); in OutOfMemoryError()
Dpersistence.cpp5208 CV_Error_( CV_StsError, ("Extra closing '%c'", *_str) ); in operator <<()
5210 CV_Error_( CV_StsError, in operator <<()
5221 CV_Error_( CV_StsError, ("Incorrect element name %s", _str) ); in operator <<()
Dmathfuncs.cpp1714 CV_Error_( CV_StsOutOfRange, in checkRange()
Dstat.cpp3750 CV_Error_(CV_StsUnsupportedFormat, in batchDistance()
Dmatrix.cpp2369CV_Error_(CV_StsBadArg, ("Vectors with element size %d are not supported. Please, modify OutputArr… in create()
/external/opencv3/modules/imgproc/src/
Dmorph.cpp894 CV_Error_( CV_StsNotImplemented, ("Unsupported data type (=%d)", type)); in getMorphologyRowFilter()
941 CV_Error_( CV_StsNotImplemented, ("Unsupported data type (=%d)", type)); in getMorphologyColumnFilter()
979 CV_Error_( CV_StsNotImplemented, ("Unsupported data type (=%d)", type)); in getMorphologyFilter()
Dsubdivision2d.cpp433 CV_Error_(CV_StsError, ("Subdiv2D::locate returned invalid location = %d", location) ); in insert()
Dsmooth.cpp1239 CV_Error_( CV_StsNotImplemented, in getRowSumFilter()
1279 CV_Error_( CV_StsNotImplemented, in getColumnSumFilter()
1481 CV_Error_( CV_StsNotImplemented, in getSqrRowSumFilter()
Dfilter.cpp3669 CV_Error_( CV_StsNotImplemented, in getLinearRowFilter()
3766 CV_Error_( CV_StsNotImplemented, in getLinearColumnFilter()
4518 CV_Error_( CV_StsNotImplemented, in getLinearFilter()
/external/opencv3/modules/highgui/src/
Dwindow_carbon.cpp851CV_Error_(Error::StsError, ("Failed to set \"%s\" window title to \"%s\"", winname.c_str(), title.… in setWindowTitle()
Dwindow_w32.cpp507CV_Error_(Error::StsError, ("Failed to set \"%s\" window title to \"%s\"", winname.c_str(), title.… in setWindowTitle()
/external/opencv3/modules/python/src2/
Dcv2.cpp182CV_Error_(Error::StsError, ("The numpy array of typenum=%d, ndims=%d can not be created", typenum,… in allocate()