nanoflann icon indicating copy to clipboard operation
nanoflann copied to clipboard

nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees

Results 51 nanoflann issues
Sort by recently updated
recently updated
newest added

hello, nanoflann supports the parallel build of the tree (by setting n_thread_build) do you think it would also be possible to benefit from multithreading when querying several points at once...