/external/opencv/ml/src/ |
D | mlsvm.cpp | 2142 CV_ERROR( CV_StsParseError, "Missing of invalid SVM type" ); in read_params() 2147 CV_ERROR( CV_StsParseError, "SVM kernel tag is not found" ); in read_params() 2151 CV_ERROR( CV_StsParseError, "SVM kernel type tag is not found" ); in read_params() 2165 CV_ERROR( CV_StsParseError, "Missing of invalid SVM kernel type" ); in read_params() 2211 CV_ERROR( CV_StsParseError, "The requested element is not found" ); in read() 2225 …CV_ERROR( CV_StsParseError, "SVM model data is invalid, check sv_count, var_* and class_count tags… in read() 2233 CV_ERROR( CV_StsParseError, "Array of class labels is missing or invalid" ); in read() 2236 CV_ERROR( CV_StsParseError, "var_idx array is missing or invalid" ); in read() 2241 CV_ERROR( CV_StsParseError, "Missing or invalid sequence of support vectors" ); in read() 2269 CV_ERROR( CV_StsParseError, "decision_functions is missing or is not a collection " in read() [all …]
|
D | mlrtrees.cpp | 640 CV_ERROR( CV_StsParseError, "Some <nclasses>, <nsamples>, <var_count>, " in read() 654 CV_ERROR( CV_StsParseError, "<trees> tag is missing" ); in read() 658 CV_ERROR( CV_StsParseError, in read()
|
D | mltree.cpp | 1111 CV_ERROR( CV_StsParseError, "priors must stored as a matrix" ); in read_params() 1123 CV_ERROR( CV_StsParseError, in read_params() 1144 CV_ERROR( CV_StsParseError, "var_type must exist and be a sequence of 0's and 1's" ); in read_params() 1152 … CV_ERROR( CV_StsParseError, "var_type must exist and be a sequence of 0's and 1's" ); in read_params() 1161 … CV_ERROR( CV_StsParseError, "var_type is inconsistent with cat_var_count and ord_var_count" ); in read_params() 1176 CV_ERROR( CV_StsParseError, in read_params() 3203 CV_ERROR( CV_StsParseError, "some of the splits are not stored properly" ); in read_split() 3224 CV_ERROR( CV_StsParseError, in read_split() 3292 CV_ERROR( CV_StsParseError, "some of the tree elements are not stored properly" ); in read_node() 3297 CV_ERROR( CV_StsParseError, "incorrect node depth" ); in read_node() [all …]
|
D | mlnbayes.cpp | 474 CV_ERROR( CV_StsParseError, "No \"cls_labels\" in NBayes classifier" ); in read() 478 CV_ERROR( CV_StsParseError, in read()
|
D | mlcnn.cpp | 1458 CV_ERROR( CV_StsParseError, "" ); 1468 CV_ERROR( CV_StsParseError, "Missing <connect mask>" ); 1485 CV_ERROR( CV_StsParseError, "Missing <a> or <s>" ); 1497 CV_ERROR( CV_StsParseError, "" ); 1590 CV_ERROR( CV_StsParseError, "No <etalons> or <cls_labels> in CNN model" );
|
D | mlann_mlp.cpp | 1485 CV_ERROR( CV_StsParseError, "input_scale tag is not found or is invalid" ); in read() 1492 CV_ERROR( CV_StsParseError, "output_scale tag is not found or is invalid" ); in read() 1499 CV_ERROR( CV_StsParseError, "inv_output_scale tag is not found or is invalid" ); in read() 1506 CV_ERROR( CV_StsParseError, "weights tag is not found or is invalid" ); in read()
|
D | mlboost.cpp | 1563 CV_ERROR( CV_StsParseError, "<trees> tag is missing" ); in read()
|
/external/opencv/cxcore/include/ |
D | cxerror.h | 100 #define CV_StsParseError -212 /* invalid syntax/structure of the parsed file */ macro
|
/external/opencv3/modules/core/src/ |
D | command_line_parser.cpp | 434 throw cv::Exception(CV_StsParseError, in split_range_string() 454 throw cv::Exception(CV_StsParseError, in split_range_string() 478 throw cv::Exception(CV_StsParseError, in split_range_string()
|
D | persistence.cpp | 397 cvError( CV_StsParseError, func_name, buf, source_file, source_line ); in icvParseError() 3646 CV_Error( CV_StsParseError, "Could not determine the matrix dimensionality" ); in icvReadMatND() 3799 CV_Error( CV_StsParseError, "Could not determine sparse matrix dimensionality" ); in icvReadSparseMat() 3821 CV_Error( CV_StsParseError, "Sparse matrix data is corrupted" ); in icvReadSparseMat() 3837 CV_Error( CV_StsParseError, "Sparse matrix data is corrupted" ); in icvReadSparseMat() 4352 CV_Error( CV_StsParseError, in icvReadSeqTree() 4367 … CV_Error( CV_StsParseError, "All the sequence tree nodes should contain \"level\" field" ); in icvReadSeqTree()
|
D | system.cpp | 762 case CV_StsParseError : return "Parsing error"; in cvErrorStr()
|
/external/opencv3/modules/ml/src/ |
D | nbayes.cpp | 388 CV_Error( CV_StsParseError, in read() 397 CV_Error( CV_StsParseError, "No or invalid \"cls_labels\" in NBayes classifier" ); in read()
|
D | svm.cpp | 2027 …CV_Error( CV_StsParseError, "SVM model data is invalid, check sv_count, var_* and class_count tags… in write() 2096 CV_Error( CV_StsParseError, "Missing of invalid SVM type" ); in read_params() 2100 CV_Error( CV_StsParseError, "SVM kernel tag is not found" ); in read_params() 2112 CV_Error( CV_StsParseError, "Invalid SVM kernel type (or custom kernel)" ); in read_params() 2152 …CV_Error( CV_StsParseError, "SVM model data is invalid, check sv_count, var_* and class_count tags… in read() 2162 CV_Error( CV_StsParseError, "Array of class labels is missing or invalid" ); in read()
|
D | gbt.cpp | 1085 CV_ERROR( CV_StsParseError, "class_labels must stored as a matrix"); 1173 CV_ERROR( CV_StsParseError, "<trees_x> tag is missing" );
|
D | ann_mlp.cpp | 1225 CV_Error(CV_StsParseError, "Unknown training method (should be BACKPROP or RPROP)"); in read_params()
|
/external/opencv3/apps/traincascade/ |
D | imagestorage.cpp | 140 CV_Error_( CV_StsParseError, ("wrong file format for %s\n", _filename.c_str()) ); in create()
|
D | old_ml_tree.cpp | 1399 CV_ERROR( CV_StsParseError, "priors must stored as a matrix" ); in read_params() 1411 CV_ERROR( CV_StsParseError, in read_params() 1432 CV_ERROR( CV_StsParseError, "var_type must exist and be a sequence of 0's and 1's" ); in read_params() 1440 … CV_ERROR( CV_StsParseError, "var_type must exist and be a sequence of 0's and 1's" ); in read_params() 1462 CV_ERROR( CV_StsParseError, in read_params() 3937 CV_ERROR( CV_StsParseError, "some of the splits are not stored properly" ); in read_split() 3958 CV_ERROR( CV_StsParseError, in read_split() 4026 CV_ERROR( CV_StsParseError, "some of the tree elements are not stored properly" ); in read_node() 4031 CV_ERROR( CV_StsParseError, "incorrect node depth" ); in read_node() 4052 CV_ERROR( CV_StsParseError, "splits tag must stored as a sequence" ); in read_node() [all …]
|
D | old_ml_boost.cpp | 2001 CV_ERROR( CV_StsParseError, "<trees> tag is missing" ); in read()
|
/external/opencv/cxcore/src/ |
D | cxerror.cpp | 300 case CV_StsParseError : return "Parsing error"; in cvErrorStr()
|
D | cxpersistence.cpp | 242 cvError( CV_StsParseError, func_name, buf, source_file, source_line ); in icvParseError() 3681 CV_ERROR( CV_StsParseError, "Could not determine the matrix dimensionality" ); in icvReadMatND() 3841 CV_ERROR( CV_StsParseError, "Could not determine sparse matrix dimensionality" ); in icvReadSparseMat() 3864 CV_ERROR( CV_StsParseError, "Sparse matrix data is corrupted" ); in icvReadSparseMat() 3880 CV_ERROR( CV_StsParseError, "Sparse matrix data is corrupted" ); in icvReadSparseMat() 4404 CV_ERROR( CV_StsParseError, in icvReadSeqTree() 4419 … CV_ERROR( CV_StsParseError, "All the sequence tree nodes should contain \"level\" field" ); in icvReadSeqTree()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 163 CV_StsParseError= -212, /**< invalid syntax/structure of the parsed file */ enumerator
|