Home
last modified time | relevance | path

Searched refs:CV_StsInternal (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/apps/traincascade/
Dold_ml_data.cpp287 CV_ERROR( CV_StsInternal, "data is empty" ); in get_missing()
370 CV_ERROR( CV_StsInternal, "data is empty" ); in set_response_idx()
390 CV_ERROR( CV_StsInternal, "data is empty" ); in get_response_idx()
403 CV_ERROR( CV_StsInternal, "data is empty" ); in change_var_type()
431 CV_ERROR( CV_StsInternal, "data is empty" ); in set_var_types()
556 CV_ERROR( CV_StsInternal, "data is empty" ); in get_var_types()
600 CV_ERROR( CV_StsInternal, "data is empty" ); in get_responses()
624 CV_ERROR( CV_StsInternal, "data is empty" ); in set_train_test_split()
683 CV_ERROR( CV_StsInternal, "data is empty" ); in get_train_sample_idx()
695 CV_ERROR( CV_StsInternal, "data is empty" ); in get_test_sample_idx()
[all …]
/external/opencv/cxcore/include/
Dcxerror.h55 #define CV_StsInternal -3 /* internal error (bad state) */ macro
115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
179 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
/external/opencv3/modules/videoio/src/
Dcap_qt.cpp1311 CV_ERROR( CV_StsInternal, "Unable to initialize QuickTime" ); in icvCreateVideoWriter_QT()
1323 CV_ERROR( CV_StsInternal, in icvCreateVideoWriter_QT()
1332 CV_ERROR( CV_StsInternal, "Cannot create movie storage" ); in icvCreateVideoWriter_QT()
1342 CV_ERROR( CV_StsInternal, "Cannot create video track" ); in icvCreateVideoWriter_QT()
1347 CV_ERROR( CV_StsInternal, "Cannot create video media" ); in icvCreateVideoWriter_QT()
1357 CV_ERROR( CV_StsInternal, "Cannot create compression session options" ); in icvCreateVideoWriter_QT()
1362 CV_ERROR( CV_StsInternal, "Cannot enable temporal compression" ); in icvCreateVideoWriter_QT()
1367 CV_ERROR( CV_StsInternal, "Cannot enable frame reordering" ); in icvCreateVideoWriter_QT()
1383 CV_ERROR( CV_StsInternal, "Cannot create compression session" ); in icvCreateVideoWriter_QT()
1388 CV_ERROR( CV_StsInternal, "Cannot begin media edits" ); in icvCreateVideoWriter_QT()
Dcap_dc1394.cpp115 OPENCV_ERROR(CV_StsInternal, "", "libdc1394 function call returned < 0"); \
/external/opencv/ml/src/
Dmlestimate.cpp123 CV_ERROR (CV_StsInternal, "All iterations has end long ago");
189 CV_ERROR (CV_StsInternal, "This iterations already was checked");
/external/opencv/cxcore/src/
Dcxerror.cpp279 case CV_StsInternal : return "Internal error"; in cvErrorStr()
/external/opencv3/modules/core/src/
Dsystem.cpp741 case CV_StsInternal : return "Internal error"; in cvErrorStr()
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h2666 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
2722 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
Dtypes_c.h123 CV_StsInternal= -3, /**< internal error (bad state) */ enumerator