HomeSort by relevance Sort by last modified time
    Searched refs:sorted_indices (Results 1 - 5 of 5) sorted by null

  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 1991 const int* sorted_indices = 0; local
2391 const int* sorted_indices = 0; local
2542 const int* sorted_indices = 0; local
2987 const int* sorted_indices = 0; local
    [all...]
old_ml_boost.cpp 217 const int* sorted_indices = 0; local
218 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf );
227 int idx = sorted_indices[i];
235 int idx = sorted_indices[i];
242 dir[sorted_indices[i]] = (char)0;
268 const int* sorted_indices = 0; local
269 data->get_ord_var_data( node, vi, values_buf, sorted_indices_buf, &values, &sorted_indices, sample_indices_buf );
282 int idx = sorted_indices[i];
297 int idx = sorted_indices[i];
322 int idx = sorted_indices[i]
    [all...]
old_ml.hpp 692 const float** ord_values, const int** sorted_indices, int* sample_indices_buf );
    [all...]
  /external/opencv3/modules/imgproc/src/
colormap.cpp 69 Mat sorted_indices; local
70 sortIdx(src.reshape(1,1),sorted_indices,flags);
71 return sorted_indices;
    [all...]
  /external/opencv3/modules/core/src/
lda.cpp 49 Mat sorted_indices; local
50 sortIdx(src.reshape(1,1),sorted_indices,flags);
51 return sorted_indices;
1085 std::vector<int> sorted_indices = argsort(_eigenvalues, false); local
    [all...]

Completed in 258 milliseconds