/external/opencv3/apps/traincascade/ |
old_ml_tree.cpp | 815 int* sample_indices_buf = (int*)(src_val_buf + sample_count); local 818 get_ord_var_data( data_root, vi, src_val_buf, src_idx_buf, &src_val, &src_idx, sample_indices_buf ); 967 int* sample_indices_buf = src_idx_buf + sample_count; local 1989 int* sample_indices_buf = sorted_indices_buf + n; local 2389 int* sample_indices_buf = sorted_indices_buf + n; local 2451 int* sample_indices_buf = (int*)(responses_buf + n); local 2540 int* sample_indices_buf = sorted_indices_buf + n; local 2884 int* sample_indices_buf = (int*)(values_buf + n); local 2985 int* sample_indices_buf = sorted_indices_buf + n; local [all...] |
old_ml_boost.cpp | 215 int* sample_indices_buf = sorted_indices_buf + n; local 218 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf ); 266 int* sample_indices_buf = sorted_indices_buf + n; local 269 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf ); 497 int* sample_indices_buf = indices_buf + n; local 500 data->get_ord_var_data( node, vi, values_buf, indices_buf, &values, &indices, sample_indices_buf ); 502 const float* responses = data->get_ord_responses( node, responses_buf, sample_indices_buf ); 568 int* sample_indices_buf = (int*)(responses_buf + n); local 569 const float* responses = data->get_ord_responses(node, responses_buf, sample_indices_buf); 658 int* sample_indices_buf = indices_buf + n local 850 int* sample_indices_buf = (int*)(values_buf + n); local [all...] |
boost.cpp | 428 int* sample_indices_buf = (int*)(src_val_buf + sample_count); 431 get_ord_var_data( data_root, vi, src_val_buf, src_idx_buf, &src_val, &src_idx, sample_indices_buf ); [all...] |
old_ml.hpp | 686 virtual const float* get_ord_responses( CvDTreeNode* n, float* values_buf, int* sample_indices_buf ); 692 const float** ord_values, const int** sorted_indices, int* sample_indices_buf ); [all...] |