Hi everybody,
Has anybody worked with an implementation of the R-tree algorithm in OF?
I’d be interested in it for fast and efficient closest neighbour searches in 3D.
Thanks.
Hi everybody,
Has anybody worked with an implementation of the R-tree algorithm in OF?
I’d be interested in it for fast and efficient closest neighbour searches in 3D.
Thanks.
I made an addon for nearest neighbor search based on nanoflann which uses kd-trees…
Very cool! Thank you, I’ll check it out!