Lines Matching refs:CV_StsParseError
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()
3318 CV_ERROR( CV_StsParseError, "splits tag must stored as a sequence" ); in read_node()
3404 CV_ERROR( CV_StsParseError, "nodes tag is missing" ); in read()