Searched refs:CV_Error_ (Results 1 – 15 of 15) sorted by relevance
/external/opencv3/apps/traincascade/ |
D | imagestorage.cpp | 140 CV_Error_( CV_StsParseError, ("wrong file format for %s\n", _filename.c_str()) ); in create()
|
/external/opencv3/modules/flann/src/ |
D | miniflann.cpp | 315 CV_Error_(Error::StsUnsupportedFormat, ("type=%d\n", data.type())); in buildIndex_() 661 …CV_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/ |
D | base.hpp | 381 #define CV_Error_( code, args ) cv::error( code, cv::format args, CV_Func, __FILE__, __LINE__ ) macro
|
/external/opencv3/modules/core/src/ |
D | alloc.cpp | 52 CV_Error_(CV_StsNoMem, ("Failed to allocate %lu bytes", (unsigned long)size)); in OutOfMemoryError()
|
D | persistence.cpp | 5208 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 <<()
|
D | mathfuncs.cpp | 1714 CV_Error_( CV_StsOutOfRange, in checkRange()
|
D | stat.cpp | 3750 CV_Error_(CV_StsUnsupportedFormat, in batchDistance()
|
D | matrix.cpp | 2369 …CV_Error_(CV_StsBadArg, ("Vectors with element size %d are not supported. Please, modify OutputArr… in create()
|
/external/opencv3/modules/imgproc/src/ |
D | morph.cpp | 894 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()
|
D | subdivision2d.cpp | 433 CV_Error_(CV_StsError, ("Subdiv2D::locate returned invalid location = %d", location) ); in insert()
|
D | smooth.cpp | 1239 CV_Error_( CV_StsNotImplemented, in getRowSumFilter() 1279 CV_Error_( CV_StsNotImplemented, in getColumnSumFilter() 1481 CV_Error_( CV_StsNotImplemented, in getSqrRowSumFilter()
|
D | filter.cpp | 3669 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/ |
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/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()
|