Refactored FlannIndex: Moved class into its own include file. Added radiusSearch() and buildKDtreeSingleIndex() methods. If dimensions <= 3 and float, use L2_Simple distance type.

This commit is contained in:
matlabbe
2016-08-23 10:13:22 -04:00
parent 013eba1d58
commit c8cb961108
4 changed files with 641 additions and 302 deletions

View File

@@ -69,6 +69,7 @@ SET(SRC_FILES
rtflann/ext/lz4.c
rtflann/ext/lz4hc.c
FlannIndex.cpp
sqlite3/sqlite3.c
)