mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
FlannIndex: Fixed size_t matrix allocation error on 64 bits system
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
|
||||
void removePoint(unsigned int index);
|
||||
|
||||
// return squared distances
|
||||
// return squared distances (indices should be casted in size_t)
|
||||
void knnSearch(
|
||||
const cv::Mat & query,
|
||||
cv::Mat & indices,
|
||||
|
||||
Reference in New Issue
Block a user