/external/opencv3/apps/traincascade/ |
old_ml_tree.cpp | 1988 int* sorted_indices_buf = (int*)(values_buf + n); local 2388 int* sorted_indices_buf = (int*)(values_buf + n); local 2539 int* sorted_indices_buf = (int*)(values_buf + n); local 2984 int* sorted_indices_buf = (int*)(values_buf + n); local [all...] |
old_ml_boost.cpp | 214 int* sorted_indices_buf = (int*)(values_buf + n); local 215 int* sample_indices_buf = sorted_indices_buf + n; 218 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf ); 265 int* sorted_indices_buf = (int*)(values_buf + n); local 266 int* sample_indices_buf = sorted_indices_buf + n; 269 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf ); 270 int* responses_buf = sorted_indices_buf + n; [all...] |
old_ml.hpp | 691 virtual void get_ord_var_data( CvDTreeNode* n, int vi, float* ord_values_buf, int* sorted_indices_buf, [all...] |