Added FLANN_KDTREE_MEM_OPT cmake option

This commit is contained in:
matlabbe
2019-02-07 20:52:20 -05:00
parent 1752b55678
commit 99944b1d49
2 changed files with 11 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ public:
}
}
#ifdef ANDROID
#ifdef FLANN_KDTREE_MEM_OPT
/**
* Find set of nearest neighbors to vec. Their indices are stored inside
@@ -908,7 +908,7 @@ private:
}
#ifdef ANDROID
#ifdef FLANN_KDTREE_MEM_OPT
/**
* Performs the approximate nearest-neighbor search. The search is approximate
* because the tree traversal is abandoned after a given number of descends in