简体   繁体   中英

Any good range Query library(using K-D tree, quad tree or R-tree) in C++

I used this library before http://www.cs.umd.edu/~mount/ANN/ . However, they don't provide range query implementations. I Guess is there a C++ range-query implementation (Both circle or rectangle), to query two-dimensional data.

Thanks.

I use

boost::geometry::index::rtree. 

For more information, see here , and for an example here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM