Searched refs:class_counts (Results 1 – 2 of 2) sorted by relevance
708 CvMat** out_response_map, CvMat** class_counts ) in cvPreprocessCategoricalResponses() argument718 if( class_counts ) in cvPreprocessCategoricalResponses()719 *class_counts = 0; in cvPreprocessCategoricalResponses()803 if( class_counts ) in cvPreprocessCategoricalResponses()805 CV_CALL( *class_counts = cvCreateMat( 1, cls_count, CV_32SC1 )); in cvPreprocessCategoricalResponses()806 cls_counts = (*class_counts)->data.i; in cvPreprocessCategoricalResponses()
347 CvMat** out_response_map, CvMat** class_counts=0 );