Searched defs:get_sample_indices (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/apps/traincascade/
H A Dboost.cpp483 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 Dold_ml_tree.cpp873 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