Is there a GPU/parallelized python implementation of k-NN which does not rebuild the KDTree upon the addition or subtraction of one point?

后端 未结 0 1031
渐次进展
渐次进展 2021-01-31 19:56

I have a dynamic point cloud in 3D, and I would like to use nanoflann to dynamically add/subtract points in between queries, without rebuilding the tree (as seen here):

h

相关标签:
回答
  • 消灭零回复
提交回复
热议问题