Lines Matching refs:CV_StsBadArg
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()
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()
595 CV_ERROR( CV_StsBadArg, in cvPreprocessVarType()
605 … CV_ERROR( CV_StsBadArg, "var index array should be continuous 1-dimensional integer vector" ); in cvPreprocessVarType()
644 CV_ERROR( CV_StsBadArg, "Invalid response array" ); in cvPreprocessOrderedResponses()
669 … CV_ERROR( CV_StsBadArg, "sample index array should be continuous 1-dimensional integer vector" ); in cvPreprocessOrderedResponses()
734 CV_ERROR( CV_StsBadArg, "Invalid response array" ); in cvPreprocessCategoricalResponses()
753 … CV_ERROR( CV_StsBadArg, "sample index array should be continuous 1-dimensional integer vector" ); 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()
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()
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()
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()
1545 CV_ERROR( !stat_model ? CV_StsNullPtr : CV_StsBadArg, "Invalid statistical model" );
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" );
1583 CV_ERROR( CV_StsBadArg, "Invalid sample_idx matrix" );
1614 CV_ERROR( CV_StsBadArg, "Invalid matrix of probabilities" );
1766 CV_ERROR (CV_StsBadArg, "Some of input arguments is not the CvMat") in cvCombineResponseMaps()