Home
last modified time | relevance | path

Searched defs:indices_buf (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/apps/traincascade/
Dold_ml_boost.cpp496 int* indices_buf = (int*)(values_buf + n); in find_split_ord_reg() local
657 int* indices_buf = (int*)(values_buf + n); in find_surrogate_split_ord() local
Dold_ml_tree.cpp1234 const int* CvDTreeTrainData::get_sample_indices( CvDTreeNode* n, int* indices_buf ) in get_sample_indices()