Home
last modified time | relevance | path

Searched refs:findExactNN (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.h504 findExactNN(root_, result, vec); in findNeighbors()
973 void findExactNN(KMeansNodePtr node, ResultSet<DistanceType>& result, const ElementType* vec) in findExactNN() function
1004 findExactNN(node->childs[sort_indices[i]],result,vec); in findExactNN()