mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Tango: fixed database saved in memory option when disabled (now disabled by default)
This commit is contained in:
@@ -375,7 +375,7 @@ public:
|
||||
* @param params
|
||||
* @return
|
||||
*/
|
||||
int knnSearch(const Matrix<ElementType>& queries,
|
||||
/*int knnSearch(const Matrix<ElementType>& queries,
|
||||
Matrix<int>& indices,
|
||||
Matrix<DistanceType>& dists,
|
||||
size_t knn,
|
||||
@@ -391,7 +391,7 @@ public:
|
||||
}
|
||||
delete[] indices_.ptr();
|
||||
return result;
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user