Searched defs:get_sample_indices (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/apps/traincascade/ |
H A D | boost.cpp | 483 const int* sample_idx_src = get_sample_indices(data_root, (int*)(uchar*)inn_buf); 722 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf); 731 const int* CvCascadeBoostTrainData::get_sample_indices( CvDTreeNode* n, int* indicesBuf ) function in class:CvCascadeBoostTrainData 745 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf); 814 const int* sampleIndices = get_sample_indices(n, sampleIndicesBuf); 1276 const int* sampleIdx_src = data->get_sample_indices(node, sampleIdx_src_buf); 1448 sampleIdx = data->get_sample_indices( data->data_root, sampleIdxBuf );
|
H A D | old_ml_tree.cpp | 873 const int* sample_idx_src = get_sample_indices(data_root, (int*)(uchar*)inn_buf); 1191 const int* sample_indices = get_sample_indices(n, sample_indices_buf); 1234 const int* CvDTreeTrainData::get_sample_indices( CvDTreeNode* n, int* indices_buf ) function in class:CvDTreeTrainData 1243 const int* indices = get_sample_indices(n, sample_indices_buf); 3262 const int* sample_idx_src = data->get_sample_indices(node, sample_idx_src_buf);
|
Completed in 61 milliseconds