Lines Matching refs:CV_StsNullPtr
583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" ); in cvPreprocessVarType()
763 CV_ERROR( CV_StsNullPtr, "out_response_map pointer is NULL" ); in cvPreprocessCategoricalResponses()
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()
1169 CV_ERROR( !sample ? CV_StsNullPtr : CV_StsBadArg, "The sample is not a valid vector" ); in cvPreparePredictData()
1187 CV_ERROR( CV_StsNullPtr, "INTERNAL ERROR: The row_sample pointer is NULL" ); in cvPreparePredictData()
1451 CV_ERROR( CV_StsNullPtr, "NULL labels" ); in cvWritebackLabels()
1474 CV_ERROR( CV_StsNullPtr, "NULL centers" ); in cvWritebackLabels()
1495 CV_ERROR( CV_StsNullPtr, "NULL probs" ); in cvWritebackLabels()
1545 CV_ERROR( !stat_model ? CV_StsNullPtr : CV_StsBadArg, "Invalid statistical model" );
1551 CV_ERROR( CV_StsNullPtr, "NULL input or output matrices" );