Searched refs:CV_StsParseError (Results 1 – 10 of 10) sorted by relevance
/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/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()
|