Home
last modified time | relevance | path

Searched refs:sort_indices (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dkmeans_index.h999 int* sort_indices = new int[branching_]; in findExactNN() local
1001 getCenterOrdering(node, vec, sort_indices); in findExactNN()
1004 findExactNN(node->childs[sort_indices[i]],result,vec); in findExactNN()
1007 delete[] sort_indices; in findExactNN()
1017 void getCenterOrdering(KMeansNodePtr node, const ElementType* q, int* sort_indices) in getCenterOrdering() argument
1027 sort_indices[k] = sort_indices[k-1]; in getCenterOrdering()
1030 sort_indices[j] = i; in getCenterOrdering()