Closed philkr closed 3 years ago
boostgeometry R-tree looks like it won't be that fun to remove, thoughts on how to do this in a smart way?
Seems not too bad. Only SegmentCloudRTree
uses boost. The RTree there only does nearest neighbor search (with some filtering). A good flann library (e.g. https://github.com/jlblancoc/nanoflann ) should be able to do this too, maybe even faster.
Boost geometry is still in there. It requires some work to remove. Do this together with #4, or after if it's too time intensive.