Home | History | Annotate | Download | only in src

Lines Matching refs:CV_StsParseError

2142             CV_ERROR( CV_StsParseError, "Missing of invalid SVM type" );
2147 CV_ERROR( CV_StsParseError, "SVM kernel tag is not found" );
2151 CV_ERROR( CV_StsParseError, "SVM kernel type tag is not found" );
2165 CV_ERROR( CV_StsParseError, "Missing of invalid SVM kernel type" );
2211 CV_ERROR( CV_StsParseError, "The requested element is not found" );
2225 CV_ERROR( CV_StsParseError, "SVM model data is invalid, check sv_count, var_* and class_count tags" );
2233 CV_ERROR( CV_StsParseError, "Array of class labels is missing or invalid" );
2236 CV_ERROR( CV_StsParseError, "var_idx array is missing or invalid" );
2241 CV_ERROR( CV_StsParseError, "Missing or invalid sequence of support vectors" );
2269 CV_ERROR( CV_StsParseError, "decision_functions is missing or is not a collection "
2282 CV_ERROR( CV_StsParseError, "sv_count is missing or non-positive" );
2287 CV_ERROR( CV_StsParseError, "rho is missing" );
2290 CV_ERROR( CV_StsParseError, "alpha is missing in the decision function" );
2302 CV_ERROR( CV_StsParseError, "index is missing in the decision function" );