Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dhierarchical_clustering_index.h558 findNN(root[i], result, vec, checks, maxChecks, heap, checked); in findNeighbors()
564 findNN(node, result, vec, checks, maxChecks, heap, checked); in findNeighbors()
746 …void findNN(NodePtr node, ResultSet<DistanceType>& result, const ElementType* vec, int& checks, in… in findNN() function
779 findNN(node->childs[best_index],result,vec, checks, maxChecks, heap, checked); in findNN()
H A Dkmeans_index.h511 findNN(root_, result, vec, checks, maxChecks, heap); in findNeighbors()
516 findNN(node, result, vec, checks, maxChecks, heap); in findNeighbors()
896 …void findNN(KMeansNodePtr node, ResultSet<DistanceType>& result, const ElementType* vec, int& chec… in findNN() function
929 findNN(node->childs[closest_center],result,vec, checks, maxChecks, heap); in findNN()