issues
search
jlblancoc
/
nanoflann
nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees
Other
2.26k
stars
491
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Cannot build with -werror
#251
ardabbour
closed
3 weeks ago
1
Fix middleSplit_ for same points
#250
yzabalotski
closed
3 weeks ago
1
Custom/kol/borm 29462 fix crash during building kdtree
#249
bishopnator
closed
2 months ago
1
stack overflow when build tree
#248
yjf0602
closed
3 weeks ago
3
Bump version
#247
jschueller
closed
3 months ago
2
Add multiple thread kdtree build support for KDTreeEigenMatrixAdaptor
#246
athrva98
closed
3 months ago
1
findNeighbors does not sort results
#245
ThibaultLejemble
closed
4 months ago
1
Added Conan instructions and some minor improvements
#244
perseoGI
closed
4 months ago
1
use node index access instead of pointers
#243
lucabart97
opened
4 months ago
1
Fastest Way to radiusSearch a Vector of Query Points
#242
gblikas
opened
4 months ago
0
E: Unable to locate package libnanoflann-dev
#241
dqj5182
closed
6 months ago
1
Add ifdef to disable pthreads usage
#240
Sokolmish
closed
7 months ago
1
rknnSearch input arg radius or radius squared?
#239
versatran01
closed
2 months ago
1
Ordered indices returned from radius searches?
#238
AaronLK
opened
8 months ago
0
parallel query ?
#237
jschueller
opened
8 months ago
4
Improved concurrency for multi-threaded indexing
#236
nigels-com
closed
8 months ago
8
When the number of point clouds is more than 400K,why does my code slow down?
#235
Sobre1018
opened
9 months ago
0
How to add new distance metrics?
#234
shaojunjie0912
closed
9 months ago
0
KDTreeEigenMatrixAdaptor Build Index Issue after the Update 1.5.0
#233
mauzaomin
closed
9 months ago
1
vcpkg
#232
11pguillon
opened
9 months ago
0
fix bug that the min and max elem in middleSplit_ is wrong sometimes.
#231
YongZouGN
closed
9 months ago
2
CMake: Bump minimum version
#230
jschueller
closed
10 months ago
1
Version wasn't bumped since 1.5.1
#229
juliangaal
closed
10 months ago
1
c++20 and cmake fixes
#228
prudhomm
closed
11 months ago
0
CMake Imrovements
#227
topazus
closed
11 months ago
1
Look for Threads dependency in CMake config script
#226
roehling
closed
11 months ago
2
What is correct implementation in order to query farthest(not closest) point?
#225
timetravelCat
opened
11 months ago
0
In debug mode, knnsearch will trigger _CONTAINER_DEBUG_LEVEL
#224
WangZP10969
closed
11 months ago
5
the Strange code in middleSplit_()
#223
qq422216549
closed
11 months ago
0
What't the the meaning of function accum_dist?
#222
chengfzy
opened
11 months ago
0
fix poll-allocator alignment problem
#221
qq422216549
closed
11 months ago
0
middleSplit_() speed up
#220
qq422216549
closed
11 months ago
1
Improve RKNN search efficiency
#219
kya8
closed
1 year ago
1
Performance issues with RKNNResultSet
#218
kya8
closed
1 year ago
2
Add RKNN searches, and more code coverage and tests
#217
jlblancoc
closed
1 year ago
0
Support KNN search within radius
#216
kya8
closed
1 year ago
2
Request for Support with Copy and Move Semantics for KDTree in nanoflann Library
#215
cbtxs
closed
2 months ago
1
Radius search for dynamic adaptor
#214
simiken1234
opened
1 year ago
1
Update nanoflann.hpp
#213
ManosPapadakis95
closed
1 year ago
2
Conflicts with multiple versions of nanoflann
#212
teub
opened
1 year ago
3
Function “findNeighbors” result wrong
#211
ysklab
closed
1 year ago
1
error C2059: syntax error : 'const' plz help me
#210
SeanSiyang
closed
1 year ago
1
Using multiple threads for building the kdtree with KDTreeEigenMatrixAdaptor
#209
rFalque
opened
1 year ago
0
compile issue
#208
zeyunshi
closed
1 year ago
1
Removing nodes from a KDTree
#207
lukkio88
opened
1 year ago
0
Customized masks support on KD tree?
#206
majianjia
closed
1 year ago
2
Segfault when saving index built from empty array
#205
h4k1m0u
closed
1 year ago
1
How to add KDTree into a hashset/hashmap?
#204
JiayingGaoo
closed
1 year ago
3
Cannot use IndexType other than std::size_t
#203
gitouni
closed
1 year ago
2
Build 2D tree on 3D cloud
#202
xiaotaw
opened
1 year ago
0
Next