mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
integrating c++17 fixes from #959 (ref:https://github.com/flann-lib/flann/pull/392), fixed pop_t error (b6e37553de)
This commit is contained in:
@@ -41,10 +41,10 @@ public:
|
||||
virtual ~FlannIndex();
|
||||
|
||||
void release();
|
||||
unsigned int indexedFeatures() const;
|
||||
size_t indexedFeatures() const;
|
||||
|
||||
// return Bytes
|
||||
unsigned long memoryUsed() const;
|
||||
size_t memoryUsed() const;
|
||||
|
||||
// Note that useDistanceL1 doesn't have any effect if LSH is used
|
||||
void buildLinearIndex(
|
||||
|
||||
Reference in New Issue
Block a user