Lines Matching refs:CV_StsParseError
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()
4138 CV_ERROR( CV_StsParseError, "nodes tag is missing" ); in read()