Lines Matching refs:CV_ERROR

71         CV_ERROR( CV_StsError, "Could not open the file storage. Check the path and permissions" );  in save()
283 CV_ERROR(CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
292 CV_ERROR(CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
298 CV_ERROR (CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
301 CV_ERROR (CV_StsBadArg,""); in icvGenerateRandomClusterCenters()
382 CV_ERROR(CV_StsBadArg, "Invalid matrix argument"); in cvCompleteSymm()
473 CV_ERROR( CV_StsBadArg, "Invalid index array" ); in cvPreprocessIndexArray()
476 CV_ERROR( CV_StsBadSize, "the index array must be 1-dimensional" ); in cvPreprocessIndexArray()
492 CV_ERROR( CV_StsUnmatchedSizes, in cvPreprocessIndexArray()
499 CV_ERROR( CV_StsOutOfRange, "No components/input_variables is selected!" ); in cvPreprocessIndexArray()
507 CV_ERROR( CV_StsOutOfRange, in cvPreprocessIndexArray()
523 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported index array data type " in cvPreprocessIndexArray()
545 CV_ERROR( CV_StsOutOfRange, "the index array elements are out of range" ); in cvPreprocessIndexArray()
551 CV_ERROR( CV_StsBadArg, "There are duplicated index array elements" ); in cvPreprocessIndexArray()
583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" ); in cvPreprocessVarType()
586 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" ); in cvPreprocessVarType()
589 CV_ERROR( CV_StsUnsupportedFormat, "type mask must be 8uC1 or 8sC1 array" ); in cvPreprocessVarType()
595 CV_ERROR( CV_StsBadArg, in cvPreprocessVarType()
605CV_ERROR( CV_StsBadArg, "var index array should be continuous 1-dimensional integer vector" ); in cvPreprocessVarType()
607 CV_ERROR( CV_StsBadSize, "var index array is too large" ); in cvPreprocessVarType()
644 CV_ERROR( CV_StsBadArg, "Invalid response array" ); in cvPreprocessOrderedResponses()
647 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" ); in cvPreprocessOrderedResponses()
650 CV_ERROR( CV_StsUnmatchedSizes, in cvPreprocessOrderedResponses()
655 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" ); in cvPreprocessOrderedResponses()
669CV_ERROR( CV_StsBadArg, "sample index array should be continuous 1-dimensional integer vector" ); in cvPreprocessOrderedResponses()
671 CV_ERROR( CV_StsBadSize, "sample index array is too large" ); in cvPreprocessOrderedResponses()
734 CV_ERROR( CV_StsBadArg, "Invalid response array" ); in cvPreprocessCategoricalResponses()
737 CV_ERROR( CV_StsBadSize, "Response array must be 1-dimensional" ); in cvPreprocessCategoricalResponses()
740 CV_ERROR( CV_StsUnmatchedSizes, in cvPreprocessCategoricalResponses()
745 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported response type" ); in cvPreprocessCategoricalResponses()
753CV_ERROR( CV_StsBadArg, "sample index array should be continuous 1-dimensional integer vector" ); in cvPreprocessCategoricalResponses()
755 CV_ERROR( CV_StsBadSize, "sample index array is too large" ); in cvPreprocessCategoricalResponses()
763 CV_ERROR( CV_StsNullPtr, "out_response_map pointer is NULL" ); in cvPreprocessCategoricalResponses()
785 CV_ERROR( CV_StsBadArg, buf ); in cvPreprocessCategoricalResponses()
799 CV_ERROR( CV_StsBadArg, "There is only a single class" ); in cvPreprocessCategoricalResponses()
856 CV_ERROR( CV_StsBadArg, "Invalid or NULL training data matrix" ); in cvGetTrainSamples()
927 CV_ERROR( CV_StsBadArg, "train data must be floating-point matrix" ); in cvCheckTrainData()
933 CV_ERROR( CV_StsBadArg, in cvCheckTrainData()
938 CV_ERROR( CV_StsBadArg, in cvCheckTrainData()
1004 CV_ERROR( CV_StsBadArg, "output pointer to train samples is NULL" ); in cvPrepareTrainData()
1016 CV_ERROR( CV_StsNullPtr, "output response pointer is NULL" ); in cvPrepareTrainData()
1109 CV_ERROR( CV_StsNullPtr, "INTERNAL ERROR: some of the args are NULL pointers" ); in cvSortSamplesByClasses()
1112 CV_ERROR( CV_StsBadArg, "classes array must be a single row of integers" ); in cvSortSamplesByClasses()
1169 CV_ERROR( !sample ? CV_StsNullPtr : CV_StsBadArg, "The sample is not a valid vector" ); in cvPreparePredictData()
1172 CV_ERROR( CV_StsUnsupportedFormat, "Input sample must have 32fC1 type" ); in cvPreparePredictData()
1177 CV_ERROR( CV_StsBadSize, "Input sample must be 1-dimensional vector" ); in cvPreparePredictData()
1183 CV_ERROR( CV_StsUnmatchedSizes, in cvPreparePredictData()
1187 CV_ERROR( CV_StsNullPtr, "INTERNAL ERROR: The row_sample pointer is NULL" ); in cvPreparePredictData()
1191 CV_ERROR( CV_StsBadArg, "INTERNAL ERROR: invalid comp_idx" ); in cvPreparePredictData()
1198 CV_ERROR( CV_StsBadArg, "The output matrix of probabilities is invalid" ); in cvPreparePredictData()
1203 CV_ERROR( CV_StsBadSize, in cvPreparePredictData()
1207 CV_ERROR( CV_StsUnmatchedSizes, in cvPreparePredictData()
1343 CV_ERROR( CV_StsUnsupportedFormat, "The function supports only single-channel arrays" ); in icvConvertDataToSparse()
1406 CV_ERROR( CV_StsUnsupportedFormat, "Unsupported combination of input and output vectors" ); in icvConvertDataToSparse()
1426 CV_ERROR( CV_StsBadArg, "Array of output labels is not a valid matrix" ); in cvWritebackLabels()
1431 CV_ERROR( CV_StsBadArg, "Array of cluster centers is not a valid matrix" ); in cvWritebackLabels()
1434 CV_ERROR( CV_StsBadArg, "Probability matrix is not valid" ); in cvWritebackLabels()
1451 CV_ERROR( CV_StsNullPtr, "NULL labels" ); in cvWritebackLabels()
1456 CV_ERROR( CV_StsBadSize, "Array of output labels should be 1d vector" ); in cvWritebackLabels()
1459 CV_ERROR( CV_StsUnmatchedSizes, in cvWritebackLabels()
1474 CV_ERROR( CV_StsNullPtr, "NULL centers" ); in cvWritebackLabels()
1477 CV_ERROR( CV_StsUnmatchedSizes, "Invalid number of rows in matrix of output centers" ); in cvWritebackLabels()
1480 CV_ERROR( CV_StsUnmatchedSizes, in cvWritebackLabels()
1495 CV_ERROR( CV_StsNullPtr, "NULL probs" ); in cvWritebackLabels()
1498CV_ERROR( CV_StsUnmatchedSizes, "Invalid number of columns in output probability matrix" ); in cvWritebackLabels()
1501 CV_ERROR( CV_StsUnmatchedSizes, in cvWritebackLabels()
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( CV_StsBadSize, "predict_output should be a 1-dimensional matrix" );
1606CV_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") in cvCombineResponseMaps()