mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Dictionary: new bin descriptor to 32f conversion. RegVis: removed octave comparisons.
This commit is contained in:
@@ -99,6 +99,10 @@ public:
|
||||
void removeWords(const std::vector<VisualWord*> & words); // caller must delete the words
|
||||
void deleteUnusedWords();
|
||||
|
||||
public:
|
||||
static cv::Mat convertBinTo32F(const cv::Mat & descriptorsIn);
|
||||
static cv::Mat convert32FToBin(const cv::Mat & descriptorsIn);
|
||||
|
||||
protected:
|
||||
int getNextId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user