Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dheap.h147 bool popMin(T& value) in popMin() function
H A Dkdtree_index.h457 while ( heap->popMin(branch) && (checkCount < maxCheck || !result.full() )) { in getNeighbors()
H A Dhierarchical_clustering_index.h562 while (heap->popMin(branch) && (checks<maxChecks || !result.full())) { in findNeighbors()
H A Dkmeans_index.h514 while (heap->popMin(branch) && (checks<maxChecks || !result.full())) { in findNeighbors()