Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A 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 …]
H A Dkdtree_single_index.h548 DistanceType worst_dist = result_set.worstDist(); in searchLevel() local
551 DistanceType dist = distance_(vec, data_[index], dim_, worst_dist); in searchLevel()
552 if (dist<worst_dist) { in searchLevel()