Home
last modified time | relevance | path

Searched refs:CV_StsParseError (Results 1 – 21 of 21) sorted by relevance

/external/opencv/ml/src/
Dmlsvm.cpp2142 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 …]
Dmlrtrees.cpp640 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()
Dmltree.cpp1111 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 …]
Dmlnbayes.cpp474 CV_ERROR( CV_StsParseError, "No \"cls_labels\" in NBayes classifier" ); in read()
478 CV_ERROR( CV_StsParseError, in read()
Dmlcnn.cpp1458 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" );
Dmlann_mlp.cpp1485 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()
Dmlboost.cpp1563 CV_ERROR( CV_StsParseError, "<trees> tag is missing" ); in read()
/external/opencv/cxcore/include/
Dcxerror.h100 #define CV_StsParseError -212 /* invalid syntax/structure of the parsed file */ macro
/external/opencv3/modules/core/src/
Dcommand_line_parser.cpp434 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()
Dpersistence.cpp397 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()
Dsystem.cpp762 case CV_StsParseError : return "Parsing error"; in cvErrorStr()
/external/opencv3/modules/ml/src/
Dnbayes.cpp388 CV_Error( CV_StsParseError, in read()
397 CV_Error( CV_StsParseError, "No or invalid \"cls_labels\" in NBayes classifier" ); in read()
Dsvm.cpp2027 …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()
Dgbt.cpp1085 CV_ERROR( CV_StsParseError, "class_labels must stored as a matrix");
1173 CV_ERROR( CV_StsParseError, "<trees_x> tag is missing" );
Dann_mlp.cpp1225 CV_Error(CV_StsParseError, "Unknown training method (should be BACKPROP or RPROP)"); in read_params()
/external/opencv3/apps/traincascade/
Dimagestorage.cpp140 CV_Error_( CV_StsParseError, ("wrong file format for %s\n", _filename.c_str()) ); in create()
Dold_ml_tree.cpp1399 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 …]
Dold_ml_boost.cpp2001 CV_ERROR( CV_StsParseError, "<trees> tag is missing" ); in read()
/external/opencv/cxcore/src/
Dcxerror.cpp300 case CV_StsParseError : return "Parsing error"; in cvErrorStr()
Dcxpersistence.cpp242 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/
Dtypes_c.h163 CV_StsParseError= -212, /**< invalid syntax/structure of the parsed file */ enumerator