#include <WAIOrbVocabulary.h>
Definition at line 24 of file WAIOrbVocabulary.h.
◆ WAIBowVector() [1/2]
WAIBowVector::WAIBowVector |
( |
| ) |
|
|
inline |
◆ WAIBowVector() [2/2]
WAIBowVector::WAIBowVector |
( |
std::vector< int > |
wid, |
|
|
std::vector< float > |
values |
|
) |
| |
Definition at line 72 of file WAIOrbVocabulary.cpp.
74 for (
int i = 0; i < wid.size(); i++)
79 data.insert(std::pair<uint32_t, fbow::_float>(wid[i], v));
81 data.insert(std::pair<DBoW2::WordId, DBoW2::WordValue>(wid[i], values[i]));
◆ getWordScoreMapping()
fbow::fBow& WAIBowVector::getWordScoreMapping |
( |
| ) |
|
|
inline |
◆ data
fbow::fBow WAIBowVector::data |
◆ isFill
bool WAIBowVector::isFill = false |
The documentation for this struct was generated from the following files: