GithubHelp home page GithubHelp logo

Comments (20)

jlblancoc avatar jlblancoc commented on August 17, 2024 1

For the records: Working on this idea was finally accepted as part of one project in GSoC 2017:

Algorithm improvements to KD-Tree module: applications to ICP.

from nanoflann.

bakercp avatar bakercp commented on August 17, 2024

+1 ! :)

from nanoflann.

jbensabat avatar jbensabat commented on August 17, 2024

Hi this a great improvement
Is it available ?
If yes where ?

from nanoflann.

vdesaraju avatar vdesaraju commented on August 17, 2024

Do you have an estimate of when this feature will be added? I would love to move my code over to nanoflann, but being able to add/remove points is the one essential feature currently missing.
I'm currently using some other kdtree library that supports add/remove but required me to hack together a (terribly inefficient) knn search.. So nanoflann with this feature would be the best of all worlds.
I hope this will be added soon! Thanks!

from nanoflann.

jetliao0909 avatar jetliao0909 commented on August 17, 2024

look forward to it very much~~
Also I wonder how to efficiently find a nearest neighbor with a minimum radius.
So far I might radiusSearch() to get nMatches and then find the nMatchesth closest, any better ideas?

from nanoflann.

jlblancoc avatar jlblancoc commented on August 17, 2024

Hi guys,

I started working on this, as I'm also interested. However, it'll require a complete redesign of the internal data structures, so will take a while...

@jetliao0909 : Perhaps you need to call knnSearch() with just 1 return point? https://github.com/jlblancoc/nanoflann#15-what-can-nanoflann-do

from nanoflann.

ColinGilbert avatar ColinGilbert commented on August 17, 2024

Out of curiosity, I have been seeking a fast way to do nearest neigbours on dynamic data too; which data structure do you intend on using?

from nanoflann.

jbensabat avatar jbensabat commented on August 17, 2024

we needs trees for the 2D sets of points (point generation as a first step of mesh generation) and particle tracking

from nanoflann.

ColinGilbert avatar ColinGilbert commented on August 17, 2024

Ok. Somewhat related: Is there currently a feasible way of rebuilding only the part of the tree that changes? (Aside from building several nanoflann instances, that is.)

from nanoflann.

jbensabat avatar jbensabat commented on August 17, 2024

no idea

from nanoflann.

bradrothenberg avatar bradrothenberg commented on August 17, 2024

Was this added?

from nanoflann.

jlblancoc avatar jlblancoc commented on August 17, 2024

Sorry, but it is still in my to-do list... (now focused on finishing another project)

For the records: the theory behind this feature will be the logarithmic method: http://www.cse.cuhk.edu.hk/~taoyf/course/wst501/notes/lec11.pdf

from nanoflann.

taiya avatar taiya commented on August 17, 2024

+1

from nanoflann.

giorgiomarcias avatar giorgiomarcias commented on August 17, 2024

+1

from nanoflann.

anlif avatar anlif commented on August 17, 2024

๐Ÿ‘ :)

from nanoflann.

jbensabat avatar jbensabat commented on August 17, 2024

good morning
is there any progress on this ?
thanks

from nanoflann.

CharlieShi avatar CharlieShi commented on August 17, 2024

+1
really looking forward to it

from nanoflann.

dfridovi avatar dfridovi commented on August 17, 2024

Any updates on this?

from nanoflann.

jlblancoc avatar jlblancoc commented on August 17, 2024

from nanoflann.

jlblancoc avatar jlblancoc commented on August 17, 2024

Was about time... this feature has been added in PR #48 by @pranjal-rai .
We'll soon merge the changes into master, so tests and feedback will be more than welcome.

from nanoflann.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.