Home
last modified time | relevance | path

Searched refs:CV_ERROR (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A 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 …]
H A Dold_ml_inner_functions.cpp141 CV_ERROR(CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
150 CV_ERROR(CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
156 CV_ERROR (CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
159 CV_ERROR (CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
247 CV_ERROR( CV_StsOutOfRange, in cvPreprocessIndexArray()
334 CV_ERROR( CV_StsBadArg, in cvPreprocessVarType()
389 CV_ERROR( CV_StsUnmatchedSizes, in cvPreprocessOrderedResponses()
479 CV_ERROR( CV_StsUnmatchedSizes, in cvPreprocessCategoricalResponses()
672 CV_ERROR( CV_StsBadArg, in cvCheckTrainData()
677 CV_ERROR( CV_StsBadArg, in cvCheckTrainData()
[all …]
H A Dold_ml_precomp.hpp73 CV_ERROR( CV_StsBadArg, "" ); \
145 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
157 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
164 CV_ERROR( CV_StsBadArg, "Unmatched sizes" ); \
171 CV_ERROR( CV_StsBadArg, #param " parameter must be NULL" ); \
179 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
186 CV_ERROR( CV_StsBadArg, "Unmatched sizes" ); \
196 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
202 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
211 CV_ERROR( CV_StsBadArg, "Invalid " #param " parameter" ); \
[all …]
H A Dold_ml_tree.cpp106 CV_ERROR( CV_StsOutOfRange, in set_params()
186 CV_ERROR( CV_StsBadArg, in set_data()
363 CV_ERROR( CV_StsOutOfRange, in set_data()
447 CV_ERROR( CV_StsBadArg, err ); in set_data()
455 CV_ERROR( CV_StsBadArg, err ); in set_data()
562 CV_ERROR( CV_StsBadArg, err ); in set_data()
1411 CV_ERROR( CV_StsParseError, in read_params()
1462 CV_ERROR( CV_StsParseError, in read_params()
1481 CV_ERROR( CV_StsBadSize, in read_params()
3955 CV_ERROR( CV_StsParseError, in read_split()
[all …]
H A Dboost.cpp89 CV_ERROR( CV_StsBadArg, "Invalid index array" ); in cvPreprocessIndexArray()
92 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" ); in cvPreprocessIndexArray()
108 CV_ERROR( CV_StsUnmatchedSizes, in cvPreprocessIndexArray()
115 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" ); in cvPreprocessIndexArray()
121 CV_ERROR( CV_StsOutOfRange, in cvPreprocessIndexArray()
137 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported index array data type " in cvPreprocessIndexArray()
159 CV_ERROR( CV_StsOutOfRange, "the index array elements are out of range" ); in cvPreprocessIndexArray()
165 CV_ERROR( CV_StsBadArg, "There are duplicated index array elements" ); in cvPreprocessIndexArray()
H A Dold_ml_boost.cpp994 CV_ERROR( CV_StsBadArg, "Unknown/unsupported boosting type" ); in set_params()
1048 CV_ERROR( CV_StsNotImplemented, in train()
1485 CV_ERROR( CV_StsError, "The boosted tree ensemble has not been trained yet" ); in get_active_vars()
1956 CV_ERROR( CV_StsBadArg, "Unknown boosting type" ); in read_params()
1971 CV_ERROR( CV_StsBadArg, "Unknown boosting type" ); in read_params()
2001 CV_ERROR( CV_StsParseError, "<trees> tag is missing" ); in read()
2007 CV_ERROR( CV_StsUnmatchedSizes, in read()
2039 CV_ERROR( CV_StsBadArg, "The classifier has not been trained yet" ); in write()
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow_winrt.cpp45 #define CV_ERROR( Code, Msg ) \ macro
69 CV_ERROR(CV_StsNullPtr, "NULL name"); in cvShowImage()
93 CV_ERROR(CV_StsNullPtr, "NULL name"); in cvNamedWindow()
105 CV_ERROR(CV_StsNullPtr, "NULL name string"); in cvDestroyWindow()
123 CV_ERROR(CV_StsNullPtr, "NULL window or trackbar name"); in cvCreateTrackbar2()
126 CV_ERROR(CV_StsOutOfRange, "Bad trackbar max value"); in cvCreateTrackbar2()
132 CV_ERROR(CV_StsNullPtr, "NULL window"); in cvCreateTrackbar2()
147 CV_ERROR(CV_StsNullPtr, "NULL trackbar or window name"); in cvSetTrackbarPos()
164 CV_ERROR(CV_StsNullPtr, "NULL trackbar or window name"); in cvSetTrackbarMax()
196 CV_ERROR(CV_StsNullPtr, "NULL trackbar or window name"); in cvGetTrackbarPos()
[all …]
H A Dwindow_cocoa.mm298 CV_ERROR( CV_StsNullPtr, "NULL window name" );
333 CV_ERROR( CV_StsNullPtr, "NULL window name" );
386 CV_ERROR( CV_StsNullPtr, "NULL window name" );
645 CV_ERROR( CV_StsNullPtr, "NULL name string" );
651 CV_ERROR( CV_StsNullPtr, "NULL window" );
677 CV_ERROR( CV_StsNullPtr, "NULL name string" );
683 CV_ERROR( CV_StsNullPtr, "NULL window" );
709 CV_ERROR( CV_StsNullPtr, "NULL window" );
746 CV_ERROR(CV_StsNullPtr, "NULL name string");
752 CV_ERROR(CV_StsNullPtr, "NULL window");
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Dgbt.cpp1075 CV_ERROR( CV_StsBadArg, "Unknown loss function" );
1085 CV_ERROR( CV_StsParseError, "class_labels must stored as a matrix");
1108 CV_ERROR( CV_StsBadArg, "The model has not been trained yet" );
1173 CV_ERROR( CV_StsParseError, "<trees_x> tag is missing" );
1179 CV_ERROR( CV_StsUnmatchedSizes,
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h2679 #define CV_ERROR( Code, Msg ) \ macro
2693 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
2713 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \