-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incremental creation of KD-TREE #139
Comments
Hi @karry3775 ! Did you find any way to implement this? I was thinking of using the KDTreeSingleIndexDynamicAdaptor which presents methods for addition and removal of points. Did you find a better way? |
Unfortunately, I am not using that feature for now, so stopped looking into
it. You can close the issue and reopen later if need be.
…On Sat, Mar 20, 2021 at 3:41 PM Yash Bansod ***@***.***> wrote:
@karry3775 <https://github.com/karry3775>, @tommasocarella
<https://github.com/tommasocarella>, did you find a good way of doing
this? I want to do a similar thing for adding nodes to the NN in my tree
incrementally.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#139 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKLHQTYXH7V6BN7RDDXH5T3TET25ZANCNFSM4U3RAY6A>
.
|
|
Hi,
I wanted to know if there is a way to incrementally add points to the kd-tree, like say one at a time. What I basically want to achieve is run the kd-tree generation inside a loop so that the tree expands every time it receives a new element.
Thanks!
The text was updated successfully, but these errors were encountered: