Searched refs:test_sample_idx (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/apps/traincascade/
H A Dold_ml_data.cpp73 train_sample_idx = test_sample_idx = 0;
95 cvReleaseMat( &test_sample_idx );
666 test_sample_idx = cvCreateMatHeader( 1, test_sample_count, CV_32SC1 );
667 *test_sample_idx = cvMat( 1, test_sample_count, CV_32SC1, &sample_idx[train_sample_count] );
698 return test_sample_idx;
H A Dold_ml.hpp2027 CvMat* test_sample_idx; member in class:CvMLData
2028 int* sample_idx; // data of train_sample_idx and test_sample_idx

Completed in 97 milliseconds