Searched refs:out_responses (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/apps/traincascade/ |
D | old_ml_inner_functions.cpp | 562 CvMat* out_responses = 0; in cvPreprocessOrderedResponses() local 591 out_responses = cvCloneMat( responses ); in cvPreprocessOrderedResponses() 606 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32FC1 )); in cvPreprocessOrderedResponses() 608 dst = out_responses->data.fl; in cvPreprocessOrderedResponses() 632 return out_responses; in cvPreprocessOrderedResponses() 640 CvMat* out_responses = 0; in cvPreprocessCategoricalResponses() local 690 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32SC1 )); in cvPreprocessCategoricalResponses() 699 dst = out_responses->data.i; in cvPreprocessCategoricalResponses() 764 return out_responses; in cvPreprocessCategoricalResponses() 892 CvMat** out_responses, in cvPrepareTrainData() argument [all …]
|
D | old_ml_precomp.hpp | 293 CvMat** out_responses,
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 632 CvMat* out_responses = 0; in cvPreprocessOrderedResponses() local 661 out_responses = (CvMat*)responses; in cvPreprocessOrderedResponses() 676 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32FC1 )); in cvPreprocessOrderedResponses() 678 dst = out_responses->data.fl; in cvPreprocessOrderedResponses() 702 return out_responses; in cvPreprocessOrderedResponses() 710 CvMat* out_responses = 0; in cvPreprocessCategoricalResponses() local 760 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32SC1 )); in cvPreprocessCategoricalResponses() 769 dst = out_responses->data.i; in cvPreprocessCategoricalResponses() 834 return out_responses; in cvPreprocessCategoricalResponses() 962 CvMat** out_responses, in cvPrepareTrainData() argument [all …]
|
D | _ml.h | 297 CvMat** out_responses,
|