Home | History | Annotate | Download | only in src

Lines Matching refs:CV_ERROR

71         CV_ERROR( CV_StsError, "Could not open the file storage. Check the path and permissions" );
283 CV_ERROR(CV_StsBadArg,"");
292 CV_ERROR(CV_StsBadArg,"");
298 CV_ERROR (CV_StsBadArg,"");
301 CV_ERROR (CV_StsBadArg,"");
382 CV_ERROR(CV_StsBadArg, "Invalid matrix argument");
473 CV_ERROR( CV_StsBadArg, "Invalid index array" );
476 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" );
492 CV_ERROR( CV_StsUnmatchedSizes,
499 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" );
507 CV_ERROR( CV_StsOutOfRange,
523 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported index array data type "
545 CV_ERROR( CV_StsOutOfRange, "the index array elements are out of range" );
551 CV_ERROR( CV_StsBadArg, "There are duplicated index array elements" );
583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" );
586 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" );
589 CV_ERROR( CV_StsUnsupportedFormat, "type mask must be 8uC1 or 8sC1 array" );
595 CV_ERROR( CV_StsBadArg,
605 CV_ERROR( CV_StsBadArg, "var index array should be continuous 1-dimensional integer vector" );
607 CV_ERROR( CV_StsBadSize, "var index array is too large" );
644 CV_ERROR( CV_StsBadArg, "Invalid response array" );
647 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" );
650 CV_ERROR( CV_StsUnmatchedSizes,
655 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" );
669 CV_ERROR( CV_StsBadArg, "sample index array should be continuous 1-dimensional integer vector" );
671 CV_ERROR( CV_StsBadSize, "sample index array is too large" );
734 CV_ERROR( CV_StsBadArg, "Invalid response array" );
737 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" );
740 CV_ERROR( CV_StsUnmatchedSizes,
745 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" );
753 CV_ERROR( CV_StsBadArg, "sample index array should be continuous 1-dimensional integer vector" );
755 CV_ERROR( CV_StsBadSize, "sample index array is too large" );
763 CV_ERROR( CV_StsNullPtr, "out_response_map pointer is NULL" );
785 CV_ERROR( CV_StsBadArg, buf );
799 CV_ERROR( CV_StsBadArg, "There is only a single class" );
856 CV_ERROR( CV_StsBadArg, "Invalid or NULL training data matrix" );
927 CV_ERROR( CV_StsBadArg, "train data must be floating-point matrix" );
933 CV_ERROR( CV_StsBadArg,
938 CV_ERROR( CV_StsBadArg,
1004 CV_ERROR( CV_StsBadArg, "output pointer to train samples is NULL" );
1016 CV_ERROR( CV_StsNullPtr, "output response pointer is NULL" );
1109 CV_ERROR( CV_StsNullPtr, "INTERNAL ERROR: some of the args are NULL pointers" );
1112 CV_ERROR( CV_StsBadArg, "classes array must be a single row of integers" );
1169 CV_ERROR( !sample ? CV_StsNullPtr : CV_StsBadArg, "The sample is not a valid vector" );
1172 CV_ERROR( CV_StsUnsupportedFormat, "Input sample must have 32fC1 type" );
1177 CV_ERROR( CV_StsBadSize, "Input sample must be 1-dimensional vector" );
1183 CV_ERROR( CV_StsUnmatchedSizes,
1187 CV_ERROR( CV_StsNullPtr, "INTERNAL ERROR: The row_sample pointer is NULL" );
1191 CV_ERROR( CV_StsBadArg, "INTERNAL ERROR: invalid comp_idx" );
1198 CV_ERROR( CV_StsBadArg, "The output matrix of probabilities is invalid" );
1203 CV_ERROR( CV_StsBadSize,
1207 CV_ERROR( CV_StsUnmatchedSizes,
1343 CV_ERROR( CV_StsUnsupportedFormat, "The function supports only single-channel arrays" );
1406 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported combination of input and output vectors" );
1426 CV_ERROR( CV_StsBadArg, "Array of output labels is not a valid matrix" );
1431 CV_ERROR( CV_StsBadArg, "Array of cluster centers is not a valid matrix" );
1434 CV_ERROR( CV_StsBadArg, "Probability matrix is not valid" );
1451 CV_ERROR( CV_StsNullPtr, "NULL labels" );
1456 CV_ERROR( CV_StsBadSize, "Array of output labels should be 1d vector" );
1459 CV_ERROR( CV_StsUnmatchedSizes,
1474 CV_ERROR( CV_StsNullPtr, "NULL centers" );
1477 CV_ERROR( CV_StsUnmatchedSizes, "Invalid number of rows in matrix of output centers" );
1480 CV_ERROR( CV_StsUnmatchedSizes,
1495 CV_ERROR( CV_StsNullPtr, "NULL probs" );
1498 CV_ERROR( CV_StsUnmatchedSizes, "Invalid number of columns in output probability matrix" );
1501 CV_ERROR( CV_StsUnmatchedSizes,
1545 CV_ERROR( !stat_model ? CV_StsNullPtr : CV_StsBadArg, "Invalid statistical model" );
1548 CV_ERROR( CV_StsNotImplemented, "There is no \"predict\" method" );
1551 CV_ERROR( CV_StsNullPtr, "NULL input or output matrices" );
1554 CV_ERROR( CV_StsBadArg, "predict_input should be a matrix or a sparse matrix" );
1557 CV_ERROR( CV_StsBadArg, "predict_output should be a matrix" );
1563 CV_ERROR( CV_StsUnsupportedFormat, "The input or output matrix has unsupported format" );
1567 CV_ERROR( CV_StsBadSize, "The input matrix should be 1- or 2-dimensional" );
1583 CV_ERROR( CV_StsBadArg, "Invalid sample_idx matrix" );
1586 CV_ERROR( CV_StsBadSize, "sample_idx must be 1-dimensional matrix" );
1593 CV_ERROR( CV_StsBadSize, "sample_idx is too large vector" );
1596 CV_ERROR( CV_StsUnmatchedSizes, "sample_idx has incorrect size" );
1603 CV_ERROR
1606 CV_ERROR( CV_StsUnmatchedSizes, "predict_output and predict_input have uncoordinated sizes" );
1614 CV_ERROR( CV_StsBadArg, "Invalid matrix of probabilities" );
1617 CV_ERROR( CV_StsUnmatchedSizes,
1621 CV_ERROR( CV_StsUnsupportedFormat, "matrix of probabilities must have 32fC1 type" );
1686 CV_ERROR( CV_StsOutOfRange, "Some of sample_idx elements are out of range" );
1766 CV_ERROR (CV_StsBadArg, "Some of input arguments is not the CvMat")