Searched refs:RAND_DIM (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
H A Dkdtree_index.h352 * Select the top RAND_DIM largest values from v and return the index of
358 size_t topind[RAND_DIM];
360 /* Create a list of the indices of the top RAND_DIM values. */
362 if ((num < RAND_DIM)||(v[i] > v[topind[num-1]])) {
364 if (num < RAND_DIM) {
568 * selected at random from among the top RAND_DIM dimensions with the
571 RAND_DIM=5 enumerator in enum:cvflann::KDTreeIndex::__anon15521

Completed in 144 milliseconds