Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dheap.h147 bool popMin(T& value) in popMin() function
Dkdtree_index.h452 while ( heap->popMin(branch) && (checkCount < maxCheck || !result.full() )) { in getNeighbors()
Dhierarchical_clustering_index.h562 while (heap->popMin(branch) && (checks<maxChecks || !result.full())) { in findNeighbors()
Dkmeans_index.h512 while (heap->popMin(branch) && (checks<maxChecks || !result.full())) { in findNeighbors()