Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dlsh_index.h269 unsigned int worst_score = std::numeric_limits<unsigned int>::max(); in getNeighbors() local
290 if (hamming_distance < worst_score) { in getNeighbors()
300 worst_score = score_index_heap.front().first; in getNeighbors()