Lines Matching refs:CV_StsParseError
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()
2282 CV_ERROR( CV_StsParseError, "sv_count is missing or non-positive" ); in read()
2287 CV_ERROR( CV_StsParseError, "rho is missing" ); in read()
2290 CV_ERROR( CV_StsParseError, "alpha is missing in the decision function" ); in read()
2302 CV_ERROR( CV_StsParseError, "index is missing in the decision function" ); in read()