c – Do Boost Geometry最近的查询总是先按最小距离排序结果吗?

前端之家收集整理的这篇文章主要介绍了c – Do Boost Geometry最近的查询总是先按最小距离排序结果吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我做了一些简单的笛卡尔点对点测试:
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

猜你在找的C&C++相关文章