HomeSort by relevance Sort by last modified time
    Searched full:test_sample_idx (Results 1 - 2 of 2) sorted by null

  /external/opencv3/apps/traincascade/
old_ml_data.cpp 73 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;
old_ml.hpp 2027 CvMat* test_sample_idx; member in class:CvMLData
    [all...]

Completed in 1207 milliseconds