我做了一些简单的笛卡尔点对点测试:
rtree.qbegin(bgi::nearest(Point(4,4),2))
它们按照Boost 1.61排序.
现在我想要一份文件或来源报价来确认.
如果没有,我将自己对查询输出进行排序.
[Note] In the case of iterative k-NN queries it is guaranteed to iterate over the closest Values first.
对于K Nearest Neighbors,boost :: geometry保证首先迭代最近的值.
Source
原文链接:https://www.f2er.com/c/118591.html