Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Ddist.h154 ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
171 if ((worst_dist>0)&&(result>worst_dist)) {
216 ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
233 if ((worst_dist>0)&&(result>worst_dist)) {
280 ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
297 if ((worst_dist>0)&&(result>worst_dist)) {
336 ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
356 if ((worst_dist>0)&&(result>worst_dist)) {
546 ResultType operator()(Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist = -1) const
562 if ((worst_dist>0)&&(result>worst_dist)) {
[all …]
Dkdtree_single_index.h547 DistanceType worst_dist = result_set.worstDist(); in searchLevel() local
550 DistanceType dist = distance_(vec, data_[index], dim_, worst_dist); in searchLevel()
551 if (dist<worst_dist) { in searchLevel()